Searched refs:process_switch (Results 1 – 5 of 5) sorted by relevance
128 static void __init process_switch(char c) in process_switch() function162 process_switch(*commands++); in boot_flags_init()
104 static void __init process_switch(char c) in process_switch() function147 process_switch(*commands++); in boot_flags_init()
81 void (*process_switch)(union perf_event *event, member
2311 if (scripting_ops && scripting_ops->process_switch) in process_switch_event()2312 scripting_ops->process_switch(event, sample, machine); in process_switch_event()2495 if (script->show_switch_events || (scripting_ops && scripting_ops->process_switch)) in __cmd_script()
1881 .process_switch = python_process_switch,