Home
last modified time | relevance | path

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

/external/perfetto/src/trace_processor/importers/proto/
Dsystem_probes_parser.cc49 SystemProbesParser::SystemProbesParser(TraceProcessorContext* context) in SystemProbesParser() function in perfetto::trace_processor::SystemProbesParser
104 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()
Dsystem_probes_parser.h32 class SystemProbesParser {
36 explicit SystemProbesParser(TraceProcessorContext*);
Dsystem_probes_module.h44 SystemProbesParser parser_;