Searched refs:SystemProbesParser (Results 1 – 3 of 3) sorted by relevance
49 SystemProbesParser::SystemProbesParser(TraceProcessorContext* context) in SystemProbesParser() function in perfetto::trace_processor::SystemProbesParser104 void SystemProbesParser::ParseSysStats(int64_t ts, ConstBytes blob) { in ParseSysStats()234 void SystemProbesParser::ParseProcessTree(ConstBytes blob) { in ParseProcessTree()286 void SystemProbesParser::ParseProcessStats(int64_t ts, ConstBytes blob) { in ParseProcessStats()356 void SystemProbesParser::ParseThreadStats(int64_t ts, in ParseThreadStats()398 void SystemProbesParser::ParseSystemInfo(ConstBytes blob) { in ParseSystemInfo()456 void SystemProbesParser::ParseCpuInfo(ConstBytes blob) { in ParseCpuInfo()502 bool SystemProbesParser::IsValidCpuFreqIndex(uint32_t freq_index) const { in IsValidCpuFreqIndex()
32 class SystemProbesParser {36 explicit SystemProbesParser(TraceProcessorContext*);
44 SystemProbesParser parser_;