Home
last modified time | relevance | path

Searched refs:GetOpts (Results 1 - 13 of 13) sorted by relevance

/base/hiviewdfx/hidumper/frameworks/native/src/executor/
H A Djsheap_memory_dumper.cpp40 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 Dmemory_dumper.cpp34 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 Dcpu_dumper.cpp37 isDumpCpuUsage_ = (parameter->GetOpts()).isDumpCpuUsage_; in PreExecute()
38 cpuUsagePid_ = (parameter->GetOpts()).cpuUsagePid_; in PreExecute()
H A Dipc_stat_dumper.cpp62 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 Dsa_dumper.cpp47 bool isZip = parameter->GetOpts().IsDumpZip(); in PreExecute()
H A Dtraffic_dumper.cpp35 pid_ = parameter->GetOpts().netPid_; in PreExecute()
H A Dzipfolder_output.cpp129 auto logZipPath = param_->GetOpts().path_; in Reset()
H A Dzip_output.cpp44 mFilePath_ = parameter->GetOpts().path_; in PreExecute()
/base/hiviewdfx/hidumper/frameworks/native/src/util/
H A Dconfig_utils.cpp183 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 Ddumper_parameter.cpp44 const DumperOpts &DumperParameter::GetOpts() const in GetOpts() function in OHOS::HiviewDFX::DumperParameter
/base/hiviewdfx/hidumper/frameworks/native/include/common/
H A Ddumper_parameter.h31 const DumperOpts &GetOpts() const;
/base/hiviewdfx/hidumper/frameworks/native/src/manager/
H A Ddump_implement.cpp113 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 Dmain.cpp1031 static void GetOpts(string& opts, struct option(&longOptions)[OPT_ENTRY_CNT]) in GetOpts() function
1079 GetOpts(opts, longOptions); in HilogEntry()

Completed in 8 milliseconds