Home
last modified time | relevance | path

Searched refs:cpuIds_ (Results 1 – 2 of 2) sorted by relevance

/developtools/profiler/host/smartperf/trace_streamer/src/trace_data/
Dtrace_stdtype.cpp764 cpuIds_.emplace_back(cpuId); in AppendNewPerfSample()
790 return cpuIds_; in CpuIds()
Dtrace_stdtype.h906 std::deque<uint64_t> cpuIds_ = {}; variable