Searched refs:Addr2Nearestline (Results 1 – 5 of 5) sorted by relevance
/system/extras/simpleperf/scripts/test/ |
D | tools_test.py | 22 from simpleperf_utils import (Addr2Nearestline, AddrRange, BinaryFinder, Disassembly, Objdump, 105 addr2line = Addr2Nearestline(TestHelper.ndk_path, binary_finder, with_function_name) 177 dso = Addr2Nearestline.Dso(None) 179 addr2line = Addr2Nearestline(TestHelper.ndk_path, binary_finder, False)
|
/system/extras/simpleperf/scripts/ |
D | simpleperf_utils.py | 469 class Addr2Nearestline(object): class 503 self.addrs: Dict[int, Addr2Nearestline.Addr] = {} 543 self.dso_map: Dict[str, Addr2Nearestline.Dso] = {} # map from dso_path to Dso. 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, 716 def get_dso(self, dso_path: str) -> Addr2Nearestline.Dso: 719 def get_addr_source(self, dso: Addr2Nearestline.Dso, addr: int) -> Optional[List[Tuple[int]]]:
|
D | annotate.py | 30 Addr2Nearestline, BaseArgumentParser, BinaryFinder, extant_dir, flatten_arg_list, is_windows, 59 self.addr2line = Addr2Nearestline(ndk_path, binary_finder, True)
|
D | pprof_proto_generator.py | 34 from simpleperf_utils import (Addr2Nearestline, BaseArgumentParser, BinaryFinder, extant_dir, 505 addr2line = Addr2Nearestline(self.config['ndk_path'], binary_finder, True)
|
D | report_html.py | 33 Addr2Nearestline, AddrRange, BaseArgumentParser, BinaryFinder, Disassembly, get_script_dir, 741 addr2line = Addr2Nearestline(self.ndk_path, self.binary_finder, False)
|