Searched refs:ovfl_arg (Results 1 – 1 of 1) sorted by relevance
5217 pfm_ovfl_arg_t *ovfl_arg; in pfm_overflow_handler() local5305 ovfl_arg = &ctx->ctx_ovfl_arg; in pfm_overflow_handler()5315 ovfl_arg->ovfl_pmd = (unsigned char )i; in pfm_overflow_handler()5316 ovfl_arg->ovfl_notify = ovfl_notify & mask ? 1 : 0; in pfm_overflow_handler()5317 ovfl_arg->active_set = 0; in pfm_overflow_handler()5318 ovfl_arg->ovfl_ctrl.val = 0; /* module must fill in all fields */ in pfm_overflow_handler()5319 ovfl_arg->smpl_pmds[0] = smpl_pmds = ctx->ctx_pmds[i].smpl_pmds[0]; in pfm_overflow_handler()5321 ovfl_arg->pmd_value = ctx->ctx_pmds[i].val; in pfm_overflow_handler()5322 ovfl_arg->pmd_last_reset = ctx->ctx_pmds[i].lval; in pfm_overflow_handler()5323 ovfl_arg->pmd_eventid = ctx->ctx_pmds[i].eventid; in pfm_overflow_handler()[all …]