Home
last modified time | relevance | path

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

/Linux-v6.1/tools/perf/util/
Devent.h392 int perf_event__process_aux(struct perf_tool *tool,
Dsession.c504 tool->aux = perf_event__process_aux; in perf_tool__fill_defaults()
1592 if (tool->aux == perf_event__process_aux) { in machines__deliver_event()
1937 if (session->tool->aux == perf_event__process_aux && in perf_session__warn_about_errors()
1944 if (session->tool->aux == perf_event__process_aux && in perf_session__warn_about_errors()
1961 if (session->tool->aux == perf_event__process_aux && in perf_session__warn_about_errors()
Devent.c226 int perf_event__process_aux(struct perf_tool *tool __maybe_unused, in perf_event__process_aux() function