Home
last modified time | relevance | path

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

/aosp_15_r20/system/extras/simpleperf/
H A DETMDecoder.h95 android::base::expected<void, std::string> ConvertETMBranchMapToInstrRanges(
H A DETMDecoder.cpp938 android::base::expected<void, std::string> ConvertETMBranchMapToInstrRanges( in ConvertETMBranchMapToInstrRanges() function
H A Dcmd_inject.cpp650 auto result = ConvertETMBranchMapToInstrRanges(dso.get(), binary.GetOrderedBranchMap(), in Convert()