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:dumpCfgs
(Results
1 - 3
of
3
) sorted by relevance
/base/hiviewdfx/hidumper/frameworks/native/src/util/
H
A
D
config_utils.cpp
59
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 §ion, int nest)
SetSection()
argument
[all...]
/base/hiviewdfx/hidumper/frameworks/native/include/util/
H
A
D
config_utils.h
43
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
D
hidumper_configutils_test.cpp
155
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