Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Dcmd_inject.cpp358 Dso* dso_p = dso.get(); in ProcessBranchListFile() local
362 if (dso_p->type() == DSO_KERNEL) { in ProcessBranchListFile()
363 if (!ModifyBranchMapForKernel(binary_proto, dso_p, branch_map)) { in ProcessBranchListFile()
368 if (auto result = ConvertBranchMapToInstrRanges(dso_p, branch_map, callback); !result.ok()) { in ProcessBranchListFile()
369 LOG(WARNING) << "failed to build instr ranges for binary " << dso_p->Path() << ": " in ProcessBranchListFile()
504 for (const auto& dso_p : branch_list_binary_map_) { in GenerateBranchList() local
505 Dso* dso = dso_p.first; in GenerateBranchList()
506 auto& addr_map = dso_p.second; in GenerateBranchList()