Home
last modified time | relevance | path

Searched refs:ParseProcessStats (Results 1 – 6 of 6) sorted by relevance

/external/perfetto/src/trace_processor/importers/proto/
Dchrome_system_probes_module.cc40 parser_.ParseProcessStats(ttp.timestamp, decoder.process_stats()); in ParsePacket()
Dchrome_system_probes_parser.h36 void ParseProcessStats(int64_t ts, ConstBytes);
Dsystem_probes_module.cc63 parser_.ParseProcessStats(ttp.timestamp, decoder.process_stats()); in ParsePacket()
Dsystem_probes_parser.h39 void ParseProcessStats(int64_t timestamp, ConstBytes);
Dchrome_system_probes_parser.cc49 void ChromeSystemProbesParser::ParseProcessStats(int64_t ts, ConstBytes blob) { in ParseProcessStats() function in perfetto::trace_processor::ChromeSystemProbesParser
Dsystem_probes_parser.cc286 void SystemProbesParser::ParseProcessStats(int64_t ts, ConstBytes blob) { in ParseProcessStats() function in perfetto::trace_processor::SystemProbesParser