Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/asm-ia64/
Dperfmon.h43 #define PFM_FL_EXCL_IDLE 0x20 /* exclude idle task from system wide session */ macro
/linux-2.4.37.9/arch/ia64/kernel/
Dperfmon.c1351 ctx->ctx_fl_excl_idle = (ctx_flags & PFM_FL_EXCL_IDLE) ? 1: 0; in pfm_context_create()