aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/perf_counter/builtin.h
Commit message (Collapse)AuthorAge
* perf_counter tools: move helper library to util/*Ingo Molnar2009-04-27
| | | | | | | Clean up the top level directory a bit by moving all the helper libraries to util/*.[ch]. Signed-off-by: Ingo Molnar <mingo@elte.hu>
* perf_counter tools: add 'perf help'Ingo Molnar2009-04-20
| | | | Signed-off-by: Ingo Molnar <mingo@elte.hu>
* perf_counter tools: fix --versionIngo Molnar2009-04-20
| | | | | | Hook up the 'perf version' built-in command. Signed-off-by: Ingo Molnar <mingo@elte.hu>
* perf_counter tools: add 'perf record' commandIngo Molnar2009-04-20
| | | | | | Move perf-record.c into the perf suite of commands. Signed-off-by: Ingo Molnar <mingo@elte.hu>
* perf_counter tools: add help textsIngo Molnar2009-04-20
| | | | | | | | | | | Add Documentation/perf-stat.txt and Documentation/perf-top.txt. The template that was used for it: Documentation/git-add.txt from Git. Fix up small bugs to make these help texts show up both in the 'perf' common-command summary output screen, and on the individual help screens. Signed-off-by: Ingo Molnar <mingo@elte.hu>
* perf_counter tools: separate kerneltop into 'perf top' and 'perf stat'Ingo Molnar2009-04-20
| | | | | | Lets use the Git framework of built-in commands. Signed-off-by: Ingo Molnar <mingo@elte.hu>
* perf_counter tools: add in basic glue from GitIngo Molnar2009-04-20
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>