• Home
  • Raw
  • Download

Lines Matching defs:self

35     def __init__(self, file_id, function, line):  argument
41 def file_key(self): argument
45 def function_key(self): argument
49 def line_key(self): argument
57 def __init__(self, ndk_path, binary_cache_path, source_dirs): argument
62 def add_addr(self, dso_path: str, build_id: str, func_addr: int, addr: int): argument
65 def convert_addrs_to_lines(self): argument
68 def get_sources(self, dso_path, addr): argument
94 def __init__(self, period=0, acc_period=0): argument
98 def __iadd__(self, other): argument
107 def __init__(self, dso_name): argument
111 def add_period(self, period): argument
118 def __init__(self, file_id): argument
126 def add_period(self, period): argument
129 def add_line_period(self, line, period): argument
135 def add_function_period(self, function_name, function_start_line, period): argument
147 def __init__(self, config): argument
177 def annotate(self): argument
184 def _collect_addrs(self): argument
214 def _filter_symbol(self, symbol): argument
219 def _convert_addrs_to_lines(self): argument
222 def _generate_periods(self): argument
241 def _generate_periods_for_sample(self, lib, sample): argument
285 def _add_dso_period(self, dso_name: str, period: Period, used_dso_dict: Dict[str, bool]): argument
293 def _add_file_period(self, source, period, used_file_dict): argument
301 def _add_line_period(self, source, period, used_line_dict): argument
307 def _add_function_period(self, source, period, used_function_dict): argument
313 def _write_summary(self): argument
325 def _write_dso_summary(self, summary_fh): argument
338 def _write_file_summary(self, summary_fh): argument
351 def _write_function_line_summary(self, summary_fh, file_period: FilePeriod): argument
375 def _get_period_str(self, period: Union[Period, int]) -> str: argument
384 def _annotate_files(self): argument
404 def _annotate_file(self, from_path, to_path, file_period, is_java): argument