Home
last modified time | relevance | path

Searched defs:selectEvents (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/hiviewdfx/hiview/test/unittest/unified_collection/utility/
H A Dperf_collector_test.cpp100 std::vector<std::string> selectEvents = {"hw-cpu-cycles", "hw-instructions"}; variable
/ohos5.0/base/hiviewdfx/hiview/framework/native/unified_collection/decorator/
H A Dperf_decorator.cpp65 void PerfDecorator::SetSelectEvents(const std::vector<std::string> &selectEvents) in SetSelectEvents()
/ohos5.0/base/hiviewdfx/hiview/framework/native/unified_collection/collector/
H A Dperf_collector_impl.cpp82 void PerfCollectorImpl::SetSelectEvents(const std::vector<std::string> &selectEvents) in SetSelectEvents()