Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dtool.c274 tool->context_switch = perf_event__process_switch; in perf_tool__init()
H A Devent.h305 int perf_event__process_switch(const struct perf_tool *tool,
H A Devent.c288 int perf_event__process_switch(const struct perf_tool *tool __maybe_unused, in perf_event__process_switch() function
/linux/tools/perf/
H A Dbuiltin-report.c1602 report.tool.context_switch = perf_event__process_switch; in cmd_report()
H A Dbuiltin-script.c2691 if (perf_event__process_switch(tool, event, sample, machine) < 0) in process_switch_event()