Home
last modified time | relevance | path

Searched defs:bytesView (Results 1 – 5 of 5) sorted by relevance

/developtools/smartperf_host/smartperf_host/trace_streamer/src/parser/pbreader_parser/xpower_parser/
Dpbreader_xpower_parser.cpp79 void PbreaderXpowerParser::ProcessRealBattery(const ProtoReader::BytesView &bytesView, uint64_t tim… in ProcessRealBattery()
108 void PbreaderXpowerParser::ProcessThermalReport(const ProtoReader::BytesView &bytesView, uint64_t t… in ProcessThermalReport()
119 void PbreaderXpowerParser::ProcessAppStatistic(const ProtoReader::BytesView &bytesView, uint64_t ti… in ProcessAppStatistic()
157 void PbreaderXpowerParser::ProcessAppStatisticCommon(const ProtoReader::BytesView &bytesView, in ProcessAppStatisticCommon()
176 void PbreaderXpowerParser::ProcessAppDetail(const ProtoReader::BytesView &bytesView, uint64_t times… in ProcessAppDetail()
192 void PbreaderXpowerParser::ProcessAppDetailCpu(const ProtoReader::BytesView &bytesView, uint64_t ti… in ProcessAppDetailCpu()
210 void PbreaderXpowerParser::ProcessAppDetailGpu(const ProtoReader::BytesView &bytesView, uint64_t ti… in ProcessAppDetailGpu()
225 void PbreaderXpowerParser::ProcessAppDetailWifi(const ProtoReader::BytesView &bytesView, uint64_t t… in ProcessAppDetailWifi()
248 void PbreaderXpowerParser::ProcessAppDetailDisplay(const ProtoReader::BytesView &bytesView, uint64_… in ProcessAppDetailDisplay()
289 void PbreaderXpowerParser::ProcessComponentTop(const ProtoReader::BytesView &bytesView, uint64_t ti… in ProcessComponentTop()
[all …]
/developtools/smartperf_host/smartperf_host/trace_streamer/src/parser/pbreader_parser/native_hook_parser/
Dpbreader_native_hook_parser.cpp36 bool PbreaderNativeHookParser::ParseStackMap(const ProtoReader::BytesView &bytesView) in ParseStackMap()
86 void PbreaderNativeHookParser::ParseFileEvent(const ProtoReader::BytesView &bytesView) in ParseFileEvent()
100 void PbreaderNativeHookParser::ParseSymbolEvent(const ProtoReader::BytesView &bytesView) in ParseSymbolEvent()
114 void PbreaderNativeHookParser::ParseThreadEvent(const ProtoReader::BytesView &bytesView) in ParseThreadEvent()
/developtools/smartperf_host/smartperf_host/trace_streamer/src/parser/pbreader_parser/htrace_parser/
Dhtrace_event_parser.cpp266 bool HtraceEventParser::BytesViewEventInfo(ProtoReader::BytesView &bytesView, in BytesViewEventInfo()
278 ProtoReader::BytesView &bytesView) in ConstructEventSet()
322 ProtoReader::BytesView &bytesView) in InterruptEventSet()
354 ProtoReader::BytesView &bytesView) in ClockEventSet()
377 ProtoReader::BytesView &bytesView) in CpuEventSet()
394 ProtoReader::BytesView &bytesView) in LockEventSet()
414 ProtoReader::BytesView &bytesView) in BinderEventSet()
434 ProtoReader::BytesView &bytesView) in StackEventSet()
453 ProtoReader::BytesView &bytesView) in SetEventType()
/developtools/smartperf_host/smartperf_host/trace_streamer/src/filter/hook_filter/
Dnative_hook_filter.cpp89 …ilter::AppendFrameMaps(uint32_t ipid, uint32_t frameMapId, const ProtoReader::BytesView &bytesView) in AppendFrameMaps()
201 … NativeHookFilter::ParseStatisticEvent(uint64_t timeStamp, const ProtoReader::BytesView &bytesView) in ParseStatisticEvent()
249 void NativeHookFilter::ParseAllocEvent(uint64_t timeStamp, const ProtoReader::BytesView &bytesView) in ParseAllocEvent()
338 void NativeHookFilter::ParseFreeEvent(uint64_t timeStamp, const ProtoReader::BytesView &bytesView) in ParseFreeEvent()
405 void NativeHookFilter::ParseMmapEvent(uint64_t timeStamp, const ProtoReader::BytesView &bytesView) in ParseMmapEvent()
470 void NativeHookFilter::ParseMunmapEvent(uint64_t timeStamp, const ProtoReader::BytesView &bytesView) in ParseMunmapEvent()
512 void NativeHookFilter::ParseTagEvent(const ProtoReader::BytesView &bytesView) in ParseTagEvent()
/developtools/smartperf_host/smartperf_host/trace_streamer/src/proto_reader/include/
Dproto_reader_help.h30 BytesView(const BytesView &bytesView) in BytesView()