diff options
author | Arjan van de Ven <arjan@linux.intel.com> | 2009-09-12 06:52:11 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-09-19 05:42:13 -0400 |
commit | f48d55ce7871824eae3065f4d81956d7113eff19 (patch) | |
tree | f38dca96a65f4da87f95770647b8d7aa49b1b809 /tools/perf/Makefile | |
parent | 6161352142d5fed4cd753b32e5ccde66e705b14e (diff) |
perf: Add a SVG helper library file
The timechart tool writes out SVG format output; this patch adds a
set of helper functions to abstract dealing with SVG from the core
timechart code.
Signed-off-by: Arjan van de Ven <arjan@linux.intel.com>
Acked-by: Peter Zijlstra <a.p.zijlstra@chello.nl>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Frederic Weisbecker <fweisbec@gmail.com>
LKML-Reference: <20090912130613.677f0516@infradead.org>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'tools/perf/Makefile')
-rw-r--r-- | tools/perf/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/perf/Makefile b/tools/perf/Makefile index 2cb8cc3f6772..0388e36587a8 100644 --- a/tools/perf/Makefile +++ b/tools/perf/Makefile | |||
@@ -373,6 +373,7 @@ LIB_OBJS += util/thread.o | |||
373 | LIB_OBJS += util/trace-event-parse.o | 373 | LIB_OBJS += util/trace-event-parse.o |
374 | LIB_OBJS += util/trace-event-read.o | 374 | LIB_OBJS += util/trace-event-read.o |
375 | LIB_OBJS += util/trace-event-info.o | 375 | LIB_OBJS += util/trace-event-info.o |
376 | LIB_OBJS += util/svghelper.o | ||
376 | 377 | ||
377 | BUILTIN_OBJS += builtin-annotate.o | 378 | BUILTIN_OBJS += builtin-annotate.o |
378 | BUILTIN_OBJS += builtin-help.o | 379 | BUILTIN_OBJS += builtin-help.o |