Searched refs:ctrname (Results 1 – 1 of 1) sorted by relevance
1055 const char *ctrname; in pmc_allocate() local1083 ctrname = strsep(&r, ","); in pmc_allocate()1085 if (pmc_pmu_pmcallocate(ctrname, &pmc_config) == 0) in pmc_allocate()1103 ctrname = strsep(&r, ","); in pmc_allocate()1112 if (pcd != NULL && strncasecmp(ctrname, pcd->pm_evc_name, in pmc_allocate()1114 if ((ev = pmc_match_event_class(ctrname + in pmc_allocate()1130 ev = pmc_match_event_class(ctrname, pcd); in pmc_allocate()