Home
last modified time | relevance | path

Searched refs:perf_pmu__format_type (Results 1 – 4 of 4) sorted by relevance

/linux/tools/perf/arch/x86/util/
H A Devsel.c88 if (perf_pmu__format_type(evsel->pmu, name) != in arch_evsel__apply_ratio_to_prev()
/linux/tools/perf/util/
H A Dpmu.h276 int perf_pmu__format_type(const struct perf_pmu *pmu, const char *name);
H A Dpmu.c1389 int perf_pmu__format_type(const struct perf_pmu *pmu, const char *name) in perf_pmu__format_type() function
H A Dparse-events.c1317 type = perf_pmu__format_type(pmu, term->config); in add_cfg_chg()