Home
last modified time | relevance | path

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

/system/extras/simpleperf/scripts/
Dreport_html.py81 def get_sample_info(self, gen_addr_hit_map): argument
86 result['processes'] = [process.get_sample_info(gen_addr_hit_map)
121 def get_sample_info(self, gen_addr_hit_map): argument
126 result['threads'] = [thread.get_sample_info(gen_addr_hit_map)
206 def get_sample_info(self, gen_addr_hit_map): argument
211 result['libs'] = [lib.gen_sample_info(gen_addr_hit_map)
243 def gen_sample_info(self, gen_addr_hit_map): argument
247 result['functions'] = [func.gen_sample_info(gen_addr_hit_map)
293 def gen_sample_info(self, gen_addr_hit_map): argument
304 if gen_addr_hit_map and self.addr_hit_map: