Lines Matching defs:self
67 def __init__(self, profile): argument
71 def show(self): argument
110 def show_value_type(self, value_type, space=''): argument
115 def show_sample(self, sample, space=''): argument
126 def show_location_id(self, location_id, space=''): argument
130 def show_location(self, location, space=''): argument
140 def show_mapping_id(self, mapping_id, space=''): argument
144 def show_mapping(self, mapping, space=''): argument
158 def show_line(self, line, space=''): argument
164 def show_function_id(self, function_id, space=''): argument
168 def show_function(self, function, space=''): argument
175 def string(self, string_id): argument
180 def __init__(self, key_id: int, str_id: int): argument
189 def __init__(self): argument
194 def add_location_id(self, location_id): argument
197 def add_value(self, sample_type_id, value): argument
200 def add_values(self, values): argument
205 def key(self): argument
211 def __init__(self, mapping_id, address, vaddr_in_dso): argument
219 def key(self): argument
225 def __init__(self): argument
232 def __init__(self, start, end, pgoff, filename_id, build_id_id): argument
241 def key(self): argument
252 def __init__(self, name_id, dso_name_id, vaddr_in_dso): argument
261 def key(self): argument
268 def __init__(self, config): argument
298 def load_record_file(self, record_file): argument
371 def gen(self, jobs: int): argument
387 def add_tagroot(self, sample: Sample): argument
400 def add_event_counters(self, sample: Sample, last_counts: dict[int, int]): argument
416 def _filter_symbol(self, symbol): argument
421 def get_string_id(self, str_value): argument
432 def get_string(self, str_id): argument
435 def get_sample_type_id(self, name, *, add_suffix: str = None): argument
452 def get_location_id(self, ip, symbol): argument
473 def get_location_id_for_pseudo_symbol(self, symbol_name: str) -> int: argument
494 def get_mapping_id(self, report_mapping, filename, build_id): argument
508 def get_binary(self, dso_name): argument
526 def get_mapping(self, mapping_id): argument
529 def get_function_id(self, name, dso_name, vaddr_in_file): argument
542 def get_function(self, function_id): argument
545 def add_sample(self, sample): argument
553 def gen_source_lines(self, jobs: int): argument
620 def add_line(self, source_file, source_line, function_id): argument
628 def gen_profile_sample(self, sample): argument
642 def gen_profile_mapping(self, mapping): argument
659 def gen_profile_location(self, location): argument
669 def gen_profile_function(self, function): argument