Home
last modified time | relevance | path

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

/external/perfetto/src/trace_processor/importers/proto/
Dsystem_probes_parser.h45 void ParseThreadStats(int64_t timestamp, uint32_t pid, ConstBytes);
Dsystem_probes_parser.cc312 ParseThreadStats(ts, pid, fld.as_bytes()); in ParseProcessStats()
356 void SystemProbesParser::ParseThreadStats(int64_t ts, in ParseThreadStats() function in perfetto::trace_processor::SystemProbesParser