Home
last modified time | relevance | path

Searched refs:evsel_pmu (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/tools/perf/arch/x86/util/
H A Devsel.c101 struct perf_pmu *evsel_pmu, *ibs_fetch_pmu, *ibs_op_pmu; in arch__post_evsel_config() local
107 evsel_pmu = evsel__find_pmu(evsel); in arch__post_evsel_config()
108 if (!evsel_pmu) in arch__post_evsel_config()
114 if (ibs_fetch_pmu && ibs_fetch_pmu->type == evsel_pmu->type) { in arch__post_evsel_config()
119 } else if (ibs_op_pmu && ibs_op_pmu->type == evsel_pmu->type) { in arch__post_evsel_config()
/linux-6.15/tools/perf/util/
H A Dstat-shadow.c154 struct perf_pmu *evsel_pmu = evsel__find_pmu(evsel); in find_stat() local
181 if ((type != STAT_NSECS) && (evsel_pmu != evsel__find_pmu(cur))) in find_stat()