Searched defs:bytesView (Results 1 – 5 of 5) sorted by relevance
| /developtools/smartperf_host/trace_streamer/src/parser/pbreader_parser/xpower_parser/ |
| D | pbreader_xpower_parser.cpp | 79 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/trace_streamer/src/parser/pbreader_parser/native_hook_parser/ |
| D | pbreader_native_hook_parser.cpp | 36 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/trace_streamer/src/parser/pbreader_parser/htrace_parser/ |
| D | htrace_event_parser.cpp | 265 bool HtraceEventParser::BytesViewEventInfo(ProtoReader::BytesView &bytesView, in BytesViewEventInfo() 277 ProtoReader::BytesView &bytesView) in ConstructEventSet() 321 ProtoReader::BytesView &bytesView) in InterruptEventSet() 353 ProtoReader::BytesView &bytesView) in ClockEventSet() 376 ProtoReader::BytesView &bytesView) in CpuEventSet() 393 ProtoReader::BytesView &bytesView) in LockEventSet() 413 ProtoReader::BytesView &bytesView) in BinderEventSet() 433 ProtoReader::BytesView &bytesView) in StackEventSet() 452 ProtoReader::BytesView &bytesView) in SetEventType()
|
| /developtools/smartperf_host/trace_streamer/src/filter/hook_filter/ |
| D | native_hook_filter.cpp | 88 …ilter::AppendFrameMaps(uint32_t ipid, uint32_t frameMapId, const ProtoReader::BytesView &bytesView) in AppendFrameMaps() 200 … NativeHookFilter::ParseStatisticEvent(uint64_t timeStamp, const ProtoReader::BytesView &bytesView) in ParseStatisticEvent() 248 void NativeHookFilter::ParseAllocEvent(uint64_t timeStamp, const ProtoReader::BytesView &bytesView) in ParseAllocEvent() 337 void NativeHookFilter::ParseFreeEvent(uint64_t timeStamp, const ProtoReader::BytesView &bytesView) in ParseFreeEvent() 404 void NativeHookFilter::ParseMmapEvent(uint64_t timeStamp, const ProtoReader::BytesView &bytesView) in ParseMmapEvent() 469 void NativeHookFilter::ParseMunmapEvent(uint64_t timeStamp, const ProtoReader::BytesView &bytesView) in ParseMunmapEvent() 511 void NativeHookFilter::ParseTagEvent(const ProtoReader::BytesView &bytesView) in ParseTagEvent()
|
| /developtools/smartperf_host/trace_streamer/src/proto_reader/include/ |
| D | proto_reader_help.h | 30 BytesView(const BytesView &bytesView) in BytesView()
|