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:pssInfo
(Results
1 - 10
of
10
) sorted by relevance
/developtools/smartperf_host/trace_streamer/src/parser/pbreader_parser/process_parser/
H
A
D
pbreader_process_parser.h
59
explicit PssInfo(int32_t
pssInfo
) :
pssInfo
(
pssInfo
) {}
in PssInfo()
60
int32_t
pssInfo
;
member
85
std::unique_ptr<PssInfo>
pssInfo
,
in SetLiveProcess()
91
pssInfo_ = std::move(
pssInfo
);
in SetLiveProcess()
H
A
D
pbreader_process_parser.cpp
50
auto
pssInfo
= std::make_unique<PssInfo>(pssInfoParser.pss_info());
in Parse()
local
54
liveProcess->SetLiveProcess(ts, std::move(processInfo), std::move(cpuInfo), std::move(
pssInfo
),
in Parse()
94
row.
pssInfo
= (*itor)->pssInfo_->
pssInfo
;
in Finish()
/developtools/profiler/device/plugins/process_plugin/test/unittest/
H
A
D
process_plugin_unittest.cpp
36
int32_t
pssInfo
;
member
285
EXPECT_EQ(pssinfo.pss_info(), g_pssData[i].
pssInfo
);
in HWTEST_F()
332
EXPECT_EQ(pssinfo.pss_info(), g_pssData[i].
pssInfo
);
in HWTEST_F()
/developtools/profiler/hidebug/frameworks/native/src/
H
A
D
hidebug_native_interface_impl.cpp
178
int32_t
pssInfo
= collectResult.data.pss + collectResult.data.swapPss;
in GetAppNativeMemInfo()
local
179
nativeMemInfo.pss = static_cast<uint32_t>(
pssInfo
);
in GetAppNativeMemInfo()
/developtools/profiler/hidebug/interfaces/cj/
H
A
D
hidebug_ffi.cpp
91
int32_t
pssInfo
= collectResult.data.pss + collectResult.data.swapPss;
in FfiHidebugGetPss()
local
92
return static_cast<uint64_t>(
pssInfo
);
in FfiHidebugGetPss()
/developtools/profiler/device/plugins/process_plugin/src/
H
A
D
process_data_plugin.cpp
587
auto*
pssInfo
= processInfo.mutable_pssinfo();
in WritePssData()
local
600
pssInfo
->set_pss_info(num);
in WritePssData()
/developtools/smartperf_host/trace_streamer/src/trace_data/trace_stdtype/htrace/
H
A
D
activity_monitor_stdtype.h
80
int32_t
pssInfo
= INVALID_INT32;
member
H
A
D
activity_monitor_stdtype.cpp
108
pssInfo_.emplace_back(liveProcessDetailRow.
pssInfo
);
in AppendNewData()
/developtools/profiler/hidebug/interfaces/js/kits/napi/
H
A
D
napi_hidebug.cpp
455
int32_t
pssInfo
= collectResult.data.pss + collectResult.data.swapPss;
in GetPss()
local
456
napi_create_bigint_uint64(env,
pssInfo
, &pss);
in GetPss()
/developtools/smartperf_host/trace_streamer/test/unittest/table/
H
A
D
table_test.cpp
646
row.
pssInfo
= 1;
in HWTEST_F()
Completed in 12 milliseconds