Home
last modified time | relevance | path

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

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