Home
last modified time | relevance | path

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

/Linux-v4.19/arch/ia64/include/uapi/asm/
Dperfmon.h40 #define PFM_FL_NOTIFY_BLOCK 0x01 /* block task on user level notifications */ macro
/Linux-v4.19/arch/ia64/kernel/
Dperfmon.c883 ctx->ctx_fl_block = (ctx_flags & PFM_FL_NOTIFY_BLOCK) ? 1 : 0; in pfm_context_alloc()
2403 if (ctx_flags & PFM_FL_NOTIFY_BLOCK) { in pfarg_is_sane()