Home
last modified time | relevance | path

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

/Linux-v4.19/arch/ia64/include/asm/
Dperfmon.h97 #define PFM_CPUINFO_EXCL_IDLE 0x4 /* the system wide session excludes the idle task */ macro
/Linux-v4.19/arch/ia64/kernel/
Dperfmon.c4294 if (ctx->ctx_fl_excl_idle) PFM_CPUINFO_SET(PFM_CPUINFO_EXCL_IDLE); in pfm_context_load()
4450 PFM_CPUINFO_CLEAR(PFM_CPUINFO_EXCL_IDLE); in pfm_context_unload()
5673 cpu, pfm_get_cpu_data(pfm_syst_info, cpu) & PFM_CPUINFO_EXCL_IDLE ? 1 : 0, in pfm_proc_show()
5728 if ((info & PFM_CPUINFO_EXCL_IDLE) == 0 || task->pid) { in pfm_syst_wide_update_task()