Searched refs:ctrname (Results 1 – 1 of 1) sorted by relevance
1172 const char *ctrname; in pmc_allocate() local1200 ctrname = strsep(&r, ","); in pmc_allocate()1202 errno = pmc_pmu_pmcallocate(ctrname, &pmc_config); in pmc_allocate()1223 ctrname = strsep(&r, ","); in pmc_allocate()1232 if (pcd != NULL && strncasecmp(ctrname, pcd->pm_evc_name, in pmc_allocate()1234 if ((ev = pmc_match_event_class(ctrname + in pmc_allocate()1250 ev = pmc_match_event_class(ctrname, pcd); in pmc_allocate()