diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2009-06-06 06:24:17 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-06-06 08:16:49 -0400 |
commit | 86847b62f0781ccc97a79936c9ed9dc818cff67b (patch) | |
tree | a55a8ea4a3e2c771322edc7aa01b1572c3a59c06 /Documentation/perf_counter/builtin.h | |
parent | 8326f44da090d6d304d29b9fdc7fb3e20889e329 (diff) |
perf_counter tools: Add 'perf list' to list available events
perf list: List all the available event types which can be used in
-e (--event) options.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'Documentation/perf_counter/builtin.h')
-rw-r--r-- | Documentation/perf_counter/builtin.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/perf_counter/builtin.h b/Documentation/perf_counter/builtin.h index 5bfea57d33fe..e7de47da8581 100644 --- a/Documentation/perf_counter/builtin.h +++ b/Documentation/perf_counter/builtin.h | |||
@@ -20,4 +20,6 @@ extern int cmd_report(int argc, const char **argv, const char *prefix); | |||
20 | extern int cmd_stat(int argc, const char **argv, const char *prefix); | 20 | extern int cmd_stat(int argc, const char **argv, const char *prefix); |
21 | extern int cmd_top(int argc, const char **argv, const char *prefix); | 21 | extern int cmd_top(int argc, const char **argv, const char *prefix); |
22 | extern int cmd_version(int argc, const char **argv, const char *prefix); | 22 | extern int cmd_version(int argc, const char **argv, const char *prefix); |
23 | extern int cmd_list(int argc, const char **argv, const char *prefix); | ||
24 | |||
23 | #endif | 25 | #endif |