Lines Matching defs:self
66 def __init__(self, profile): argument
70 def show(self): argument
109 def show_value_type(self, value_type, space=''): argument
114 def show_sample(self, sample, space=''): argument
125 def show_location_id(self, location_id, space=''): argument
129 def show_location(self, location, space=''): argument
139 def show_mapping_id(self, mapping_id, space=''): argument
143 def show_mapping(self, mapping, space=''): argument
157 def show_line(self, line, space=''): argument
163 def show_function_id(self, function_id, space=''): argument
167 def show_function(self, function, space=''): argument
174 def string(self, string_id): argument
179 def __init__(self, key_id: int, str_id: int): argument
188 def __init__(self): argument
193 def add_location_id(self, location_id): argument
196 def add_value(self, sample_type_id, value): argument
199 def add_values(self, values): argument
204 def key(self): argument
210 def __init__(self, mapping_id, address, vaddr_in_dso): argument
218 def key(self): argument
224 def __init__(self): argument
231 def __init__(self, start, end, pgoff, filename_id, build_id_id): argument
240 def key(self): argument
251 def __init__(self, name_id, dso_name_id, vaddr_in_dso): argument
260 def key(self): argument
267 def __init__(self, config): argument
294 def load_record_file(self, record_file): argument
360 def gen(self, jobs: int): argument
376 def _filter_symbol(self, symbol): argument
381 def get_string_id(self, str_value): argument
392 def get_string(self, str_id): argument
395 def get_sample_type_id(self, name): argument
410 def get_location_id(self, ip, symbol): argument
431 def get_mapping_id(self, report_mapping, filename, build_id): argument
445 def get_binary(self, dso_name): argument
463 def get_mapping(self, mapping_id): argument
466 def get_function_id(self, name, dso_name, vaddr_in_file): argument
479 def get_function(self, function_id): argument
482 def add_sample(self, sample): argument
490 def gen_source_lines(self, jobs: int): argument
555 def add_line(self, source_file, source_line, function_id): argument
563 def gen_profile_sample(self, sample): argument
577 def gen_profile_mapping(self, mapping): argument
594 def gen_profile_location(self, location): argument
604 def gen_profile_function(self, function): argument