Home
last modified time | relevance | path

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

/linux-2.6.39/arch/ia64/include/asm/
Dperfmon.h39 #define PFM_FL_NOTIFY_BLOCK 0x01 /* block task on user level notifications */ macro
/linux-2.6.39/arch/ia64/kernel/
Dperfmon.c892 ctx->ctx_fl_block = (ctx_flags & PFM_FL_NOTIFY_BLOCK) ? 1 : 0; in pfm_context_alloc()
2443 if (ctx_flags & PFM_FL_NOTIFY_BLOCK) { in pfarg_is_sane()