Home
last modified time | relevance | path

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

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