Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dtool_pmu.h48 bool perf_pmu__is_tool(const struct perf_pmu *pmu);
H A Dtool_pmu.c89 bool perf_pmu__is_tool(const struct perf_pmu *pmu) in perf_pmu__is_tool() function
96 return perf_pmu__is_tool(evsel->pmu); in evsel__is_tool()
H A Dpmu.c2051 if (perf_pmu__is_tool(pmu) && tool_pmu__skip_event(name)) in perf_pmu__have_event()
2097 if (perf_pmu__is_tool(pmu)) in perf_pmu__num_events()
2218 if (perf_pmu__is_tool(pmu) && tool_pmu__skip_event(event->name)) in perf_pmu__for_each_event()
/linux/tools/perf/tests/
H A Dtool_pmu.c51 if (perf_pmu__is_tool(evsel->pmu)) { in do_test()