Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:process_switch
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/arch/sparc/kernel/
H
A
D
setup_32.c
127
static void __init
process_switch
(char c)
in process_switch()
function
161
process_switch
(*commands++);
in boot_flags_init()
H
A
D
setup_64.c
103
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
D
setup_32.c
127
static void __init
process_switch
(char c)
in process_switch()
function
161
process_switch
(*commands++);
in boot_flags_init()
H
A
D
setup_64.c
103
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
D
trace-event.h
81
void (*
process_switch
)(union perf_event *event,
member
/kernel/linux/linux-6.6/tools/perf/util/
H
A
D
trace-event.h
100
void (*
process_switch
)(union perf_event *event,
member
/kernel/linux/linux-5.10/tools/perf/
H
A
D
builtin-script.c
2356
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
D
builtin-script.c
2639
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
D
trace-event-python.c
1899
.
process_switch
= python_process_switch,
/kernel/linux/linux-6.6/tools/perf/util/scripting-engines/
H
A
D
trace-event-python.c
2212
.
process_switch
= python_process_switch,
Completed in 20 milliseconds