Searched refs:PFM_FL_SYSTEM_WIDE (Results 1 – 2 of 2) sorted by relevance
40 #define PFM_FL_SYSTEM_WIDE 0x02 /* create a system wide context */ macro
893 ctx->ctx_fl_system = (ctx_flags & PFM_FL_SYSTEM_WIDE) ? 1: 0; in pfm_context_alloc()2438 if (ctx_flags & PFM_FL_SYSTEM_WIDE) { in pfarg_is_sane()