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:MemoryDumper
(Results
1 - 4
of
4
) sorted by relevance
/base/hiviewdfx/hidumper/frameworks/native/src/executor/
H
A
D
memory_dumper.cpp
24
MemoryDumper
::
MemoryDumper
()
in MemoryDumper()
function in OHOS::HiviewDFX::MemoryDumper
28
MemoryDumper
::~
MemoryDumper
()
in ~MemoryDumper()
32
DumpStatus
MemoryDumper
::PreExecute(const shared_ptr<DumperParameter> ¶meter, StringMatrix dumpDatas)
in PreExecute()
54
DumpStatus
MemoryDumper
::Execute()
in Execute()
56
DUMPER_HILOGI(MODULE_SERVICE, "info|
MemoryDumper
Execute enter");
in Execute()
69
DUMPER_HILOGI(MODULE_SERVICE, "info|
MemoryDumper
Execute end");
in Execute()
73
void
MemoryDumper
::GetMemByPid()
in GetMemByPid()
89
DUMPER_HILOGE(MODULE_SERVICE, "
MemoryDumper
Execut
in GetMemByPid()
[all...]
/base/hiviewdfx/hidumper/frameworks/native/include/executor/
H
A
D
memory_dumper.h
25
class
MemoryDumper
: public HidumperExecutor {
class
27
MemoryDumper
();
28
~
MemoryDumper
();
/base/hiviewdfx/hidumper/frameworks/native/src/factory/
H
A
D
memory_dumper_factory.cpp
22
return std::make_shared<
MemoryDumper
>();
in CreateExecutor()
/base/hiviewdfx/hidumper/test/unittest/common/
H
A
D
hidumper_dumpers_test.cpp
158
auto memoryDumper = std::make_shared<
MemoryDumper
>();
in HandleMemoryDumperTest()
405
* @tc.desc: Test
MemoryDumper
one process has correct ret.
415
* @tc.desc: Test
MemoryDumper
all process has correct ret.
Completed in 2 milliseconds