Home
last modified time | relevance | path

Searched refs:PerfParser (Results 1 – 3 of 3) sorted by relevance

/system/extras/perfprofd/quipper/
Dperf_parser.cc47 PerfParser::PerfParser() in PerfParser() function in quipper::PerfParser
51 PerfParser::~PerfParser() {} in ~PerfParser()
53 PerfParser::PerfParser(const PerfParser::Options& options) { in PerfParser() function in quipper::PerfParser
57 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 …]
Dperf_parser.h118 class PerfParser : public PerfReader {
120 PerfParser();
121 ~PerfParser();
137 explicit PerfParser(const Options& options);
244 DISALLOW_COPY_AND_ASSIGN(PerfParser);
/system/extras/perfprofd/
Dperf_data_converter.cc36 quipper::PerfParser parser; in RawPerfDataToAndroidPerfProfile()