Home
last modified time | relevance | path

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

/system/extras/simpleperf/scripts/
Dsimpleperf_utils.py496 class Dso(object): class in Addr2Nearestline
563 def _convert_addrs_in_one_dso(self, dso_path: str, dso: Addr2Nearestline.Dso):
592 self, dso: Addr2Nearestline.Dso, real_path: Path, addr_shifts: List[int]):
642 def parse_line_output(self, output: str, dso: Addr2Nearestline.Dso) -> Dict[int,
719 def get_addr_source(self, dso: Addr2Nearestline.Dso, addr: int) -> Optional[List[Tuple[int]]]:
/system/extras/simpleperf/
Ddso.h99 friend class Dso; member
Ddso.cpp352 Dso::Dso(DsoType type, const std::string& path) in Dso() function in simpleperf::Dso