Searched refs:PFM_REGFL_OVFL_NOTIFY (Results 1 – 2 of 2) sorted by relevance
51 #define PFM_REGFL_OVFL_NOTIFY 0x1 /* send notification on overflow */ macro
99 #define PMC_OVFL_NOTIFY(ctx, i) ((ctx)->ctx_pmds[i].flags & PFM_REGFL_OVFL_NOTIFY)2945 if (reg_flags & PFM_REGFL_OVFL_NOTIFY) { in pfm_write_pmcs()2946 flags |= PFM_REGFL_OVFL_NOTIFY; in pfm_write_pmcs()2963 if (reg_flags & (PFM_REGFL_OVFL_NOTIFY|PFM_REGFL_RANDOM)) { in pfm_write_pmcs()