Searched refs:ctrname (Results 1 – 1 of 1) sorted by relevance
981 const char *ctrname; in pmc_allocate() local1009 ctrname = strsep(&r, ","); in pmc_allocate()1011 if (pmc_pmu_pmcallocate(ctrname, &pmc_config) == 0) in pmc_allocate()1034 ctrname = strsep(&r, ","); in pmc_allocate()1043 if (pcd != NULL && strncasecmp(ctrname, pcd->pm_evc_name, in pmc_allocate()1045 if ((ev = pmc_match_event_class(ctrname + in pmc_allocate()1061 ev = pmc_match_event_class(ctrname, pcd); in pmc_allocate()