Searched refs:build_addr_hit_map (Results 1 – 1 of 1) sorted by relevance
/system/extras/simpleperf/scripts/ |
D | report_html.py | 156 def add_callstack(self, event_count, callstack, build_addr_hit_map): argument 175 if build_addr_hit_map: 176 function.build_addr_hit_map(addr, event_count if i == 0 else 0, event_count) 272 def build_addr_hit_map(self, addr, event_count, subtree_event_count): member in FunctionScope 567 def __init__(self, binary_cache_path, ndk_path, build_addr_hit_map): argument 570 self.build_addr_hit_map = build_addr_hit_map 622 thread.add_callstack(raw_sample.period, callstack, self.build_addr_hit_map) 938 build_addr_hit_map = args.add_source_code or args.add_disassembly 942 record_data = RecordData(binary_cache_path, ndk_path, build_addr_hit_map)
|