Home
last modified time | relevance | path

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

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