Home
last modified time | relevance | path

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

/external/perfetto/src/trace_processor/importers/proto/
Dsystem_probes_parser.h91 std::set<uint32_t> thread_time_in_state_cpus_; variable
Dsystem_probes_parser.cc307 thread_time_in_state_cpus_.empty())) { in ParseProcessStats()
378 for (uint32_t cpu : thread_time_in_state_cpus_) { in ParseThreadStats()
479 thread_time_in_state_cpus_.insert(cpu_index); in ParseCpuInfo()