Home
last modified time | relevance | path

Searched defs:selectPids (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/hiviewdfx/hiview/test/unittest/unified_collection/utility/
H A Dperf_collector_test.cpp45 vector<pid_t> selectPids = {getpid()}; variable
67 vector<pid_t> selectPids = {getpid()}; variable
90 vector<pid_t> selectPids = {getpid()}; variable
122 vector<pid_t> selectPids = {getpid()}; variable
147 vector<pid_t> selectPids = {getpid()}; variable
/ohos5.0/base/hiviewdfx/hiview/framework/native/unified_collection/decorator/
H A Dperf_decorator.cpp30 void PerfDecorator::SetSelectPids(const std::vector<pid_t> &selectPids) in SetSelectPids()
/ohos5.0/base/hiviewdfx/hiview/framework/native/unified_collection/collector/
H A Dperf_collector_impl.cpp47 void PerfCollectorImpl::SetSelectPids(const std::vector<pid_t> &selectPids) in SetSelectPids()
/ohos5.0/base/hiviewdfx/hiview/plugins/eventlogger/log_catcher/
H A Dpeer_binder_catcher.cpp357 std::vector<pid_t> selectPids; in DoExecHiperf() local