summaryrefslogtreecommitdiffstats
path: root/Documentation/perf_counter/Makefile
diff options
context:
space:
mode:
authorIngo Molnar2009-04-20 15:58:01 +0200
committerIngo Molnar2009-04-20 17:36:49 +0200
commite33e0a43736307512422e41aee6e24d5a8c39181 (patch)
treeb1ae3e3287d51dfc33a33724eb00712496b13900 /Documentation/perf_counter/Makefile
parentperf_counter tools: add help texts (diff)
downloadkernel-qcow2-linux-e33e0a43736307512422e41aee6e24d5a8c39181.tar.gz
kernel-qcow2-linux-e33e0a43736307512422e41aee6e24d5a8c39181.tar.xz
kernel-qcow2-linux-e33e0a43736307512422e41aee6e24d5a8c39181.zip
perf_counter tools: add 'perf record' command
Move perf-record.c into the perf suite of commands. 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 fb8b71744e59..b6c665eb22e4 100644
--- a/Documentation/perf_counter/Makefile
+++ b/Documentation/perf_counter/Makefile
@@ -309,6 +309,7 @@ LIB_OBJS += usage.o
LIB_OBJS += wrapper.o
BUILTIN_OBJS += builtin-help.o
+BUILTIN_OBJS += builtin-record.o
BUILTIN_OBJS += builtin-stat.o
BUILTIN_OBJS += builtin-top.o