Home
last modified time | relevance | path

Searched refs:ParsePowerRails (Results 1 – 3 of 3) sorted by relevance

/external/perfetto/src/trace_processor/importers/proto/
Dandroid_probes_parser.h37 void ParsePowerRails(int64_t ts, ConstBytes);
Dandroid_probes_module.cc168 parser_.ParsePowerRails(ttp.timestamp, decoder.power_rails()); in ParsePacket()
Dandroid_probes_parser.cc84 void AndroidProbesParser::ParsePowerRails(int64_t ts, ConstBytes blob) { in ParsePowerRails() function in perfetto::trace_processor::AndroidProbesParser