Home
last modified time | relevance | path

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

/external/linux-tools-perf/src/tools/perf/util/
Dsvghelper.h14 extern void svg_cstate(int cpu, u64 start, u64 end, int type);
Dsvghelper.c282 void svg_cstate(int cpu, u64 start, u64 end, int type) in svg_cstate() function
/external/linux-tools-perf/src/tools/perf/
Dbuiltin-timechart.c671 svg_cstate(pwr->cpu, pwr->start_time, pwr->end_time, pwr->state); in draw_c_p_states()