Home
last modified time | relevance | path

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

/external/perfetto/src/trace_processor/
Dproto_trace_parser.h62 using ConstBytes = protozero::ConstBytes;
73 void ParseProcessTree(ConstBytes);
74 void ParseProcessStats(int64_t timestamp, ConstBytes);
75 void ParseSchedSwitch(uint32_t cpu, int64_t timestamp, ConstBytes);
76 void ParseSchedWakeup(int64_t timestamp, ConstBytes);
77 void ParseTaskNewTask(int64_t timestamp, uint32_t source_tid, ConstBytes);
78 void ParseTaskRename(ConstBytes);
79 void ParseCpuFreq(int64_t timestamp, ConstBytes);
80 void ParseCpuIdle(int64_t timestamp, ConstBytes);
81 void ParsePrint(uint32_t cpu, int64_t timestamp, uint32_t pid, ConstBytes);
[all …]
Dproto_trace_parser.cc339 void ProtoTraceParser::ParseSysStats(int64_t ts, ConstBytes blob) { in ParseSysStats()
428 void ProtoTraceParser::ParseProcessTree(ConstBytes blob) { in ParseProcessTree()
450 void ProtoTraceParser::ParseProcessStats(int64_t ts, ConstBytes blob) { in ParseProcessStats()
522 ConstBytes data = fld.as_bytes(); in ParseFtracePacket()
613 ConstBytes blob) { in ParseSignalDeliver()
622 void ProtoTraceParser::ParseSignalGenerate(int64_t ts, ConstBytes blob) { in ParseSignalGenerate()
631 void ProtoTraceParser::ParseLowmemoryKill(int64_t ts, ConstBytes blob) { in ParseLowmemoryKill()
649 void ProtoTraceParser::ParseRssStat(int64_t ts, uint32_t pid, ConstBytes blob) { in ParseRssStat()
670 ConstBytes blob, in ParseIonHeapGrowOrShrink()
721 void ProtoTraceParser::ParseCpuFreq(int64_t ts, ConstBytes blob) { in ParseCpuFreq()
[all …]
/external/perfetto/include/perfetto/protozero/
Dfield.h30 struct ConstBytes { struct
120 inline ConstBytes as_bytes() const { in as_bytes()
123 return ConstBytes{data(), size_}; in as_bytes()