Searched refs:ctrname (Results 1 – 1 of 1) sorted by relevance
1247 const char *ctrname; in pmc_allocate() local1275 ctrname = strsep(&r, ","); in pmc_allocate()1277 errno = pmc_pmu_pmcallocate(ctrname, &pmc_config); in pmc_allocate()1298 ctrname = strsep(&r, ","); in pmc_allocate()1307 if (pcd != NULL && strncasecmp(ctrname, pcd->pm_evc_name, in pmc_allocate()1309 if ((ev = pmc_match_event_class(ctrname + in pmc_allocate()1325 ev = pmc_match_event_class(ctrname, pcd); in pmc_allocate()