Home
last modified time | relevance | path

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

/system/extras/simpleperf/scripts/
Dsimpleperf_utils.py508 class Dso(object): class in Addr2Nearestline
575 def _convert_addrs_in_one_dso(self, dso_path: str, dso: Addr2Nearestline.Dso):
604 self, dso: Addr2Nearestline.Dso, real_path: Path, addr_shifts: List[int]):
654 def parse_line_output(self, output: str, dso: Addr2Nearestline.Dso) -> Dict[int,
731 def get_addr_source(self, dso: Addr2Nearestline.Dso, addr: int) -> Optional[List[Tuple[int]]]:
/system/extras/simpleperf/
Ddso.h105 friend class Dso; member
Ddso.cpp413 Dso::Dso(DsoType type, const std::string& path) in Dso() function in simpleperf::Dso