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:onRecording_
(Results
1 - 7
of
7
) sorted by relevance
/developtools/hiperf/src/
H
A
D
symbols_file.cpp
51
bool SymbolsFile::
onRecording_
= true;
member in OHOS::Developtools::HiPerf::SymbolsFile
150
// only access the patch in
onRecording_
in FindSymbolFile()
152
if (foundPath.empty() and
onRecording_
) {
in FindSymbolFile()
662
symbolFilePath.c_str(), symbolsFileSearchPaths_.size(),
onRecording_
);
664
if (
onRecording_
) {
760
filePath_.c_str(),
onRecording_
);
762
if (
onRecording_
) {
797
if (module_ == filePath_ and
onRecording_
) {
963
CHECK_TRUE(!
onRecording_
, true, 0, "");
976
CHECK_TRUE(symbolsLoaded_ || !
onRecording_
, tru
[all...]
H
A
D
subcommand_dump.cpp
134
SymbolsFile::
onRecording_
= true; // back to default for UT
in ~SubCommandDump()
member in OHOS::Developtools::HiPerf::SymbolsFile
166
SymbolsFile::
onRecording_
= false;
in OnSubCommand()
member in OHOS::Developtools::HiPerf::SymbolsFile
H
A
D
subcommand_report.cpp
586
SymbolsFile::
onRecording_
= true; // back to default for UT
in ~SubCommandReport()
member in OHOS::Developtools::HiPerf::SymbolsFile
596
SymbolsFile::
onRecording_
= false;
in OnSubCommand()
member in OHOS::Developtools::HiPerf::SymbolsFile
/developtools/profiler/device/plugins/native_daemon/src/
H
A
D
symbols_file.cpp
47
bool SymbolsFile::
onRecording_
= true;
member in OHOS::Developtools::NativeDaemon::SymbolsFile
147
// only access the patch in
onRecording_
in FindSymbolFile()
149
if (foundPath.empty() and
onRecording_
) {
in FindSymbolFile()
569
symbolFilePath.c_str(), symbolsFileSearchPaths_.size(),
onRecording_
);
571
if (
onRecording_
) {
621
if (module_ == filePath_ and
onRecording_
) {
800
if (!
onRecording_
) {
815
if (symbolsLoaded_ || !
onRecording_
) {
/developtools/hiperf/include/
H
A
D
symbols_file.h
199
static bool
onRecording_
;
member in OHOS::Developtools::HiPerf::SymbolsFile
/developtools/profiler/device/plugins/native_daemon/include/
H
A
D
symbols_file.h
174
static bool
onRecording_
;
member in OHOS::Developtools::NativeDaemon::SymbolsFile
/developtools/smartperf_host/trace_streamer/src/parser/hiperf_parser/
H
A
D
perf_data_parser.cpp
36
SymbolsFile::
onRecording_
= false;
in PerfDataParser()
member in SysTuning::TraceStreamer::SymbolsFile
Completed in 9 milliseconds