Lines Matching refs:PerfParser
47 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()
405 bool PerfParser::MapIPAndPidAndGetNameAndOffset( in MapIPAndPidAndGetNameAndOffset()
459 bool PerfParser::MapMmapEvent(uint64_t id, in MapMmapEvent()
529 std::pair<AddressMapper*, bool> PerfParser::GetOrCreateProcessMapper( in GetOrCreateProcessMapper()
548 bool PerfParser::MapCommEvent(const struct comm_event& event) { in MapCommEvent()
553 bool PerfParser::MapForkEvent(const struct fork_event& event) { in MapForkEvent()