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:GetOpts
(Results
1 - 13
of
13
) sorted by relevance
/base/hiviewdfx/hidumper/frameworks/native/src/executor/
H
A
D
jsheap_memory_dumper.cpp
40
needLeakobj_ = parameter->
GetOpts
().isDumpJsHeapLeakobj_;
in PreExecute()
41
if (parameter->
GetOpts
().isDumpJsHeapMemGC_) {
in PreExecute()
46
pid_ = static_cast<uint32_t>(parameter->
GetOpts
().dumpJsHeapMemPid_);
in PreExecute()
47
tid_ = static_cast<uint32_t>(parameter->
GetOpts
().threadId_);
in PreExecute()
H
A
D
memory_dumper.cpp
34
pid_ = parameter->
GetOpts
().memPid_;
in PreExecute()
35
isShowMaps_ = parameter->
GetOpts
().isShowSmaps_;
in PreExecute()
36
isShowSmapsInfo_ = parameter->
GetOpts
().isShowSmapsInfo_;
in PreExecute()
39
bool isZip = parameter->
GetOpts
().IsDumpZip();
in PreExecute()
H
A
D
cpu_dumper.cpp
37
isDumpCpuUsage_ = (parameter->
GetOpts
()).isDumpCpuUsage_;
in PreExecute()
38
cpuUsagePid_ = (parameter->
GetOpts
()).cpuUsagePid_;
in PreExecute()
H
A
D
ipc_stat_dumper.cpp
62
pid_ = parameter->
GetOpts
().ipcStatPid_;
in PreExecute()
63
isDumpAllIpc_ = parameter->
GetOpts
().isDumpAllIpc_;
in PreExecute()
64
isDumpIpc_ = parameter->
GetOpts
().isDumpIpc_;
in PreExecute()
65
isDumpIpcStartStat_ = parameter->
GetOpts
().isDumpIpcStartStat_;
in PreExecute()
66
isDumpIpcStopStat_ = parameter->
GetOpts
().isDumpIpcStopStat_;
in PreExecute()
67
isDumpIpcStat_ = parameter->
GetOpts
().isDumpIpcStat_;
in PreExecute()
H
A
D
sa_dumper.cpp
47
bool isZip = parameter->
GetOpts
().IsDumpZip();
in PreExecute()
H
A
D
traffic_dumper.cpp
35
pid_ = parameter->
GetOpts
().netPid_;
in PreExecute()
H
A
D
zipfolder_output.cpp
129
auto logZipPath = param_->
GetOpts
().path_;
in Reset()
H
A
D
zip_output.cpp
44
mFilePath_ = parameter->
GetOpts
().path_;
in PreExecute()
/base/hiviewdfx/hidumper/frameworks/native/src/util/
H
A
D
config_utils.cpp
183
const DumperOpts &dumperOpts = dumperParam_->
GetOpts
();
in HandleDumpLog()
206
const DumperOpts &dumperOpts = dumperParam_->
GetOpts
();
in HandleDumpList()
240
const DumperOpts &dumperOpts = dumperParam_->
GetOpts
();
in HandleDumpService()
259
const DumperOpts &dumperOpts = dumperParam_->
GetOpts
();
in HandleDumpAbility()
279
const DumperOpts &dumperOpts = dumperParam_->
GetOpts
();
in HandleDumpSystem()
313
const DumperOpts &dumperOpts = dumperParam_->
GetOpts
();
in HandleDumpCpuFreq()
337
const DumperOpts &dumperOpts = dumperParam_->
GetOpts
();
in HandleDumpCpuUsage()
363
const DumperOpts &dumperOpts = dumperParam_->
GetOpts
();
in HandleDumpMem()
381
const DumperOpts &dumperOpts = dumperParam_->
GetOpts
();
in HandleDumpJsHeapMem()
397
const DumperOpts &dumperOpts = dumperParam_->
GetOpts
();
in HandleDumpMemShowMaps()
[all...]
/base/hiviewdfx/hidumper/frameworks/native/src/common/
H
A
D
dumper_parameter.cpp
44
const DumperOpts &DumperParameter::
GetOpts
() const
in GetOpts()
function in OHOS::HiviewDFX::DumperParameter
/base/hiviewdfx/hidumper/frameworks/native/include/common/
H
A
D
dumper_parameter.h
31
const DumperOpts &
GetOpts
() const;
/base/hiviewdfx/hidumper/frameworks/native/src/manager/
H
A
D
dump_implement.cpp
113
bool isZip = ptrDumperParameter->
GetOpts
().IsDumpZip();
in Main()
678
if (StringUtils::GetInstance().IsSameStr(groupName, "memory") && dumpParameter->
GetOpts
().memPid_ <= 0) {
in AddGroupTitle()
/base/hiviewdfx/hilog/services/hilogtool/
H
A
D
main.cpp
1031
static void
GetOpts
(string& opts, struct option(&longOptions)[OPT_ENTRY_CNT])
in GetOpts()
function
1079
GetOpts
(opts, longOptions);
in HilogEntry()
Completed in 8 milliseconds