Searched refs:svg_process (Results 1 – 3 of 3) sorted by relevance
/external/linux-tools-perf/src/tools/perf/util/ |
D | svghelper.h | 13 extern void svg_process(int cpu, u64 start, u64 end, const char *type, const char *name);
|
D | svghelper.c | 258 void svg_process(int cpu, u64 start, u64 end, const char *type, const char *name) in svg_process() function
|
/external/linux-tools-perf/src/tools/perf/ |
D | builtin-timechart.c | 765 svg_process(sample->cpu, sample->start_time, sample->end_time, "sample", c->comm); in draw_cpu_usage()
|