Lines Matching defs:self

34     def __init__(self, output_path):  argument
38 def close(self): argument
41 def open_tag(self, tag, **attrs): argument
49 def close_tag(self, tag=None): argument
54 def add(self, text): argument
58 def add_file(self, file_path): argument
69 def __init__(self, name): argument
75 def get_process(self, pid): argument
81 def get_sample_info(self, gen_addr_hit_map): argument
91 def threads(self): argument
97 def libraries(self): argument
106 def __init__(self, pid): argument
112 def get_thread(self, tid, thread_name): argument
121 def get_sample_info(self, gen_addr_hit_map): argument
130 def merge_by_thread_name(self, process): argument
147 def __init__(self, tid): argument
156 def add_callstack(self, event_count, callstack, build_addr_hit_map): argument
188 def update_subtree_event_count(self): argument
192 def limit_percents(self, min_func_limit, min_callchain_percent, hit_func_ids): argument
206 def get_sample_info(self, gen_addr_hit_map): argument
217 def merge(self, thread): argument
232 def __init__(self, lib_id): argument
237 def get_function(self, func_id): argument
243 def gen_sample_info(self, gen_addr_hit_map): argument
251 def merge(self, lib): argument
263 def __init__(self, func_id): argument
272 def build_addr_hit_map(self, addr, event_count, subtree_event_count): argument
282 def build_line_hit_map(self, source_file_id, line, event_count, subtree_event_count): argument
293 def gen_sample_info(self, gen_addr_hit_map): argument
312 def merge(self, function): argument
337 def __init__(self, func_id): argument
343 def get_child(self, func_id): argument
349 def update_subtree_event_count(self): argument
355 def cut_edge(self, min_limit, hit_func_ids): argument
367 def gen_sample_info(self): argument
375 def merge(self, node): argument
388 def __init__(self): argument
392 def get_lib_id(self, lib_name): argument
400 def get_lib_name(self, lib_id): argument
406 def __init__(self, lib_id, func_name, func_id, start_addr, addr_len): argument
418 def __init__(self): argument
422 def get_func_id(self, lib_id, symbol): argument
433 def trim_functions(self, left_func_ids): argument
444 def __init__(self, file_id, abstract_path): argument
451 def request_lines(self, start_line, end_line): argument
454 def add_source_code(self, real_path): argument
468 def __init__(self): argument
471 def get_source_file(self, file_path): argument
478 def load_source_code(self, source_dirs): argument
567 def __init__(self, binary_cache_path, ndk_path, build_addr_hit_map): argument
581 def load_record_file(self, record_file, show_art_frames): argument
628 def aggregate_by_thread_name(self): argument
641 def limit_percents(self, min_func_percent, min_callchain_percent): argument
661 def _get_event(self, event_name): argument
666 def add_source_code(self, source_dirs, filter_lib): argument
734 def add_disassembly(self, filter_lib): argument
760 def gen_record_info(self): argument
786 def _gen_process_names(self): argument
793 def _gen_thread_names(self): argument
801 def _gen_lib_list(self): argument
804 def _gen_function_map(self): argument
821 def _gen_sample_info(self): argument
825 def _gen_source_files(self): argument
857 def __init__(self, html_path): argument
879 def write_content_div(self): argument
882 def write_record_data(self, record_data): argument
887 def write_script(self): argument
890 def finish(self): argument