Home
last modified time | relevance | path

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

/developtools/smartperf_host/trace_streamer/src/trace_data/
Dtrace_data_cache.cpp387 void TraceDataCache::ExportPerfCallChaninText(uint32_t callChainId, std::string &bufferLine) in ExportPerfCallChaninText()
432 bool TraceDataCache::ExportHookDataReadableText(int32_t fd, std::string &bufferLine) in ExportHookDataReadableText()
456 bool TraceDataCache::ExportHookStatisticReadableText(int32_t fd, std::string &bufferLine) in ExportHookStatisticReadableText()
490 void TraceDataCache::ExportHookCallChaninText(uint32_t callChainId, std::string &bufferLine) in ExportHookCallChaninText()
540 std::string &bufferLine, in ExportEbpfFileSystemReadableText()
570 std::string &bufferLine, in ExportEbpfPagedMemReadableText()
600 std::string &bufferLine, in ExportEbpfBIOReadableText()
629 void TraceDataCache::ExportEbpfCallChaninText(uint32_t callChainId, std::string &bufferLine) in ExportEbpfCallChaninText()
/developtools/smartperf_host/trace_streamer/src/parser/ptreader_parser/
Dptreader_parser.cpp108 int32_t PtreaderParser::GotoDetermine(std::string &bufferLine, bool &haveSplitSeg) in GotoDetermine()
191 std::string bufferLine(packagesBegin, packagesLine - extra); in ParseTraceDataSegment() local
/developtools/smartperf_host/trace_streamer/src/parser/rawtrace_parser/
Drawtrace_parser.cpp253 bool RawTraceParser::ProcessRawTraceContent(std::string &bufferLine, uint8_t curType) in ProcessRawTraceContent()
288 std::string bufferLine(packagesCurIter, packagesCurIter + len); in ParseDataRecursively() local
/developtools/smartperf_host/trace_streamer/src/parser/pbreader_parser/
Dpbreader_parser.cpp958 std::string bufferLine; in ParseSegLengthAndEnsureSegDataEnough() local
1001 std::string bufferLine; in ParseDataRecursively() local
/developtools/smartperf_host/trace_streamer/src/parser/pbreader_parser/htrace_parser/
Dhtrace_event_parser.cpp634 void HtraceEventParser::DealPrintEvent(const EventInfo &event, const std::string &bufferLine) in DealPrintEvent()
655 std::string bufferLine(ffrtTrace.trace_type().ToStdString()); in ParseFfrtEvent() local