Home
last modified time | relevance | path

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

/linux-6.14.4/tools/perf/util/
Dtool.c254 tool->context_switch = perf_event__process_switch; in perf_tool__init()
Devent.h295 int perf_event__process_switch(const struct perf_tool *tool,
Devent.c283 int perf_event__process_switch(const struct perf_tool *tool __maybe_unused, in perf_event__process_switch() function
/linux-6.14.4/tools/perf/
Dbuiltin-script.c2663 if (perf_event__process_switch(tool, event, sample, machine) < 0) in process_switch_event()