Home
last modified time | relevance | path

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

/linux-3.4.99/arch/x86/kernel/
Dprocess.c485 trace_cpu_idle_rcuidle(PWR_EVENT_EXIT, smp_processor_id()); in default_idle()
555 trace_cpu_idle_rcuidle(PWR_EVENT_EXIT, smp_processor_id()); in mwait_idle()
573 trace_cpu_idle_rcuidle(PWR_EVENT_EXIT, smp_processor_id()); in poll_idle()
/linux-3.4.99/kernel/power/
Dsuspend.c241 trace_machine_suspend(PWR_EVENT_EXIT); in suspend_devices_and_enter()
/linux-3.4.99/include/trace/events/
Dpower.h41 #define PWR_EVENT_EXIT -1 macro
/linux-3.4.99/Documentation/trace/
Devents-power.txt37 enters the idle state 4, while trace_cpu_idle(PWR_EVENT_EXIT, smp_processor_id())
/linux-3.4.99/drivers/cpuidle/
Dcpuidle.c149 trace_cpu_idle_rcuidle(PWR_EVENT_EXIT, dev->cpu); in cpuidle_idle_call()
/linux-3.4.99/tools/perf/
Dbuiltin-timechart.c38 #define PWR_EVENT_EXIT -1 macro
536 if (ppe->state == (u32)PWR_EVENT_EXIT) in process_sample_event()
/linux-3.4.99/arch/arm/mach-omap2/
Dpm34xx.c409 trace_cpu_idle(PWR_EVENT_EXIT, smp_processor_id()); in omap3_pm_idle()