Home
last modified time | relevance | path

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

/aosp12/system/extras/simpleperf/
H A DETMDecoder.h86 android::base::expected<void, std::string> ConvertBranchMapToInstrRanges(
H A Dcmd_inject.cpp368 if (auto result = ConvertBranchMapToInstrRanges(dso_p, branch_map, callback); !result.ok()) { in ProcessBranchListFile()
H A DETMDecoder.cpp867 android::base::expected<void, std::string> ConvertBranchMapToInstrRanges( in ConvertBranchMapToInstrRanges() function