Searched refs:perf_pmus__find_by_type (Results 1 - 8 of 8) sorted by relevance

/linux-master/tools/perf/arch/x86/util/
H A Dtopdown.c26 pmu = perf_pmus__find_by_type(PERF_TYPE_RAW);
/linux-master/tools/perf/util/
H A Dpmus.h13 struct perf_pmu *perf_pmus__find_by_type(unsigned int type);
H A Dpfm.c90 pmu = perf_pmus__find_by_type((unsigned int)attr.type);
141 pmu = perf_pmus__find_by_type((unsigned int)attr.type);
H A Dpmus.c242 struct perf_pmu *perf_pmus__find_by_type(unsigned int type) function
595 pmu = perf_pmus__find_by_type(evsel->core.attr.type);
H A Ds390-sample-raw.c329 evsel->pmu = perf_pmus__find_by_type(evsel->core.attr.type);
H A Dparse-events.c979 struct perf_pmu *pmu = perf_pmus__find_by_type(attr->type);
1005 struct perf_pmu *pmu = perf_pmus__find_by_type(attr->type);
1365 return __parse_events_add_numeric(parse_state, list, perf_pmus__find_by_type(type),
/linux-master/tools/perf/arch/x86/tests/
H A Dhybrid.c117 struct perf_pmu *pmu = perf_pmus__find_by_type(evsel->attr.type);
/linux-master/tools/perf/tests/
H A Dparse-events.c174 pmu = perf_pmus__find_by_type(evsel->attr.type);

Completed in 195 milliseconds