Searched refs:process_switch (Results 1 – 4 of 4) sorted by relevance
114 static void __init process_switch(char c) in process_switch() function148 process_switch(*commands++); in boot_flags_init()
99 void (*process_switch)(union perf_event *event,100 void (*process_switch)(union perf_event *event, global() member
3044 if (scripting_ops && scripting_ops->process_switch && !filter_cpu(sample)) in process_lost_event() 3045 scripting_ops->process_switch(event, sample, machine); in process_lost_event() 3226 if (script->show_switch_events || (scripting_ops && scripting_ops->process_switch)) in __cmd_script()
2218 .process_switch = python_process_switch,