Searched refs:ovfl_arg (Results 1 – 1 of 1) sorted by relevance
5123 pfm_ovfl_arg_t *ovfl_arg; in pfm_overflow_handler() local5211 ovfl_arg = &ctx->ctx_ovfl_arg; in pfm_overflow_handler()5221 ovfl_arg->ovfl_pmd = (unsigned char )i; in pfm_overflow_handler()5222 ovfl_arg->ovfl_notify = ovfl_notify & mask ? 1 : 0; in pfm_overflow_handler()5223 ovfl_arg->active_set = 0; in pfm_overflow_handler()5224 ovfl_arg->ovfl_ctrl.val = 0; /* module must fill in all fields */ in pfm_overflow_handler()5225 ovfl_arg->smpl_pmds[0] = smpl_pmds = ctx->ctx_pmds[i].smpl_pmds[0]; in pfm_overflow_handler()5227 ovfl_arg->pmd_value = ctx->ctx_pmds[i].val; in pfm_overflow_handler()5228 ovfl_arg->pmd_last_reset = ctx->ctx_pmds[i].lval; in pfm_overflow_handler()5229 ovfl_arg->pmd_eventid = ctx->ctx_pmds[i].eventid; in pfm_overflow_handler()[all …]