Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/tooling/
Dperf_counter.cpp152 PerfFileHandler::PerfFileHandler(uint32_t type, uint64_t config) : fd_(OpenDescriptor(type, config)… in PerfFileHandler() function in ark::tooling::PerfFileHandler
161 PerfFileHandler::PerfFileHandler(PerfFileHandler &&other) : fd_(other.fd_) in PerfFileHandler() function in ark::tooling::PerfFileHandler