diff options
author | Arnaldo Carvalho de Melo <acme@redhat.com> | 2009-05-18 15:24:49 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-05-26 07:52:55 -0400 |
commit | 35a50c8a20eea22c141e05c5667ac21c48b8b65d (patch) | |
tree | 6b48bf9647023a207fd3ab1d7bfdcda5a1d38746 /Documentation/perf_counter/Makefile | |
parent | 62eb93905b3b43cea407cfbc061cc7b40ae1c6e9 (diff) |
perf_counter: Use rb_trees in perf report
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Acked-by: Peter Zijlstra <a.p.zijlstra@chello.nl>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Corey Ashford <cjashfor@linux.vnet.ibm.com>
Cc: Marcelo Tosatti <mtosatti@redhat.com>
Cc: Thomas Gleixner <tglx@linutronix.de>
LKML-Reference: <new-submission>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'Documentation/perf_counter/Makefile')
-rw-r--r-- | Documentation/perf_counter/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/perf_counter/Makefile b/Documentation/perf_counter/Makefile index 6bffa86af6be..412dea15d0b7 100644 --- a/Documentation/perf_counter/Makefile +++ b/Documentation/perf_counter/Makefile | |||
@@ -287,6 +287,8 @@ LIB_FILE=libperf.a | |||
287 | 287 | ||
288 | LIB_H += ../../include/linux/perf_counter.h | 288 | LIB_H += ../../include/linux/perf_counter.h |
289 | LIB_H += perf.h | 289 | LIB_H += perf.h |
290 | LIB_H += util/list.h | ||
291 | LIB_H += util/rbtree.h | ||
290 | LIB_H += util/levenshtein.h | 292 | LIB_H += util/levenshtein.h |
291 | LIB_H += util/parse-options.h | 293 | LIB_H += util/parse-options.h |
292 | LIB_H += util/parse-events.h | 294 | LIB_H += util/parse-events.h |
@@ -306,6 +308,7 @@ LIB_OBJS += util/levenshtein.o | |||
306 | LIB_OBJS += util/parse-options.o | 308 | LIB_OBJS += util/parse-options.o |
307 | LIB_OBJS += util/parse-events.o | 309 | LIB_OBJS += util/parse-events.o |
308 | LIB_OBJS += util/path.o | 310 | LIB_OBJS += util/path.o |
311 | LIB_OBJS += util/rbtree.o | ||
309 | LIB_OBJS += util/run-command.o | 312 | LIB_OBJS += util/run-command.o |
310 | LIB_OBJS += util/quote.o | 313 | LIB_OBJS += util/quote.o |
311 | LIB_OBJS += util/strbuf.o | 314 | LIB_OBJS += util/strbuf.o |