Home
last modified time | relevance | path

Searched refs:isShowSmapsInfo_ (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/src/executor/
H A Dmemory_dumper.cpp36 isShowSmapsInfo_ = parameter->GetOpts().isShowSmapsInfo_; in PreExecute()
126 if (!pfn(pid_, dumpDatas_, isShowSmapsInfo_)) { in GetMemSmapsByPid()
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/src/common/
H A Ddumper_opts.cpp68 isShowSmapsInfo_ = false; in Reset()
112 isShowSmapsInfo_ = opts.isShowSmapsInfo_; in operator =()
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/include/executor/
H A Dmemory_dumper.h40 bool isShowSmapsInfo_ = false; variable
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/include/common/
H A Ddumper_opts.h49 bool isShowSmapsInfo_; member
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/src/manager/
H A Ddump_implement.cpp478 opts_.isShowSmapsInfo_ = true; in ParseShortCmdOption()
857 "IS_SHOW_SMAPS_INFO", opts_.isShowSmapsInfo_, in ReportCmdUsage()
883 if (opt.isShowSmapsInfo_) { in CheckDumpPermission()