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:symbolsPaths
(Results
1 - 8
of
8
) sorted by relevance
/developtools/smartperf_host/trace_streamer/src/trace_streamer/
H
A
D
trace_streamer_selector.h
43
bool ReloadSymbolFiles(std::string &directory, std::vector<std::string> &
symbolsPaths
);
H
A
D
trace_streamer_selector.cpp
411
bool TraceStreamerSelector::ReloadSymbolFiles(std::string &directory, std::vector<std::string> &
symbolsPaths
)
in ReloadSymbolFiles()
argument
414
for (auto file :
symbolsPaths
) {
in ReloadSymbolFiles()
417
return pbreaderParser_->ReparseSymbolFilesAndResymbolization(directory,
symbolsPaths
);
in ReloadSymbolFiles()
/developtools/profiler/device/plugins/native_daemon/src/
H
A
D
virtual_runtime.cpp
492
bool VirtualRuntime::SetSymbolsPaths(const std::vector<std::string> &
symbolsPaths
)
in SetSymbolsPaths()
argument
496
bool accessable = symbolsFile->setSymbolsFilePath(
symbolsPaths
);
in SetSymbolsPaths()
498
symbolsPaths_ =
symbolsPaths
;
in SetSymbolsPaths()
500
if (!
symbolsPaths
.empty()) {
in SetSymbolsPaths()
/developtools/profiler/device/plugins/native_daemon/include/
H
A
D
virtual_runtime.h
57
bool SetSymbolsPaths(const std::vector<std::string> &
symbolsPaths
);
/developtools/hiperf/include/
H
A
D
virtual_runtime.h
85
bool SetSymbolsPaths(const std::vector<std::string> &
symbolsPaths
);
/developtools/smartperf_host/trace_streamer/src/parser/pbreader_parser/
H
A
D
pbreader_parser.h
107
bool ReparseSymbolFilesAndResymbolization(std::string &symbolsPath, std::vector<std::string> &
symbolsPaths
);
H
A
D
pbreader_parser.cpp
201
std::vector<std::string> &
symbolsPaths
)
in ReparseSymbolFilesAndResymbolization()
205
ParserFileSO(symbolsPath,
symbolsPaths
);
in ReparseSymbolFilesAndResymbolization()
200
ReparseSymbolFilesAndResymbolization(std::string &symbolsPath, std::vector<std::string> &
symbolsPaths
)
ReparseSymbolFilesAndResymbolization()
argument
/developtools/hiperf/src/
H
A
D
virtual_runtime.cpp
1135
bool VirtualRuntime::SetSymbolsPaths(const std::vector<std::string> &
symbolsPaths
)
in SetSymbolsPaths()
argument
1140
bool accessible = symbolsFile->setSymbolsFilePath(
symbolsPaths
);
in SetSymbolsPaths()
1142
symbolsPaths_ =
symbolsPaths
;
in SetSymbolsPaths()
1144
if (!
symbolsPaths
.empty()) {
in SetSymbolsPaths()
1169
HLOGV("try again with
symbolsPaths
setup");
in UpdateFromPerfData()
Completed in 11 milliseconds