Home
last modified time | relevance | path

Searched refs:PFM_CPUINFO_EXCL_IDLE (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/arch/ia64/include/asm/
Dperfmon.h263 #define PFM_CPUINFO_EXCL_IDLE 0x4 /* the system wide session excludes the idle task */ macro
/linux-2.6.39/arch/ia64/kernel/
Dperfmon.c4341 if (ctx->ctx_fl_excl_idle) PFM_CPUINFO_SET(PFM_CPUINFO_EXCL_IDLE); in pfm_context_load()
4497 PFM_CPUINFO_CLEAR(PFM_CPUINFO_EXCL_IDLE); in pfm_context_unload()
5736 cpu, pfm_get_cpu_data(pfm_syst_info, cpu) & PFM_CPUINFO_EXCL_IDLE ? 1 : 0, in pfm_proc_show()
5798 if ((info & PFM_CPUINFO_EXCL_IDLE) == 0 || task->pid) { in pfm_syst_wide_update_task()