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:ptrDumpCfg_
(Results
1 - 6
of
6
) sorted by relevance
/base/hiviewdfx/hidumper/frameworks/native/src/executor/
H
A
D
hidumper_executor.cpp
61
ptrDumpCfg_
= config;
in SetDumpConfig()
63
if ((!
ptrDumpCfg_
->IsOutput()) && (
ptrDumpCfg_
->parent_ != nullptr)) {
in SetDumpConfig()
64
ptrParent_ =
ptrDumpCfg_
->parent_->executor_;
in SetDumpConfig()
70
return
ptrDumpCfg_
;
in GetDumpConfig()
H
A
D
cmd_dumper.cpp
41
std::string cmd =
ptrDumpCfg_
->target_;
in PreExecute()
42
if (
ptrDumpCfg_
->args_ != nullptr) {
in PreExecute()
43
if (
ptrDumpCfg_
->args_->HasPid()) {
in PreExecute()
44
int pid =
ptrDumpCfg_
->args_->GetPid();
in PreExecute()
45
if (
ptrDumpCfg_
->name_ == "dumper_stack" && !DumpCommonUtils::IsUserPid(std::to_string(pid))) {
in PreExecute()
50
if (
ptrDumpCfg_
->args_->HasCpuId()) {
in PreExecute()
51
int cpuId =
ptrDumpCfg_
->args_->GetCpuId();
in PreExecute()
56
needLoop_ = (
ptrDumpCfg_
->loop_ == DumperConstant::LOOP);
in PreExecute()
H
A
D
file_stream_dumper.cpp
45
std::string target =
ptrDumpCfg_
->target_;
in PreExecute()
50
if (
ptrDumpCfg_
->args_.get()) {
in PreExecute()
51
arg_pid =
ptrDumpCfg_
->args_->HasPid();
in PreExecute()
52
arg_cpuid =
ptrDumpCfg_
->args_->HasCpuId();
in PreExecute()
53
pid =
ptrDumpCfg_
->args_->GetPid();
in PreExecute()
54
cpuid =
ptrDumpCfg_
->args_->GetCpuId();
in PreExecute()
57
need_loop_ = (
ptrDumpCfg_
->loop_ == DumperConstant::LOOP);
in PreExecute()
H
A
D
sa_dumper.cpp
46
names_ =
ptrDumpCfg_
->args_->GetNameList();
in PreExecute()
60
StringVector args =
ptrDumpCfg_
->args_->GetArgList();
in PreExecute()
H
A
D
list_dumper.cpp
37
target_ =
ptrDumpCfg_
->target_;
in PreExecute()
/base/hiviewdfx/hidumper/frameworks/native/include/executor/
H
A
D
hidumper_executor.h
45
std::shared_ptr<DumpCfg>
ptrDumpCfg_
;
member in OHOS::HiviewDFX::HidumperExecutor
Completed in 3 milliseconds