Home
last modified time | relevance | path

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

/linux/arch/sparc/kernel/
A Dsetup_32.c114 static void __init process_switch(char c) in process_switch() function
148 process_switch(*commands++); in boot_flags_init()
A Dsetup_64.c90 static void __init process_switch(char c) in process_switch() function
133 process_switch(*commands++); in boot_flags_init()
/linux/tools/perf/util/
A Dtrace-event.h103 void (*process_switch)(union perf_event *event, member
/linux/tools/perf/
A 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()
/linux/tools/perf/util/scripting-engines/
A Dtrace-event-python.c2238 .process_switch = python_process_switch,

Completed in 17 milliseconds