Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/
H A Devent.h294 int perf_event__process_switch(struct perf_tool *tool,
H A Devent.c283 int perf_event__process_switch(struct perf_tool *tool __maybe_unused, in perf_event__process_switch() function
H A Dsession.c510 tool->context_switch = perf_event__process_switch; in perf_tool__fill_defaults()
/openbmc/linux/tools/perf/
H A Dbuiltin-script.c2636 if (perf_event__process_switch(tool, event, sample, machine) < 0) in process_switch_event()