Home
last modified time | relevance | path

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

/linux-6.1.9/arch/sparc/kernel/
Dsetup_32.c127 static void __init process_switch(char c) in process_switch() function
161 process_switch(*commands++); in boot_flags_init()
Dsetup_64.c103 static void __init process_switch(char c) in process_switch() function
146 process_switch(*commands++); in boot_flags_init()
/linux-6.1.9/tools/perf/util/
Dtrace-event.h85 void (*process_switch)(union perf_event *event, member
/linux-6.1.9/tools/perf/
Dbuiltin-script.c2599 if (scripting_ops && scripting_ops->process_switch && !filter_cpu(sample)) in process_switch_event()
2600 scripting_ops->process_switch(event, sample, machine); in process_switch_event()
2774 if (script->show_switch_events || (scripting_ops && scripting_ops->process_switch)) in __cmd_script()
/linux-6.1.9/tools/perf/util/scripting-engines/
Dtrace-event-python.c2170 .process_switch = python_process_switch,