Lines Matching defs:self
43 def __init__(self, ndk_path: Optional[str], disable_adb_root: bool): argument
51 def build_binary_cache(self, perf_data_path: str, symfs_dirs: List[Union[Path, str]]): argument
59 def collect_used_binaries(self, perf_data_path): argument
85 def copy_binaries_from_symfs_dirs(self, symfs_dirs: List[Union[Path, str]]): argument
122 def _copy_to_binary_cache(self, from_path, expected_build_id, target_file): argument
136 def _need_to_copy(self, source_file, target_file, expected_build_id): argument
144 def _get_file_stripped_level(self, file_path): argument
153 def pull_binaries_from_device(self): argument
164 def _check_and_pull_binary(self, binary, expected_build_id, binary_cache_file): argument
186 def _read_build_id(self, file_path): argument
190 def _pull_file_from_device(self, device_path, host_path): argument
203 def _pull_kernel_symbols(self): argument
211 def create_build_id_list(self): argument