Home
last modified time | relevance | path

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

/external/perfetto/src/trace_processor/importers/proto/
Dsystem_probes_parser.h46 inline bool IsValidCpuFreqIndex(uint32_t freq) const;
Dsystem_probes_parser.cc370 if (PERFETTO_UNLIKELY(!IsValidCpuFreqIndex(freq_index))) { in ParseThreadStats()
502 bool SystemProbesParser::IsValidCpuFreqIndex(uint32_t freq_index) const { in IsValidCpuFreqIndex() function in perfetto::trace_processor::SystemProbesParser