diff options
author | Ingo Molnar <mingo@elte.hu> | 2009-06-04 09:19:47 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-06-04 09:28:11 -0400 |
commit | 8fc0321f1ad0ffef969056dda91b453bbd7a494d (patch) | |
tree | 8931ad2c6582a2f59930301c3c099aa1532bb14c /Documentation/perf_counter/Makefile | |
parent | 71dd8945d8d827ab101cd287f9480ef22fc7c1b6 (diff) |
perf_counter tools: Add color terminal output support
Add Git's color printing library to util/color.[ch].
Add it to perf report, with a trivial example to print high-overhead
entries in red, low-overhead entries in green.
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Cc: Mike Galbraith <efault@gmx.de>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Arnaldo Carvalho de Melo <acme@redhat.com>
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 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/perf_counter/Makefile b/Documentation/perf_counter/Makefile index 414399cbc51a..c9ec4585f4d6 100644 --- a/Documentation/perf_counter/Makefile +++ b/Documentation/perf_counter/Makefile | |||
@@ -298,6 +298,7 @@ LIB_H += util/string.h | |||
298 | LIB_H += util/run-command.h | 298 | LIB_H += util/run-command.h |
299 | LIB_H += util/sigchain.h | 299 | LIB_H += util/sigchain.h |
300 | LIB_H += util/symbol.h | 300 | LIB_H += util/symbol.h |
301 | LIB_H += util/color.h | ||
301 | 302 | ||
302 | LIB_OBJS += util/abspath.o | 303 | LIB_OBJS += util/abspath.o |
303 | LIB_OBJS += util/alias.o | 304 | LIB_OBJS += util/alias.o |
@@ -319,6 +320,7 @@ LIB_OBJS += util/usage.o | |||
319 | LIB_OBJS += util/wrapper.o | 320 | LIB_OBJS += util/wrapper.o |
320 | LIB_OBJS += util/sigchain.o | 321 | LIB_OBJS += util/sigchain.o |
321 | LIB_OBJS += util/symbol.o | 322 | LIB_OBJS += util/symbol.o |
323 | LIB_OBJS += util/color.o | ||
322 | LIB_OBJS += util/pager.o | 324 | LIB_OBJS += util/pager.o |
323 | 325 | ||
324 | BUILTIN_OBJS += builtin-help.o | 326 | BUILTIN_OBJS += builtin-help.o |