Home
last modified time | relevance | path

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

/linux-4.1.27/tools/perf/util/
Dsvghelper.h18 extern void svg_cstate(int cpu, u64 start, u64 end, int type);
Dsvghelper.c417 void svg_cstate(int cpu, u64 start, u64 end, int type) in svg_cstate() function
/linux-4.1.27/tools/perf/
Dbuiltin-timechart.c1021 svg_cstate(pwr->cpu, pwr->start_time, pwr->end_time, pwr->state); in draw_c_p_states()