process_switch
process_switch(*commands++);
process_switch(*commands++);
if (scripting_ops && scripting_ops->process_switch && !filter_cpu(sample))
scripting_ops->process_switch(event, sample, machine);
if (script->show_switch_events || (scripting_ops && scripting_ops->process_switch))
.process_switch = python_process_switch,
void (*process_switch)(union perf_event *event,