Home
last modified time | relevance | path

Searched defs:Dso (Results 1 – 3 of 3) sorted by relevance

/system/extras/simpleperf/scripts/
Dsimpleperf_utils.py531 class Dso(object): class in Addr2Nearestline
579 def _convert_addrs_in_one_dso(self, dso_path: str, dso: Addr2Nearestline.Dso):
608 self, dso: Addr2Nearestline.Dso, real_path: Path, addr_shifts: List[int]):
721 def get_addr_source(self, dso: Addr2Nearestline.Dso, addr: int) -> Optional[List[Tuple[int]]]:
/system/extras/simpleperf/
Ddso.h97 friend class Dso; member
Ddso.cpp316 Dso::Dso(DsoType type, const std::string& path, const std::string& debug_file_path) in Dso() function in simpleperf::Dso