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:textVaddr
(Results
1 - 9
of
9
) sorted by relevance
/developtools/smartperf_host/trace_streamer/src/trace_data/
H
A
D
trace_data_db.h
32
uint64_t
textVaddr
;
member
/developtools/profiler/device/plugins/hiebpf_plugin/tools/include/
H
A
D
ebpf_std_type.h
40
uint64_t
textVaddr
= 0;
member
/developtools/smartperf_host/trace_streamer/src/parser/ebpf_parser/
H
A
D
ebpf_data_structure.h
68
uint64_t
textVaddr
= 0;
member
H
A
D
ebpf_base.cpp
164
uint64_t symVaddr = ip - vmStart + vmOffset + itor->second->
textVaddr
- itor->second->textOffset;
in GetSymbolSave()
/developtools/profiler/hiebpf/include/
H
A
D
bpf_event_receiver.h
119
uint64_t
textVaddr
= 0;
member
/developtools/profiler/device/plugins/native_daemon/include/
H
A
D
stack_preprocess.h
97
uint64_t
textVaddr
;
member
/developtools/profiler/device/plugins/hiebpf_plugin/tools/src/
H
A
D
ebpf_converter.cpp
357
<< "
textVaddr
: 0x" << std::hex << info.
textVaddr
<< std::dec << '\n'
in SymbolInfoParsing()
501
uint64_t vaddr = ip - start + offset - symItem->second.textOffset + symItem->second.
textVaddr
;
in GetSymbolInfo()
/developtools/profiler/hiebpf/src/
H
A
D
bpf_event_receiver.cpp
235
sym->
textVaddr
= symbolInfo.textVaddr_;
in WriteSymbolInfo()
/developtools/profiler/device/plugins/native_daemon/src/
H
A
D
stack_preprocess.cpp
1216
symTable->set_text_exec_vaddr(symbolInfo.
textVaddr
);
in SetSymbolInfo()
1318
symbols.
textVaddr
= elfPtr->GetStartVaddr();
in GetSymbols()
1320
if (symbols.
textVaddr
== (std::numeric_limits<uint64_t>::max)()) {
in GetSymbols()
1321
PROFILER_LOG_ERROR(LOG_CORE, "GetSymbols get
textVaddr
failed");
in GetSymbols()
Completed in 8 milliseconds