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

/linux-master/arch/sparc/kernel/
H A Dsetup_32.c114 static void __init process_switch(char c) function
148 process_switch(*commands++);
H A Dsetup_64.c90 static void __init process_switch(char c) function
133 process_switch(*commands++);
/linux-master/tools/perf/util/
H A Dtrace-event.h103 void (*process_switch)(union perf_event *event, member in struct:scripting_ops
/linux-master/tools/perf/
H A Dbuiltin-script.c2655 if (scripting_ops && scripting_ops->process_switch && !filter_cpu(sample))
2656 scripting_ops->process_switch(event, sample, machine);
2827 if (script->show_switch_events || (scripting_ops && scripting_ops->process_switch))
/linux-master/tools/perf/util/scripting-engines/
H A Dtrace-event-python.c2231 .process_switch = python_process_switch,

Completed in 146 milliseconds