perf: Add a SVG helper library file
authorArjan van de Ven <arjan@linux.intel.com>
Sat, 12 Sep 2009 10:52:11 +0000 (12:52 +0200)
committerIngo Molnar <mingo@elte.hu>
Sat, 19 Sep 2009 09:42:13 +0000 (11:42 +0200)
commitf48d55ce7871824eae3065f4d81956d7113eff19
treef38dca96a65f4da87f95770647b8d7aa49b1b809
parent6161352142d5fed4cd753b32e5ccde66e705b14e
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>
tools/perf/Makefile
tools/perf/util/svghelper.c [new file with mode: 0644]
tools/perf/util/svghelper.h [new file with mode: 0644]