Searched refs:svg_pstate (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | svghelper.h | 22 void svg_pstate(int cpu, u64 start, u64 end, u64 freq);
|
H A D | svghelper.c | 473 void svg_pstate(int cpu, u64 start, u64 end, u64 freq) in svg_pstate() function
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | svghelper.h | 22 void svg_pstate(int cpu, u64 start, u64 end, u64 freq);
|
H A D | svghelper.c | 473 void svg_pstate(int cpu, u64 start, u64 end, u64 freq) in svg_pstate() function
|
/kernel/linux/linux-5.10/tools/perf/ |
H A D | builtin-timechart.c | 1029 svg_pstate(pwr->cpu, pwr->start_time, pwr->end_time, pwr->state); in draw_c_p_states()
|
/kernel/linux/linux-6.6/tools/perf/ |
H A D | builtin-timechart.c | 1038 svg_pstate(pwr->cpu, pwr->start_time, pwr->end_time, pwr->state); in draw_c_p_states()
|
Completed in 8 milliseconds