Searched defs:bufferLine (Results 1 – 5 of 5) sorted by relevance
| /developtools/smartperf_host/smartperf_host/trace_streamer/src/trace_data/ |
| D | trace_data_cache.cpp | 401 void TraceDataCache::ExportPerfCallChaninText(uint32_t callChainId, std::string &bufferLine) in ExportPerfCallChaninText() 446 bool TraceDataCache::ExportHookDataReadableText(int32_t fd, std::string &bufferLine) in ExportHookDataReadableText() 470 bool TraceDataCache::ExportHookStatisticReadableText(int32_t fd, std::string &bufferLine) in ExportHookStatisticReadableText() 504 void TraceDataCache::ExportHookCallChaninText(uint32_t callChainId, std::string &bufferLine) in ExportHookCallChaninText() 553 std::string &bufferLine, in ExportEbpfFileSystemReadableText() 583 std::string &bufferLine, in ExportEbpfPagedMemReadableText() 613 std::string &bufferLine, in ExportEbpfBIOReadableText() 642 void TraceDataCache::ExportEbpfCallChaninText(uint32_t callChainId, std::string &bufferLine) in ExportEbpfCallChaninText()
|
| /developtools/smartperf_host/smartperf_host/trace_streamer/src/parser/ptreader_parser/ |
| D | ptreader_parser.cpp | 108 int32_t PtreaderParser::GotoDetermine(std::string &bufferLine, bool &haveSplitSeg) in GotoDetermine() 191 std::string bufferLine(packagesBegin, packagesLine - extra); in ParseTraceDataSegment() local
|
| /developtools/smartperf_host/smartperf_host/trace_streamer/src/parser/rawtrace_parser/ |
| D | rawtrace_parser.cpp | 258 bool RawTraceParser::ProcessRawTraceContent(std::string &bufferLine, uint8_t curType) in ProcessRawTraceContent() 293 std::string bufferLine(packagesCurIter, packagesCurIter + len); in ParseDataRecursively() local
|
| /developtools/smartperf_host/smartperf_host/trace_streamer/src/parser/pbreader_parser/ |
| D | pbreader_parser.cpp | 984 std::string bufferLine; in ParseSegLengthAndEnsureSegDataEnough() local 1027 std::string bufferLine; in ParseDataRecursively() local
|
| /developtools/smartperf_host/smartperf_host/trace_streamer/src/parser/pbreader_parser/htrace_parser/ |
| D | htrace_event_parser.cpp | 636 void HtraceEventParser::DealPrintEvent(const EventInfo &event, const std::string &bufferLine) in DealPrintEvent() 657 std::string bufferLine(ffrtTrace.trace_type().ToStdString()); in ParseFfrtEvent() local
|