Home
last modified time | relevance | path

Searched refs:perf_pmu__caps_parse (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/tools/perf/util/
H A Dpmu.h249 int perf_pmu__caps_parse(struct perf_pmu *pmu);
H A Dheader.c1591 ret = perf_pmu__caps_parse(cpu_pmu); in write_cpu_pmu_caps()
1614 if (perf_pmu__caps_parse(pmu) <= 0) in write_pmu_caps()
1636 if (perf_pmu__caps_parse(pmu) <= 0) in write_pmu_caps()
H A Dpmu.c1939 int perf_pmu__caps_parse(struct perf_pmu *pmu) in perf_pmu__caps_parse() function