Home
last modified time | relevance | path

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

/developtools/smartperf_host/smartperf_host/trace_streamer/src/trace_data/
Dtrace_data_cache.cpp401 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/
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/smartperf_host/trace_streamer/src/parser/rawtrace_parser/
Drawtrace_parser.cpp258 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/
Dpbreader_parser.cpp984 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/
Dhtrace_event_parser.cpp636 void HtraceEventParser::DealPrintEvent(const EventInfo &event, const std::string &bufferLine) in DealPrintEvent()
657 std::string bufferLine(ffrtTrace.trace_type().ToStdString()); in ParseFfrtEvent() local