Home
last modified time | relevance | path

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

/external/linux-tools-perf/src/tools/perf/util/
Dsvghelper.h8 extern void svg_sample(int Yslot, int cpu, u64 start, u64 end);
Dsvghelper.c131 void svg_sample(int Yslot, int cpu, u64 start, u64 end) in svg_sample() function
/external/linux-tools-perf/src/tools/perf/
Dbuiltin-timechart.c798 svg_sample(Y, sample->cpu, sample->start_time, sample->end_time); in draw_process_bars()