Searched refs:gen_addr_hit_map (Results 1 – 1 of 1) sorted by relevance
81 def get_sample_info(self, gen_addr_hit_map): argument86 result['processes'] = [process.get_sample_info(gen_addr_hit_map)121 def get_sample_info(self, gen_addr_hit_map): argument126 result['threads'] = [thread.get_sample_info(gen_addr_hit_map)206 def get_sample_info(self, gen_addr_hit_map): argument211 result['libs'] = [lib.gen_sample_info(gen_addr_hit_map)243 def gen_sample_info(self, gen_addr_hit_map): argument247 result['functions'] = [func.gen_sample_info(gen_addr_hit_map)293 def gen_sample_info(self, gen_addr_hit_map): argument304 if gen_addr_hit_map and self.addr_hit_map: