Home
last modified time | relevance | path

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

/developtools/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/trace_streamer/src/parser/pbreader_parser/htrace_parser/
Dhtrace_event_parser.cpp256 bool HtraceEventParser::BytesViewEventInfo(ProtoReader::BytesView &bytesView, in BytesViewEventInfo()
268 ProtoReader::BytesView &bytesView) in ConstructEventSet()
312 ProtoReader::BytesView &bytesView) in InterruptEventSet()
333 ProtoReader::BytesView &bytesView) in ClockEventSet()
356 ProtoReader::BytesView &bytesView) in CpuEventSet()
373 ProtoReader::BytesView &bytesView) in LockEventSet()
393 ProtoReader::BytesView &bytesView) in BinderEventSet()
413 ProtoReader::BytesView &bytesView) in StackEventSet()
432 ProtoReader::BytesView &bytesView) in SetEventType()
/developtools/smartperf_host/trace_streamer/src/filter/hook_filter/
Dnative_hook_filter.cpp86 …ilter::AppendFrameMaps(uint32_t ipid, uint32_t frameMapId, const ProtoReader::BytesView &bytesView) in AppendFrameMaps()
198 … NativeHookFilter::ParseStatisticEvent(uint64_t timeStamp, const ProtoReader::BytesView &bytesView) in ParseStatisticEvent()
239 void NativeHookFilter::ParseAllocEvent(uint64_t timeStamp, const ProtoReader::BytesView &bytesView) in ParseAllocEvent()
328 void NativeHookFilter::ParseFreeEvent(uint64_t timeStamp, const ProtoReader::BytesView &bytesView) in ParseFreeEvent()
395 void NativeHookFilter::ParseMmapEvent(uint64_t timeStamp, const ProtoReader::BytesView &bytesView) in ParseMmapEvent()
459 void NativeHookFilter::ParseMunmapEvent(uint64_t timeStamp, const ProtoReader::BytesView &bytesView) in ParseMunmapEvent()
501 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()