Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dtool.c252 tool->aux = perf_event__process_aux; in perf_tool__init()
H A Devent.h282 int perf_event__process_aux(const struct perf_tool *tool,
H A Dsession.c1308 if (tool->aux == perf_event__process_aux) { in machines__deliver_event()
1681 if (session->tool->aux == perf_event__process_aux && in perf_session__warn_about_errors()
1688 if (session->tool->aux == perf_event__process_aux && in perf_session__warn_about_errors()
1705 if (session->tool->aux == perf_event__process_aux && in perf_session__warn_about_errors()
H A Devent.c251 int perf_event__process_aux(const struct perf_tool *tool __maybe_unused, in perf_event__process_aux() function