Home
last modified time | relevance | path

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

/linux-2.6.39/arch/ia64/include/asm/
Dperfmon.h41 #define PFM_FL_OVFL_NO_MSG 0x80 /* do not post overflow/end messages for notification */ macro
/linux-2.6.39/arch/ia64/kernel/
Dperfmon.c894 ctx->ctx_fl_no_msg = (ctx_flags & PFM_FL_OVFL_NO_MSG) ? 1: 0; in pfm_context_alloc()