Searched refs:ParseProcessStats (Results 1 – 6 of 6) sorted by relevance
40 parser_.ParseProcessStats(ttp.timestamp, decoder.process_stats()); in ParsePacket()
36 void ParseProcessStats(int64_t ts, ConstBytes);
63 parser_.ParseProcessStats(ttp.timestamp, decoder.process_stats()); in ParsePacket()
39 void ParseProcessStats(int64_t timestamp, ConstBytes);
49 void ChromeSystemProbesParser::ParseProcessStats(int64_t ts, ConstBytes blob) { in ParseProcessStats() function in perfetto::trace_processor::ChromeSystemProbesParser
286 void SystemProbesParser::ParseProcessStats(int64_t ts, ConstBytes blob) { in ParseProcessStats() function in perfetto::trace_processor::SystemProbesParser