Home
last modified time | relevance | path

Searched refs:perf_pmu__has_format (Results 1 – 5 of 5) sorted by relevance

/linux/tools/perf/arch/x86/util/
H A Devsel.c84 if (!perf_pmu__has_format(evsel->pmu, name)) { in arch_evsel__apply_ratio_to_prev()
/linux/tools/perf/util/
H A Dpmu.h287 bool perf_pmu__has_format(const struct perf_pmu *pmu, const char *name);
H A Dpmu.c1959 bool perf_pmu__has_format(const struct perf_pmu *pmu, const char *name) in perf_pmu__has_format() function
/linux/tools/perf/arch/x86/tests/
H A Damd-ibs-period.c853 if (perf_pmu__has_format(fetch_pmu, "l3missonly")) { in ibs_l3missonly_test()
871 if (perf_pmu__has_format(op_pmu, "l3missonly")) { in ibs_l3missonly_test()
/linux/tools/perf/tests/
H A Dparse-events.c1768 return perf_pmu__has_format(pmu, "event"); in test__pmu_default_core_event_valid()
1790 if (perf_pmu__has_format(pmu, "acr_mask")) in test__acr_valid()
1804 if (!perf_pmu__has_format(evsel->pmu, "acr_mask")) in test__ratio_to_prev()