Searched refs:ovfl_arg (Results 1 – 1 of 1) sorted by relevance
5206 pfm_ovfl_arg_t *ovfl_arg; in pfm_overflow_handler() local5294 ovfl_arg = &ctx->ctx_ovfl_arg; in pfm_overflow_handler()5304 ovfl_arg->ovfl_pmd = (unsigned char )i; in pfm_overflow_handler()5305 ovfl_arg->ovfl_notify = ovfl_notify & mask ? 1 : 0; in pfm_overflow_handler()5306 ovfl_arg->active_set = 0; in pfm_overflow_handler()5307 ovfl_arg->ovfl_ctrl.val = 0; /* module must fill in all fields */ in pfm_overflow_handler()5308 ovfl_arg->smpl_pmds[0] = smpl_pmds = ctx->ctx_pmds[i].smpl_pmds[0]; in pfm_overflow_handler()5310 ovfl_arg->pmd_value = ctx->ctx_pmds[i].val; in pfm_overflow_handler()5311 ovfl_arg->pmd_last_reset = ctx->ctx_pmds[i].lval; in pfm_overflow_handler()5312 ovfl_arg->pmd_eventid = ctx->ctx_pmds[i].eventid; in pfm_overflow_handler()[all …]