Searched refs:PerfParser (Results 1 – 3 of 3) sorted by relevance
47 PerfParser::PerfParser() in PerfParser() function in quipper::PerfParser51 PerfParser::~PerfParser() {} in ~PerfParser()53 PerfParser::PerfParser(const PerfParser::Options& options) { in PerfParser() function in quipper::PerfParser57 void PerfParser::set_options(const PerfParser::Options& options) { in set_options()61 bool PerfParser::ParseRawEvents() { in ParseRawEvents()102 void PerfParser::MaybeSortParsedEvents() { in MaybeSortParsedEvents()136 bool PerfParser::ProcessEvents() { in ProcessEvents()247 bool PerfParser::MapSampleEvent(ParsedEvent* parsed_event) { in MapSampleEvent()300 bool PerfParser::MapCallchain(const uint64_t ip, in MapCallchain()345 bool PerfParser::MapBranchStack(const uint32_t pid, in MapBranchStack()[all …]
118 class PerfParser : public PerfReader {120 PerfParser();121 ~PerfParser();137 explicit PerfParser(const Options& options);244 DISALLOW_COPY_AND_ASSIGN(PerfParser);
36 quipper::PerfParser parser; in RawPerfDataToAndroidPerfProfile()