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
(Results
1 - 3
of
3
) sorted by relevance
/developtools/profiler/device/plugins/native_daemon/src/
H
A
D
main.cpp
99
std::string
unwind
= args[idx + 1];
in ParseCommand()
local
100
if (
unwind
== "dwarf") {
in ParseCommand()
102
} else if (
unwind
== "fp") {
in ParseCommand()
107
printf("set
unwind
mode:%s\n",
unwind
.c_str());
in ParseCommand()
/developtools/profiler/hiebpf/src/
H
A
D
hiebpf.bpf.c
97
u32
unwind
= 0;
in unwind_stack()
local
98
int err = bpf_probe_read_kernel(&
unwind
, sizeof(u32), unwind_ptr);
in unwind_stack()
100
BPFLOGW(BPF_TRUE, "failed to read
unwind
configuration");
in unwind_stack()
102
return
unwind
;
in unwind_stack()
H
A
D
bpf_controller.cpp
277
static inline int InitUnwindFlag(const int fd, bool
unwind
)
in InitUnwindFlag()
argument
281
if (
unwind
) {
in InitUnwindFlag()
285
CHECK_TRUE(!err, -1, "failed to set
unwind
stack flag in config_var_map");
in InitUnwindFlag()
301
"failed to init
unwind
stack flag in config_var_map");
in InitBPFVariables()
Completed in 4 milliseconds