Searched refs:ctrname (Results 1 – 1 of 1) sorted by relevance
1094 const char *ctrname; in pmc_allocate() local1122 ctrname = strsep(&r, ","); in pmc_allocate()1124 errno = pmc_pmu_pmcallocate(ctrname, &pmc_config); in pmc_allocate()1145 ctrname = strsep(&r, ","); in pmc_allocate()1154 if (pcd != NULL && strncasecmp(ctrname, pcd->pm_evc_name, in pmc_allocate()1156 if ((ev = pmc_match_event_class(ctrname + in pmc_allocate()1172 ev = pmc_match_event_class(ctrname, pcd); in pmc_allocate()