Searched refs:power_event (Results 1 – 4 of 4) sorted by relevance
51 struct power_event;57 struct power_event *power_events;176 struct power_event { struct177 struct power_event *next; argument365 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()
49 enum power_event { enum
168 enum power_event { enum
580 power_event=$(cat /sys/bus/event_source/devices/intel_pt/caps/power_event_trace)581 if [ "${power_event}" != "1" ] ; then