Lines Matching defs:self
65 def __init__(self, profile): argument
69 def show(self): argument
108 def show_value_type(self, value_type, space=''): argument
113 def show_sample(self, sample, space=''): argument
124 def show_location_id(self, location_id, space=''): argument
128 def show_location(self, location, space=''): argument
138 def show_mapping_id(self, mapping_id, space=''): argument
142 def show_mapping(self, mapping, space=''): argument
156 def show_line(self, line, space=''): argument
162 def show_function_id(self, function_id, space=''): argument
166 def show_function(self, function, space=''): argument
173 def string(self, string_id): argument
178 def __init__(self, key_id: int, str_id: int): argument
187 def __init__(self): argument
192 def add_location_id(self, location_id): argument
195 def add_value(self, sample_type_id, value): argument
198 def add_values(self, values): argument
203 def key(self): argument
209 def __init__(self, mapping_id, address, vaddr_in_dso): argument
217 def key(self): argument
223 def __init__(self): argument
230 def __init__(self, start, end, pgoff, filename_id, build_id_id): argument
239 def key(self): argument
250 def __init__(self, name_id, dso_name_id, vaddr_in_dso): argument
259 def key(self): argument
266 def __init__(self, config): argument
293 def load_record_file(self, record_file): argument
359 def gen(self, jobs: int): argument
375 def _filter_symbol(self, symbol): argument
380 def get_string_id(self, str_value): argument
391 def get_string(self, str_id): argument
394 def get_sample_type_id(self, name): argument
409 def get_location_id(self, ip, symbol): argument
430 def get_mapping_id(self, report_mapping, filename, build_id): argument
444 def get_binary(self, dso_name): argument
462 def get_mapping(self, mapping_id): argument
465 def get_function_id(self, name, dso_name, vaddr_in_file): argument
478 def get_function(self, function_id): argument
481 def add_sample(self, sample): argument
489 def gen_source_lines(self, jobs: int): argument
554 def add_line(self, source_file, source_line, function_id): argument
562 def gen_profile_sample(self, sample): argument
576 def gen_profile_mapping(self, mapping): argument
593 def gen_profile_location(self, location): argument
603 def gen_profile_function(self, function): argument