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:ProcessIoStats
(Results
1 - 6
of
6
) sorted by relevance
/base/hiviewdfx/hiview/interfaces/inner_api/unified_collection/resource/
H
A
D
io.h
70
struct
ProcessIoStats
{
struct
93
ProcessIoStats
stats;
/base/hiviewdfx/hiview/framework/native/unified_collection/collector/inner_include/
H
A
D
io_collector_impl.h
39
virtual CollectResult<std::vector<
ProcessIoStats
>> CollectAllProcIoStats(bool isUpdate = false) override;
53
void GetProcIoStats(std::vector<
ProcessIoStats
>& allProcIoStats, bool isUpdate);
56
bool ProcIoStatsFilter(const
ProcessIoStats
& stats);
/base/hiviewdfx/hiview/framework/native/unified_collection/decorator/include/
H
A
D
io_decorator.h
40
virtual CollectResult<std::vector<
ProcessIoStats
>> CollectAllProcIoStats(bool isUpdate = false) override;
/base/hiviewdfx/hiview/interfaces/inner_api/unified_collection/utility/
H
A
D
io_collector.h
45
virtual CollectResult<std::vector<
ProcessIoStats
>> CollectAllProcIoStats(bool isUpdate = false) = 0;
/base/hiviewdfx/hiview/framework/native/unified_collection/collector/
H
A
D
io_collector_impl.cpp
477
void IoCollectorImpl::GetProcIoStats(std::vector<
ProcessIoStats
>& allProcIoStats, bool isUpdate)
in GetProcIoStats()
531
bool IoCollectorImpl::ProcIoStatsFilter(const
ProcessIoStats
& stats)
in ProcIoStatsFilter()
558
ProcessIoStats
& stats = statsInfo.stats;
in CalculateProcIoStats()
572
CollectResult<std::vector<
ProcessIoStats
>> IoCollectorImpl::CollectAllProcIoStats(bool isUpdate)
in CollectAllProcIoStats()
574
CollectResult<std::vector<
ProcessIoStats
>> result;
in CollectAllProcIoStats()
586
std::vector<
ProcessIoStats
> allProcIoStats;
in ExportAllProcIoStats()
589
[](const
ProcessIoStats
&leftStats, const
ProcessIoStats
&rightStats) {
in ExportAllProcIoStats()
619
std::vector<
ProcessIoStats
> allProcIoStats;
in CollectSysIoStats()
/base/hiviewdfx/hiview/framework/native/unified_collection/decorator/
H
A
D
io_decorator.cpp
61
CollectResult<std::vector<
ProcessIoStats
>> IoDecorator::CollectAllProcIoStats(bool isUpdate)
in CollectAllProcIoStats()
Completed in 5 milliseconds