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:stack_frame_ia32
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/oprofile/
H
A
D
backtrace.c
22
static struct
stack_frame_ia32
*
23
dump_user_backtrace_32(struct
stack_frame_ia32
*head)
in dump_user_backtrace_32()
26
struct
stack_frame_ia32
bufhead[2];
in dump_user_backtrace_32()
27
struct
stack_frame_ia32
*fp;
in dump_user_backtrace_32()
34
fp = (struct
stack_frame_ia32
*) compat_ptr(bufhead[0].next_frame);
in dump_user_backtrace_32()
49
struct
stack_frame_ia32
*head;
in x86_backtrace_32()
55
head = (struct
stack_frame_ia32
*) regs->bp;
in x86_backtrace_32()
/kernel/linux/linux-5.10/arch/x86/include/asm/
H
A
D
stacktrace.h
100
struct
stack_frame_ia32
{
struct
/kernel/linux/linux-6.6/arch/x86/include/asm/
H
A
D
stacktrace.h
107
struct
stack_frame_ia32
{
struct
/kernel/linux/linux-5.10/arch/x86/events/
H
A
D
core.c
2615
struct
stack_frame_ia32
frame;
in perf_callchain_user32()
2616
const struct
stack_frame_ia32
__user *fp;
in perf_callchain_user32()
/kernel/linux/linux-6.6/arch/x86/events/
H
A
D
core.c
2824
struct
stack_frame_ia32
frame;
in perf_callchain_user32()
2825
const struct
stack_frame_ia32
__user *fp;
in perf_callchain_user32()
Completed in 8 milliseconds