__used staticconstchar uftrace_usage[] = " uftrace -- function (graph) tracer for userspace\n" "\n" " usage: uftrace [COMMAND] [OPTION...] [<program>]\n" "\n" " COMMAND:\n" " record Run a program and saves the trace data\n" " replay Show program execution in the trace data\n" " report Show performance statistics in the trace data\n" " live Do record and replay in a row (default)\n" " info Show system and program info in the trace data\n" " dump Show low-level trace data\n" " recv Save the trace data from network\n" " graph Show function call graph in the trace data\n" " script Run a script for recorded trace data\n" " tui Show text user interface for graph and report\n" "\n";