Home
last modified time | relevance | path

Searched refs:dumpCfgs (Results 1 - 3 of 3) sorted by relevance

/base/hiviewdfx/hidumper/frameworks/native/src/util/
H A Dconfig_utils.cpp59 auto dumpCfgs = param->GetExecutorConfigList(); in GetDumperConfigs() local
60 for (size_t i = 0; i < dumpCfgs.size(); i++) { in GetDumperConfigs()
61 dumpCfgs[i]->Dump(); in GetDumperConfigs()
76 std::vector<std::shared_ptr<DumpCfg>> dumpCfgs; in GetDumperConfigs() local
81 HandleDumpSystem(dumpCfgs); in GetDumperConfigs()
82 HandleDumpCpuFreq(dumpCfgs); // cpuid in GetDumperConfigs()
83 HandleDumpCpuUsage(dumpCfgs); // pid in GetDumperConfigs()
84 HandleDumpMem(dumpCfgs); in GetDumperConfigs()
85 HandleDumpJsHeapMem(dumpCfgs); in GetDumperConfigs()
86 HandleDumpMemShowMaps(dumpCfgs); in GetDumperConfigs()
181 HandleDumpLog(std::vector<std::shared_ptr<DumpCfg>> &dumpCfgs) HandleDumpLog() argument
204 HandleDumpList(std::vector<std::shared_ptr<DumpCfg>> &dumpCfgs) HandleDumpList() argument
238 HandleDumpService(std::vector<std::shared_ptr<DumpCfg>> &dumpCfgs) HandleDumpService() argument
257 HandleDumpAbility(std::vector<std::shared_ptr<DumpCfg>> &dumpCfgs) HandleDumpAbility() argument
277 HandleDumpSystem(std::vector<std::shared_ptr<DumpCfg>> &dumpCfgs) HandleDumpSystem() argument
311 HandleDumpCpuFreq(std::vector<std::shared_ptr<DumpCfg>> &dumpCfgs) HandleDumpCpuFreq() argument
335 HandleDumpCpuUsage(std::vector<std::shared_ptr<DumpCfg>> &dumpCfgs) HandleDumpCpuUsage() argument
361 HandleDumpMem(std::vector<std::shared_ptr<DumpCfg>> &dumpCfgs) HandleDumpMem() argument
379 HandleDumpJsHeapMem(std::vector<std::shared_ptr<DumpCfg>> &dumpCfgs) HandleDumpJsHeapMem() argument
395 HandleDumpMemShowMaps(std::vector<std::shared_ptr<DumpCfg>> &dumpCfgs) HandleDumpMemShowMaps() argument
413 HandleDumpMemCommon(std::shared_ptr<DumperParameter> dumpParam, std::vector<std::shared_ptr<DumpCfg>> &dumpCfgs) HandleDumpMemCommon() argument
425 HandleDumpStorage(std::vector<std::shared_ptr<DumpCfg>> &dumpCfgs) HandleDumpStorage() argument
455 HandleDumpNet(std::vector<std::shared_ptr<DumpCfg>> &dumpCfgs) HandleDumpNet() argument
484 HandleDumpProcesses(std::vector<std::shared_ptr<DumpCfg>> &dumpCfgs) HandleDumpProcesses() argument
531 HandleDumpFaultLog(std::vector<std::shared_ptr<DumpCfg>> &dumpCfgs) HandleDumpFaultLog() argument
550 HandleDumpAppendix(std::vector<std::shared_ptr<DumpCfg>> &dumpCfgs) HandleDumpAppendix() argument
578 HandleDumpIpcStat(std::vector<std::shared_ptr<DumpCfg>> &dumpCfgs) HandleDumpIpcStat() argument
828 SetSection(std::vector<std::shared_ptr<DumpCfg>> &dumpCfgs, const std::string &section, int nest) SetSection() argument
[all...]
/base/hiviewdfx/hidumper/frameworks/native/include/util/
H A Dconfig_utils.h43 bool HandleDumpLog(std::vector<std::shared_ptr<DumpCfg>> &dumpCfgs);
44 bool HandleDumpList(std::vector<std::shared_ptr<DumpCfg>> &dumpCfgs);
45 bool HandleDumpService(std::vector<std::shared_ptr<DumpCfg>> &dumpCfgs);
46 bool HandleDumpAbility(std::vector<std::shared_ptr<DumpCfg>> &dumpCfgs);
47 bool HandleDumpSystem(std::vector<std::shared_ptr<DumpCfg>> &dumpCfgs);
48 bool HandleDumpCpuFreq(std::vector<std::shared_ptr<DumpCfg>> &dumpCfgs);
49 bool HandleDumpCpuUsage(std::vector<std::shared_ptr<DumpCfg>> &dumpCfgs);
50 bool HandleDumpMem(std::vector<std::shared_ptr<DumpCfg>> &dumpCfgs);
51 bool HandleDumpJsHeapMem(std::vector<std::shared_ptr<DumpCfg>> &dumpCfgs);
52 bool HandleDumpMemShowMaps(std::vector<std::shared_ptr<DumpCfg>> &dumpCfgs);
[all...]
/base/hiviewdfx/hidumper/test/unittest/common/
H A Dhidumper_configutils_test.cpp155 std::vector<shared_ptr<DumpCfg>> dumpCfgs; in HWTEST_F() local
162 bool ret = configUtils.HandleDumpLog(dumpCfgs); in HWTEST_F()
173 std::vector<shared_ptr<DumpCfg>> dumpCfgs; in HWTEST_F() local
180 bool ret = configUtils.HandleDumpLog(dumpCfgs); in HWTEST_F()
191 std::vector<shared_ptr<DumpCfg>> dumpCfgs; in HWTEST_F() local
207 configUtils.HandleDumpSystem(dumpCfgs); in HWTEST_F()
209 ret = configUtils.HandleDumpCpuFreq(dumpCfgs); in HWTEST_F()
211 ret = configUtils.HandleDumpCpuUsage(dumpCfgs); in HWTEST_F()
213 ret = configUtils.HandleDumpMem(dumpCfgs); in HWTEST_F()
215 ret = configUtils.HandleDumpMemShowMaps(dumpCfgs); in HWTEST_F()
232 std::vector<shared_ptr<DumpCfg>> dumpCfgs; HWTEST_F() local
251 std::vector<shared_ptr<DumpCfg>> dumpCfgs; HWTEST_F() local
271 std::vector<shared_ptr<DumpCfg>> dumpCfgs; HWTEST_F() local
289 std::vector<shared_ptr<DumpCfg>> dumpCfgs; HWTEST_F() local
[all...]

Completed in 2 milliseconds