Searched refs:evsel_pmu (Results 1 – 2 of 2) sorted by relevance
79 struct perf_pmu *evsel_pmu, *ibs_fetch_pmu, *ibs_op_pmu; in arch__post_evsel_config() local85 evsel_pmu = evsel__find_pmu(evsel); in arch__post_evsel_config()86 if (!evsel_pmu) in arch__post_evsel_config()92 if (ibs_fetch_pmu && ibs_fetch_pmu->type == evsel_pmu->type) { in arch__post_evsel_config()97 } else if (ibs_op_pmu && ibs_op_pmu->type == evsel_pmu->type) { in arch__post_evsel_config()
154 struct perf_pmu *evsel_pmu = evsel__find_pmu(evsel); in find_stat() local181 if ((type != STAT_NSECS) && (evsel_pmu != evsel__find_pmu(cur))) in find_stat()
Completed in 5 milliseconds