Lines Matching refs:FtraceParser
15 * Description: FtraceParser class implements
61 FtraceParser::FtraceParser()
63 PROFILER_LOG_INFO(LOG_CORE, "FtraceParser create!");
66 bool FtraceParser::Init()
82 FtraceParser::~FtraceParser()
84 PROFILER_LOG_INFO(LOG_CORE, "FtraceParser destroy!");
87 bool FtraceParser::SetupEvent(const std::string& type, const std::string& name)
109 bool FtraceParser::ParseHeaderPageFormat(const std::string& formatDesc)
130 int FtraceParser::GetHeaderPageCommitSize(void)
136 bool FtraceParser::ParseEventFormat(const std::string& formatDesc, EventFormat& format)
206 bool FtraceParser::ParseFieldFormat(const std::string& fieldLine, EventFormat& format)
326 bool FtraceParser::ParseFieldType(const std::string& type, FieldFormat& field)
369 void FtraceParser::ParseProtoType(FieldFormat& field)
411 bool FtraceParser::ParsePerCpuStatus(PerCpuStats& stats, const std::string& perCpuStats)
455 bool FtraceParser::ParsePageHeader()
478 bool FtraceParser::ParseSavedTgid(const std::string& savedTgid)
496 bool FtraceParser::ParseSavedCmdlines(const std::string& savedCmdlines)
521 bool FtraceParser::ParsePaddingData(const FtraceEventHeader& eventHeader)
534 bool FtraceParser::ParseTimeExtend(const FtraceEventHeader& eventHeader)
544 bool FtraceParser::ParseTimeStamp(const FtraceEventHeader& eventHeader)
555 bool FtraceParser::ReadInc(uint8_t* start[], uint8_t end[], void* outData, size_t outSize)
566 bool FtraceParser::IsValidIndex(int idx)
571 void FtraceParser::SetDebugOn(bool value)