Home
last modified time | relevance | path

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

/linux-2.6.39/arch/ia64/include/asm/
Dperfmon.h40 #define PFM_FL_SYSTEM_WIDE 0x02 /* create a system wide context */ macro
/linux-2.6.39/arch/ia64/kernel/
Dperfmon.c893 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()