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:sym
(Results
1 - 7
of
7
) sorted by relevance
/developtools/profiler/device/plugins/hiebpf_plugin/tools/src/
H
A
D
ebpf_converter.cpp
242
for (const auto &
sym
: itm.second) {
in EventFsParsing()
243
outData_ << " symbol: " <<
sym
<< '\n';
in EventFsParsing()
local
401
for (const auto &
sym
: itm.second) {
in EventMemParsing()
402
outData_ << " symbol: " <<
sym
<< '\n';
in EventMemParsing()
local
467
for (const auto &
sym
: itm.second) {
in EventBIOParsing()
468
outData_ << " symbol: " <<
sym
<< '\n';
in EventBIOParsing()
local
508
Elf64_Sym
sym
;
in GetSymbolInfo()
local
509
if (memcpy_s(&
sym
, sizeof(
sym
), symItem->second.symTab + count, SYM_ENT_LEN_64) != EOK) {
in GetSymbolInfo()
513
if (vaddr >=
sym
in GetSymbolInfo()
527
Elf32_Sym
sym
;
GetSymbolInfo()
local
[all...]
/developtools/profiler/hiebpf/src/
H
A
D
bpf_event_receiver.cpp
232
FixedSymbolTLVItem *
sym
= static_cast<FixedSymbolTLVItem *>(dest);
in WriteSymbolInfo()
local
233
sym
->type = SYMBOLTRACE;
in WriteSymbolInfo()
234
sym
->len = size - sizeof(uint32_t) * DOUBLE;
in WriteSymbolInfo()
235
sym
->textVaddr = symbolInfo.textVaddr_;
in WriteSymbolInfo()
236
sym
->textOffset = symbolInfo.textOffset_;
in WriteSymbolInfo()
237
sym
->strTabLen = symbolInfo.strTable_.size();
in WriteSymbolInfo()
238
sym
->symTabLen = symbolInfo.symTable_.size();
in WriteSymbolInfo()
239
sym
->fileNameLen = symbolInfo.fileName_.size() + 1;
in WriteSymbolInfo()
240
sym
->symEntLen = symbolInfo.symEntSize_;
in WriteSymbolInfo()
243
if (sizeof(FixedSymbolTLVItem) +
sym
in WriteSymbolInfo()
[all...]
H
A
D
bpf_controller.cpp
399
const auto &
sym
= elfFile->shdrs_[dynsym];
in GetSymOffset()
local
400
const uint8_t *symData = elfFile->GetSectionData(
sym
->secIndex_);
in GetSymOffset()
412
while (stepLength <
sym
->secSize_) {
in GetSymOffset()
417
int32_t valueOffset =
sym
->secEntrySize_ == sizeof(Elf64_Sym) ? SYM_64_VALUE_OFFSET : SYM_32_VALUE_OFFSET;
in GetSymOffset()
419
CHECK_TRUE(stepLength + static_cast<uint64_t>(valueOffset) <
sym
->secSize_, 0, "invalid symbol offset");
in GetSymOffset()
424
stepLength +=
sym
->secEntrySize_;
in GetSymOffset()
/developtools/profiler/device/plugins/hiebpf_plugin/tools/include/
H
A
D
ebpf_std_type.h
128
Record(std::string name, uint64_t
sym
, uint64_t str)
in Record()
131
symTabAddr =
sym
;
in Record()
/developtools/profiler/device/plugins/native_daemon/include/
H
A
D
virtual_runtime.h
148
SymbolCacheKey& operator=(const SymbolCacheKey&
sym
)
in operator =()
150
ip =
sym
.ip;
in operator =()
151
filePathId =
sym
.filePathId;
in operator =()
/developtools/smartperf_host/trace_streamer/test/unittest/rawtrace/
H
A
D
rawtrace_parser_test.cpp
159
std::string
sym
= PrintkFormatsProcessor::GetInstance().GetSymbol(PRINTK_VALID_ADDR);
in HWTEST_F()
local
160
EXPECT_TRUE(
sym
!= "NULL");
in HWTEST_F()
/developtools/profiler/hiebpf/include/
H
A
D
vmlinux.h
17581
const char *
sym
;
member
25722
unsigned int
sym
;
member
25810
const struct kernel_symbol *
sym
;
member
28772
char
sym
;
member
94383
const char *
sym
;
global()
member
[all...]
Completed in 427 milliseconds