Home
last modified time | relevance | path

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

/Linux-v4.19/arch/ia64/include/uapi/asm/
Dperfmon.h41 #define PFM_FL_SYSTEM_WIDE 0x02 /* create a system wide context */ macro
/Linux-v4.19/arch/ia64/kernel/
Dperfmon.c884 ctx->ctx_fl_system = (ctx_flags & PFM_FL_SYSTEM_WIDE) ? 1: 0; in pfm_context_alloc()
2398 if (ctx_flags & PFM_FL_SYSTEM_WIDE) { in pfarg_is_sane()