diff options
author | Arnaldo Carvalho de Melo <acme@redhat.com> | 2011-01-31 11:50:39 -0500 |
---|---|---|
committer | Arnaldo Carvalho de Melo <acme@redhat.com> | 2011-01-31 11:50:39 -0500 |
commit | 8c3e10eb1968877d6a1957b7e790c6ce01bd56fc (patch) | |
tree | f0660d444639407e776fee780410755220ee212e /tools/perf/Makefile | |
parent | 7e2ed097538c57ff5268e9a6bced7c0b885809c8 (diff) |
perf top: Move display agnostic routines to util/top.[ch]
Paving the way for a slang browser a la 'perf report --tui'.
Cc: Frederic Weisbecker <fweisbec@gmail.com>
Cc: Ingo Molnar <mingo@elte.hu>
Cc: Mike Galbraith <efault@gmx.de>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Stephane Eranian <eranian@google.com>
Cc: Tom Zanussi <tzanussi@gmail.com>
LKML-Reference: <new-submission>
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
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 36ff73c0af94..edc660e0bc2f 100644 --- a/tools/perf/Makefile +++ b/tools/perf/Makefile | |||
@@ -437,6 +437,7 @@ LIB_H += util/probe-finder.h | |||
437 | LIB_H += util/probe-event.h | 437 | LIB_H += util/probe-event.h |
438 | LIB_H += util/pstack.h | 438 | LIB_H += util/pstack.h |
439 | LIB_H += util/cpumap.h | 439 | LIB_H += util/cpumap.h |
440 | LIB_H += util/top.h | ||
440 | LIB_H += $(ARCH_INCLUDE) | 441 | LIB_H += $(ARCH_INCLUDE) |
441 | 442 | ||
442 | LIB_OBJS += $(OUTPUT)util/abspath.o | 443 | LIB_OBJS += $(OUTPUT)util/abspath.o |
@@ -464,6 +465,7 @@ LIB_OBJS += $(OUTPUT)util/strbuf.o | |||
464 | LIB_OBJS += $(OUTPUT)util/string.o | 465 | LIB_OBJS += $(OUTPUT)util/string.o |
465 | LIB_OBJS += $(OUTPUT)util/strlist.o | 466 | LIB_OBJS += $(OUTPUT)util/strlist.o |
466 | LIB_OBJS += $(OUTPUT)util/strfilter.o | 467 | LIB_OBJS += $(OUTPUT)util/strfilter.o |
468 | LIB_OBJS += $(OUTPUT)util/top.o | ||
467 | LIB_OBJS += $(OUTPUT)util/usage.o | 469 | LIB_OBJS += $(OUTPUT)util/usage.o |
468 | LIB_OBJS += $(OUTPUT)util/wrapper.o | 470 | LIB_OBJS += $(OUTPUT)util/wrapper.o |
469 | LIB_OBJS += $(OUTPUT)util/sigchain.o | 471 | LIB_OBJS += $(OUTPUT)util/sigchain.o |