diff options
Diffstat (limited to 'Documentation/perf_counter/perf.c')
-rw-r--r-- | Documentation/perf_counter/perf.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Documentation/perf_counter/perf.c b/Documentation/perf_counter/perf.c index e8a85842b49..ec7edb7fbe2 100644 --- a/Documentation/perf_counter/perf.c +++ b/Documentation/perf_counter/perf.c | |||
@@ -1,4 +1,13 @@ | |||
1 | /* | ||
2 | * perf.c | ||
3 | * | ||
4 | * Performance analysis utility. | ||
5 | * | ||
6 | * This is the main hub from which the sub-commands (perf stat, | ||
7 | * perf top, perf record, perf report, etc.) are started. | ||
8 | */ | ||
1 | #include "builtin.h" | 9 | #include "builtin.h" |
10 | |||
2 | #include "util/exec_cmd.h" | 11 | #include "util/exec_cmd.h" |
3 | #include "util/cache.h" | 12 | #include "util/cache.h" |
4 | #include "util/quote.h" | 13 | #include "util/quote.h" |