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:unwind_frame
(Results
1 - 17
of
17
) sorted by relevance
/kernel/linux/linux-5.10/arch/arm64/kernel/
H
A
D
stacktrace.c
42
int notrace
unwind_frame
(struct task_struct *tsk, struct stackframe *frame)
in unwind_frame()
function
81
* prev_type are only meaningful to the next
unwind_frame
() invocation.
in unwind_frame()
118
NOKPROBE_SYMBOL(
unwind_frame
);
variable
128
ret =
unwind_frame
(tsk, frame);
in walk_stackframe()
189
} while (!
unwind_frame
(tsk, &frame));
in dump_backtrace()
H
A
D
time.c
45
int ret =
unwind_frame
(NULL, &frame);
in profile_pc()
H
A
D
process.c
589
if (
unwind_frame
(p, &frame))
in get_wchan()
/kernel/linux/linux-6.6/arch/arm/kernel/
H
A
D
stacktrace.c
78
int notrace
unwind_frame
(struct stackframe *frame)
in unwind_frame()
function
137
ret =
unwind_frame
(frame);
in walk_stackframe()
191
if (
unwind_frame
(&frame))
in arch_stack_walk()
H
A
D
time.c
53
int ret =
unwind_frame
(&frame);
in profile_pc()
H
A
D
unwind.c
406
int
unwind_frame
(struct stackframe *frame)
in unwind_frame()
function
563
urc =
unwind_frame
(&frame);
in unwind_backtrace()
H
A
D
ftrace.c
247
if (
unwind_frame
(&frame) < 0)
in prepare_ftrace_return()
H
A
D
process.c
294
unwind_frame
(&frame) < 0)
in __get_wchan()
/kernel/linux/linux-5.10/arch/arm/kernel/
H
A
D
stacktrace.c
41
int notrace
unwind_frame
(struct stackframe *frame)
in unwind_frame()
function
81
ret =
unwind_frame
(frame);
in walk_stackframe()
H
A
D
time.c
53
int ret =
unwind_frame
(&frame);
in profile_pc()
H
A
D
unwind.c
402
int
unwind_frame
(struct stackframe *frame)
in unwind_frame()
function
521
urc =
unwind_frame
(&frame);
in unwind_backtrace()
H
A
D
process.c
300
unwind_frame
(&frame) < 0)
in get_wchan()
/kernel/linux/linux-5.10/arch/arm/include/asm/
H
A
D
stacktrace.h
27
extern int
unwind_frame
(struct stackframe *frame);
/kernel/linux/linux-6.6/arch/arm/include/asm/
H
A
D
stacktrace.h
45
extern int
unwind_frame
(struct stackframe *frame);
/kernel/linux/linux-5.10/arch/arm64/include/asm/
H
A
D
stacktrace.h
64
extern int
unwind_frame
(struct task_struct *tsk, struct stackframe *frame);
163
* In
unwind_frame
() we'll check that the FP points to a valid stack,
in start_backtrace()
/kernel/linux/linux-5.10/arch/x86/kernel/
H
A
D
Makefile
153
obj-$(CONFIG_UNWINDER_FRAME_POINTER) +=
unwind_frame
.o
/kernel/linux/linux-6.6/arch/x86/kernel/
H
A
D
Makefile
139
obj-$(CONFIG_UNWINDER_FRAME_POINTER) +=
unwind_frame
.o
Completed in 12 milliseconds