Home
last modified time | relevance | path

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

/linux-6.15/tools/perf/util/
H A Dtool_pmu.h41 bool perf_pmu__is_tool(const struct perf_pmu *pmu);
H A Dtool_pmu.c86 bool perf_pmu__is_tool(const struct perf_pmu *pmu) in perf_pmu__is_tool() function
93 return perf_pmu__is_tool(evsel->pmu); in evsel__is_tool()
H A Dpmu.c1859 if (perf_pmu__is_tool(pmu) && tool_pmu__skip_event(name)) in perf_pmu__have_event()
1888 if (perf_pmu__is_tool(pmu)) in perf_pmu__num_events()
1950 if (perf_pmu__is_tool(pmu) && tool_pmu__skip_event(event->name)) in perf_pmu__for_each_event()
/linux-6.15/tools/perf/tests/
H A Dtool_pmu.c51 if (perf_pmu__is_tool(evsel->pmu)) { in do_test()