Home
last modified time | relevance | path

Searched refs:svg_process (Results 1 – 3 of 3) sorted by relevance

/external/linux-tools-perf/src/tools/perf/util/
Dsvghelper.h13 extern void svg_process(int cpu, u64 start, u64 end, const char *type, const char *name);
Dsvghelper.c258 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/
Dbuiltin-timechart.c765 svg_process(sample->cpu, sample->start_time, sample->end_time, "sample", c->comm); in draw_cpu_usage()