Home
last modified time | relevance | path

Searched refs:PWR_EVENT_EXIT (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/kernel/sched/
H A Didle.c67 trace_cpu_idle(PWR_EVENT_EXIT, smp_processor_id()); in cpu_idle_poll()
101 trace_cpu_idle(PWR_EVENT_EXIT, smp_processor_id()); in default_idle_call()
/openbmc/linux/Documentation/trace/
H A Devents-power.rst41 enters the idle state 4, while trace_cpu_idle(PWR_EVENT_EXIT, smp_processor_id())
/openbmc/linux/include/trace/events/
H A Dpower.h153 #define PWR_EVENT_EXIT -1 macro
/openbmc/linux/drivers/cpuidle/
H A Dcpuidle.c280 trace_cpu_idle(PWR_EVENT_EXIT, dev->cpu); in cpuidle_enter_state()
/openbmc/linux/tools/perf/
H A Dbuiltin-timechart.c48 #define PWR_EVENT_EXIT -1 macro
607 if (state == (u32)PWR_EVENT_EXIT) in process_sample_cpu_idle()