Searched refs:ovfl_notify (Results 1 – 3 of 3) sorted by relevance
/linux-3.4.99/arch/ia64/kernel/ |
D | perfmon_default_smpl.c | 110 unsigned char ovfl_notify; in default_handler() local 121 ovfl_notify = arg->ovfl_notify; in default_handler() 147 ovfl_notify, npmds)); in default_handler() 204 …mpling buffer full free=%lu, count=%lu, ovfl_notify=%d\n", last-cur, hdr->hdr_count, ovfl_notify)); in default_handler() 215 if (ovfl_notify == 0) { in default_handler()
|
D | perfmon.c | 5209 unsigned long ovfl_notify = 0UL, ovfl_pmds = 0UL, smpl_pmds = 0UL, reset_pmds; in pfm_overflow_handler() local 5260 if (PMC_OVFL_NOTIFY(ctx, i)) ovfl_notify |= 1UL << i; in pfm_overflow_handler() 5269 ovfl_notify)); in pfm_overflow_handler() 5305 ovfl_arg->ovfl_notify = ovfl_notify & mask ? 1 : 0; in pfm_overflow_handler() 5367 ovfl_ctrl.bits.notify_user = ovfl_notify ? 1 : 0; in pfm_overflow_handler() 5368 ovfl_ctrl.bits.block_task = ovfl_notify ? 1 : 0; in pfm_overflow_handler() 5369 ovfl_ctrl.bits.mask_monitoring = ovfl_notify ? 1 : 0; /* XXX: change for saturation */ in pfm_overflow_handler() 5370 ovfl_ctrl.bits.reset_ovfl_pmds = ovfl_notify ? 0 : 1; in pfm_overflow_handler() 5374 if (ovfl_notify == 0) reset_pmds = ovfl_pmds; in pfm_overflow_handler() 5387 if (ovfl_notify && ovfl_ctrl.bits.notify_user) { in pfm_overflow_handler() [all …]
|
/linux-3.4.99/arch/ia64/include/asm/ |
D | perfmon.h | 218 unsigned char ovfl_notify; /* =1 if monitor requested overflow notification */ member
|