aboutsummaryrefslogtreecommitdiff
path: root/Documentation/perf_counter/wrapper.c
AgeCommit message (Collapse)Author
2009-04-20perf_counter tools: add in basic glue from GitIngo Molnar
First very raw version at having a central 'perf' command and a list of subcommands: perf top perf stat perf record perf report ... This is done by picking up Git's collection of utility functions, and hacking them to build fine in this new environment. Signed-off-by: Ingo Molnar <mingo@elte.hu>