Home
last modified time | relevance | path

Searched defs:DumperOpts (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/include/common/
H A Ddumper_opts.h21 struct DumperOpts { struct
22 bool isDumpCpuFreq_;
24 int cpuUsagePid_;
25 bool isDumpLog_;
27 bool isDumpMem_;
28 int memPid_;
30 int storagePid_;
31 bool isDumpNet_;
32 int netPid_;
33 bool isDumpList_;
[all …]
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/src/common/
H A Ddumper_opts.cpp34 DumperOpts::DumperOpts() in DumperOpts() function in OHOS::HiviewDFX::DumperOpts