aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/perf_counter/Makefile
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2009-06-06 06:24:17 -0400
committerIngo Molnar <mingo@elte.hu>2009-06-06 08:16:49 -0400
commit86847b62f0781ccc97a79936c9ed9dc818cff67b (patch)
treea55a8ea4a3e2c771322edc7aa01b1572c3a59c06 /Documentation/perf_counter/Makefile
parent8326f44da090d6d304d29b9fdc7fb3e20889e329 (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/Makefile')
-rw-r--r--Documentation/perf_counter/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/perf_counter/Makefile b/Documentation/perf_counter/Makefile
index 5b99f04df812..32c0bb21a328 100644
--- a/Documentation/perf_counter/Makefile
+++ b/Documentation/perf_counter/Makefile
@@ -328,6 +328,7 @@ BUILTIN_OBJS += builtin-record.o
328BUILTIN_OBJS += builtin-report.o 328BUILTIN_OBJS += builtin-report.o
329BUILTIN_OBJS += builtin-stat.o 329BUILTIN_OBJS += builtin-stat.o
330BUILTIN_OBJS += builtin-top.o 330BUILTIN_OBJS += builtin-top.o
331BUILTIN_OBJS += builtin-list.o
331 332
332PERFLIBS = $(LIB_FILE) 333PERFLIBS = $(LIB_FILE)
333EXTLIBS = 334EXTLIBS =