aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/Makefile
diff options
context:
space:
mode:
authorJohn Kacur <jkacur@redhat.com>2009-09-24 12:02:49 -0400
committerIngo Molnar <mingo@elte.hu>2009-09-24 15:27:52 -0400
commitdd68ada2d417e57b848822a1407b5317a54136c5 (patch)
tree8d7cc54e3bcf063038532d88ac1f94a54b6650a5 /tools/perf/Makefile
parent8b40f521cf1c9750eab0c04da9075e7484675e9c (diff)
perf tools: Create util/sort.and use it
Create util/sort.[ch] and move common functionality for builtin-report.c and builtin-annotate.c there, and make use of it. Signed-off-by: John Kacur <jkacur@redhat.com> LKML-Reference: <alpine.LFD.2.00.0909241758390.11383@localhost.localdomain> Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'tools/perf/Makefile')
-rw-r--r--tools/perf/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/perf/Makefile b/tools/perf/Makefile
index b5f1953b6144..0a9e5aede318 100644
--- a/tools/perf/Makefile
+++ b/tools/perf/Makefile
@@ -339,6 +339,7 @@ LIB_H += util/symbol.h
339LIB_H += util/module.h 339LIB_H += util/module.h
340LIB_H += util/color.h 340LIB_H += util/color.h
341LIB_H += util/values.h 341LIB_H += util/values.h
342LIB_H += util/sort.h
342 343
343LIB_OBJS += util/abspath.o 344LIB_OBJS += util/abspath.o
344LIB_OBJS += util/alias.o 345LIB_OBJS += util/alias.o
@@ -374,6 +375,7 @@ LIB_OBJS += util/trace-event-parse.o
374LIB_OBJS += util/trace-event-read.o 375LIB_OBJS += util/trace-event-read.o
375LIB_OBJS += util/trace-event-info.o 376LIB_OBJS += util/trace-event-info.o
376LIB_OBJS += util/svghelper.o 377LIB_OBJS += util/svghelper.o
378LIB_OBJS += util/sort.o
377 379
378BUILTIN_OBJS += builtin-annotate.o 380BUILTIN_OBJS += builtin-annotate.o
379BUILTIN_OBJS += builtin-help.o 381BUILTIN_OBJS += builtin-help.o