Home
last modified time | relevance | path

Searched refs:process_switch (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/arch/sparc/kernel/
H A Dsetup_32.c127 static void __init process_switch(char c) in process_switch() function
161 process_switch(*commands++); in boot_flags_init()
H A Dsetup_64.c103 static void __init process_switch(char c) in process_switch() function
146 process_switch(*commands++); in boot_flags_init()
/kernel/linux/linux-6.6/arch/sparc/kernel/
H A Dsetup_32.c127 static void __init process_switch(char c) in process_switch() function
161 process_switch(*commands++); in boot_flags_init()
H A Dsetup_64.c103 static void __init process_switch(char c) in process_switch() function
146 process_switch(*commands++); in boot_flags_init()
/kernel/linux/linux-5.10/tools/perf/util/
H A Dtrace-event.h81 void (*process_switch)(union perf_event *event, member
/kernel/linux/linux-6.6/tools/perf/util/
H A Dtrace-event.h100 void (*process_switch)(union perf_event *event, member
/kernel/linux/linux-5.10/tools/perf/
H A Dbuiltin-script.c2356 if (scripting_ops && scripting_ops->process_switch && !filter_cpu(sample)) in process_switch_event()
2357 scripting_ops->process_switch(event, sample, machine); in process_switch_event()
2508 if (script->show_switch_events || (scripting_ops && scripting_ops->process_switch)) in __cmd_script()
/kernel/linux/linux-6.6/tools/perf/
H A Dbuiltin-script.c2639 if (scripting_ops && scripting_ops->process_switch && !filter_cpu(sample)) in process_switch_event()
2640 scripting_ops->process_switch(event, sample, machine); in process_switch_event()
2811 if (script->show_switch_events || (scripting_ops && scripting_ops->process_switch)) in __cmd_script()
/kernel/linux/linux-5.10/tools/perf/util/scripting-engines/
H A Dtrace-event-python.c1899 .process_switch = python_process_switch,
/kernel/linux/linux-6.6/tools/perf/util/scripting-engines/
H A Dtrace-event-python.c2212 .process_switch = python_process_switch,

Completed in 19 milliseconds