Home | History | Annotate | Download | only in linux-tools-perf
      1 /* Automatically generated by /home/bccheng/local/mastertot/external/perf/util/generate-cmdlist.sh */
      2 struct cmdname_help
      3 {
      4     char name[16];
      5     char help[80];
      6 };
      7 
      8 static struct cmdname_help common_cmds[] = {
      9   {"annotate", "Read perf.data (created by perf record) and display annotated code"},
     10   {"archive", "Create archive with object files with build-ids found in perf.data file"},
     11   {"bench", "General framework for benchmark suites"},
     12   {"buildid-cache", "Manage build-id cache."},
     13   {"buildid-list", "List the buildids in a perf.data file"},
     14   {"diff", "Read two perf.data files and display the differential profile"},
     15   {"evlist", "List the event names in a perf.data file"},
     16   {"inject", "Filter to augment the events stream with additional information"},
     17   {"kmem", "Tool to trace/measure kernel memory(slab) properties"},
     18   {"kvm", "Tool to trace/measure kvm guest os"},
     19   {"list", "List all symbolic event types"},
     20   {"lock", "Analyze lock events"},
     21   {"probe", "Define new dynamic tracepoints"},
     22   {"record", "Run a command and record its profile into perf.data"},
     23   {"report", "Read perf.data (created by perf record) and display the profile"},
     24   {"sched", "Tool to trace/measure scheduler properties (latencies)"},
     25   {"script", "Read perf.data (created by perf record) and display trace output"},
     26   {"stat", "Run a command and gather performance counter statistics"},
     27   {"test", "Runs sanity tests."},
     28   {"timechart", "Tool to visualize total system behavior during a workload"},
     29   {"top", "System profiling tool."},
     30 };
     31