diff options
author | Ingo Molnar <mingo@elte.hu> | 2009-08-31 12:03:25 +0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-08-31 12:03:27 +0400 |
commit | 19c959627a3477a8487d08afd47fdc1f4fea60e5 (patch) | |
tree | aaeda0f81bc100ce8f71af129f39b5f2e6e934bf /tools/perf/Makefile | |
parent | 119e7a22bb70d84849384e5113792cd45afa4f85 (diff) | |
parent | d498bc1f6261dd6f655440eb2f1c7fa25694d3ba (diff) | |
download | linux-19c959627a3477a8487d08afd47fdc1f4fea60e5.tar.xz |
Merge branch 'perfcounters/tracing' into perfcounters/core
Merge reason: this topic is ready now to merge into the main
development branch for .32, with functional
perf trace output.
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'tools/perf/Makefile')
-rw-r--r-- | tools/perf/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/perf/Makefile b/tools/perf/Makefile index 5d54ddb83ab1..c481a513f551 100644 --- a/tools/perf/Makefile +++ b/tools/perf/Makefile @@ -347,6 +347,9 @@ LIB_OBJS += util/values.o LIB_OBJS += util/debug.o LIB_OBJS += util/map.o LIB_OBJS += util/thread.o +LIB_OBJS += util/trace-event-parse.o +LIB_OBJS += util/trace-event-read.o +LIB_OBJS += util/trace-event-info.o BUILTIN_OBJS += builtin-annotate.o BUILTIN_OBJS += builtin-help.o @@ -355,6 +358,7 @@ BUILTIN_OBJS += builtin-record.o BUILTIN_OBJS += builtin-report.o BUILTIN_OBJS += builtin-stat.o BUILTIN_OBJS += builtin-top.o +BUILTIN_OBJS += builtin-trace.o PERFLIBS = $(LIB_FILE) |