diff options
author | John Kacur <jkacur@redhat.com> | 2009-09-24 12:02:49 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-09-24 15:27:52 -0400 |
commit | dd68ada2d417e57b848822a1407b5317a54136c5 (patch) | |
tree | 8d7cc54e3bcf063038532d88ac1f94a54b6650a5 /tools/perf/Makefile | |
parent | 8b40f521cf1c9750eab0c04da9075e7484675e9c (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/Makefile | 2 |
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 | |||
339 | LIB_H += util/module.h | 339 | LIB_H += util/module.h |
340 | LIB_H += util/color.h | 340 | LIB_H += util/color.h |
341 | LIB_H += util/values.h | 341 | LIB_H += util/values.h |
342 | LIB_H += util/sort.h | ||
342 | 343 | ||
343 | LIB_OBJS += util/abspath.o | 344 | LIB_OBJS += util/abspath.o |
344 | LIB_OBJS += util/alias.o | 345 | LIB_OBJS += util/alias.o |
@@ -374,6 +375,7 @@ LIB_OBJS += util/trace-event-parse.o | |||
374 | LIB_OBJS += util/trace-event-read.o | 375 | LIB_OBJS += util/trace-event-read.o |
375 | LIB_OBJS += util/trace-event-info.o | 376 | LIB_OBJS += util/trace-event-info.o |
376 | LIB_OBJS += util/svghelper.o | 377 | LIB_OBJS += util/svghelper.o |
378 | LIB_OBJS += util/sort.o | ||
377 | 379 | ||
378 | BUILTIN_OBJS += builtin-annotate.o | 380 | BUILTIN_OBJS += builtin-annotate.o |
379 | BUILTIN_OBJS += builtin-help.o | 381 | BUILTIN_OBJS += builtin-help.o |