Home
last modified time | relevance | path

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

/developtools/smartperf_host/trace_streamer/src/parser/htrace_pbreader_parser/
Dhtrace_native_hook_parser.cpp36 bool HtraceNativeHookParser::ParseStackMap(const ProtoReader::BytesView& bytesView) in ParseStackMap()
86 void HtraceNativeHookParser::ParseFileEvent(const ProtoReader::BytesView& bytesView) in ParseFileEvent()
100 void HtraceNativeHookParser::ParseSymbolEvent(const ProtoReader::BytesView& bytesView) in ParseSymbolEvent()
114 void HtraceNativeHookParser::ParseThreadEvent(const ProtoReader::BytesView& bytesView) in ParseThreadEvent()
/developtools/smartperf_host/trace_streamer/src/parser/htrace_pbreader_parser/htrace_event_parser/
Dhtrace_event_parser.cpp243 bool HtraceEventParser::BytesViewEventInfo(ProtoReader::BytesView& bytesView, in BytesViewEventInfo()
255 ProtoReader::BytesView& bytesView) in ConstructEventSet()
299 ProtoReader::BytesView& bytesView) in InterruptEventSet()
320 ProtoReader::BytesView& bytesView) in ClockEventSet()
343 ProtoReader::BytesView& bytesView) in CpuEventSet()
360 ProtoReader::BytesView& bytesView) in LockEventSet()
380 ProtoReader::BytesView& bytesView) in BinderEventSet()
400 ProtoReader::BytesView& bytesView) in StackEventSet()
419 ProtoReader::BytesView& bytesView) in SetEventType()
/developtools/smartperf_host/trace_streamer/src/filter/
Dnative_hook_filter.cpp86 …ilter::AppendFrameMaps(uint32_t ipid, uint32_t frameMapId, const ProtoReader::BytesView& bytesView) in AppendFrameMaps()
188 … NativeHookFilter::ParseStatisticEvent(uint64_t timeStamp, const ProtoReader::BytesView& bytesView) in ParseStatisticEvent()
222 void NativeHookFilter::ParseAllocEvent(uint64_t timeStamp, const ProtoReader::BytesView& bytesView) in ParseAllocEvent()
303 void NativeHookFilter::ParseFreeEvent(uint64_t timeStamp, const ProtoReader::BytesView& bytesView) in ParseFreeEvent()
369 void NativeHookFilter::ParseMmapEvent(uint64_t timeStamp, const ProtoReader::BytesView& bytesView) in ParseMmapEvent()
433 void NativeHookFilter::ParseMunmapEvent(uint64_t timeStamp, const ProtoReader::BytesView& bytesView) in ParseMunmapEvent()
467 void NativeHookFilter::ParseTagEvent(const ProtoReader::BytesView& bytesView) in ParseTagEvent()
/developtools/smartperf_host/trace_streamer/src/proto_reader/include/
Dproto_reader_help.h30 BytesView(const BytesView& bytesView) in BytesView()