Home
last modified time | relevance | path

Searched refs:build_addr_hit_map (Results 1 – 1 of 1) sorted by relevance

/system/extras/simpleperf/scripts/
Dreport_html.py173 build_addr_hit_map: bool):
192 if build_addr_hit_map:
193 function.build_addr_hit_map(addr, event_count if i == 0 else 0, event_count)
290 def build_addr_hit_map(self, addr: int, event_count: int, subtree_event_count: int): member in FunctionScope
606 build_addr_hit_map: bool, proguard_mapping_files: Optional[List[str]] = None):
609 self.build_addr_hit_map = build_addr_hit_map
670 thread.add_callstack(raw_sample.period, callstack, self.build_addr_hit_map)
1005 build_addr_hit_map = args.add_source_code or args.add_disassembly
1012 build_addr_hit_map, args.proguard_mapping_file)