Home
last modified time | relevance | path

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

/Linux-v5.10/kernel/sched/
Didle.c68 trace_cpu_idle(PWR_EVENT_EXIT, smp_processor_id()); in cpu_idle_poll()
127 trace_cpu_idle(PWR_EVENT_EXIT, smp_processor_id()); in default_idle_call()
/Linux-v5.10/Documentation/trace/
Devents-power.rst41 enters the idle state 4, while trace_cpu_idle(PWR_EVENT_EXIT, smp_processor_id())
/Linux-v5.10/drivers/cpuidle/
Dcpuidle.c244 trace_cpu_idle(PWR_EVENT_EXIT, dev->cpu); in cpuidle_enter_state()
/Linux-v5.10/include/trace/events/
Dpower.h131 #define PWR_EVENT_EXIT -1 macro
/Linux-v5.10/tools/perf/
Dbuiltin-timechart.c45 #define PWR_EVENT_EXIT -1 macro
585 if (state == (u32)PWR_EVENT_EXIT) in process_sample_cpu_idle()