Home
last modified time | relevance | path

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

/tools/perf/util/
Dtrace-event.h103 void (*process_switch)(union perf_event *event, member
/tools/perf/
Dbuiltin-script.c2750 if (scripting_ops && scripting_ops->process_switch && !filter_cpu(sample)) in process_switch_event()
2751 scripting_ops->process_switch(event, sample, machine); in process_switch_event()
2922 if (script->show_switch_events || (scripting_ops && scripting_ops->process_switch)) in __cmd_script()
/tools/perf/util/scripting-engines/
Dtrace-event-python.c2238 .process_switch = python_process_switch,