Searched refs:ctrname (Results 1 – 1 of 1) sorted by relevance
1145 const char *ctrname; in pmc_allocate() local1173 ctrname = strsep(&r, ","); in pmc_allocate()1175 errno = pmc_pmu_pmcallocate(ctrname, &pmc_config); in pmc_allocate()1196 ctrname = strsep(&r, ","); in pmc_allocate()1205 if (pcd != NULL && strncasecmp(ctrname, pcd->pm_evc_name, in pmc_allocate()1207 if ((ev = pmc_match_event_class(ctrname + in pmc_allocate()1223 ev = pmc_match_event_class(ctrname, pcd); in pmc_allocate()