Home
last modified time | relevance | path

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

/system/extras/simpleperf/
DETMDecoder.cpp495 class BranchListParser : public PacketCallback { class
506 BranchListParser(MapLocator& map_locator, const ETMDecoder::BranchListCallbackFn& callback) in BranchListParser() function in simpleperf::__anon57c802930111::BranchListParser
674 branch_list_parser_.reset(new BranchListParser(*map_locator_, callback)); in RegisterCallback()
757 std::unique_ptr<BranchListParser> branch_list_parser_;