Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/ia64/kernel/
Dperfmon.c93 #define PFM_FL_INHERIT_MASK (PFM_FL_INHERIT_NONE|PFM_FL_INHERIT_ONCE|PFM_FL_INHERIT_ALL) macro
1178 if ((ctx_flags & PFM_FL_INHERIT_MASK) == (PFM_FL_INHERIT_ONCE|PFM_FL_INHERIT_ALL)) { in pfx_is_sane()
1179 DBprintk(("invalid inherit mask 0x%x\n",ctx_flags & PFM_FL_INHERIT_MASK)); in pfx_is_sane()
1348 ctx->ctx_fl_inherit = ctx_flags & PFM_FL_INHERIT_MASK; in pfm_context_create()