Home
last modified time | relevance | path

Searched refs:power_event (Results 1 – 2 of 2) sorted by relevance

/linux/tools/perf/
H A Dbuiltin-timechart.c51 struct power_event;
57 struct power_event *power_events;
176 struct power_event { struct
177 struct power_event *next; argument
365 struct power_event *pwr = zalloc(sizeof(*pwr)); in c_state_end()
380 static struct power_event *p_state_end(struct timechart *tchart, int cpu, in p_state_end()
383 struct power_event *pwr = zalloc(sizeof(*pwr)); in p_state_end()
403 struct power_event *pwr; in p_state_change()
701 struct power_event *pwr; in end_sample_processing()
1021 struct power_event *pwr; in draw_c_p_states()
/linux/tools/perf/tests/shell/
H A Dtest_intel_pt.sh586 power_event=$(cat /sys/bus/event_source/devices/intel_pt/caps/power_event_trace)
587 if [ "${power_event}" != "1" ] ; then