Searched refs:ovfl_arg (Results 1 – 1 of 1) sorted by relevance
5178 pfm_ovfl_arg_t *ovfl_arg; in pfm_overflow_handler() local5266 ovfl_arg = &ctx->ctx_ovfl_arg; in pfm_overflow_handler()5276 ovfl_arg->ovfl_pmd = (unsigned char )i; in pfm_overflow_handler()5277 ovfl_arg->ovfl_notify = ovfl_notify & mask ? 1 : 0; in pfm_overflow_handler()5278 ovfl_arg->active_set = 0; in pfm_overflow_handler()5279 ovfl_arg->ovfl_ctrl.val = 0; /* module must fill in all fields */ in pfm_overflow_handler()5280 ovfl_arg->smpl_pmds[0] = smpl_pmds = ctx->ctx_pmds[i].smpl_pmds[0]; in pfm_overflow_handler()5282 ovfl_arg->pmd_value = ctx->ctx_pmds[i].val; in pfm_overflow_handler()5283 ovfl_arg->pmd_last_reset = ctx->ctx_pmds[i].lval; in pfm_overflow_handler()5284 ovfl_arg->pmd_eventid = ctx->ctx_pmds[i].eventid; in pfm_overflow_handler()[all …]