Searched refs:count_info (Results 1 – 2 of 2) sorted by relevance
293 count_info = self.addr_hit_map.get(addr)294 if count_info is None:297 count_info[0] += event_count298 count_info[1] += subtree_event_count305 count_info = self.line_hit_map.get(key)306 if count_info is None:309 count_info[0] += event_count310 count_info[1] += subtree_event_count320 item = {'f': key[0], 'l': key[1], 'e': count_info[0], 's': count_info[1]}329 'e': count_info[0],[all …]
362 typedef struct count_info { struct366 } count_info; argument367 #define SNDCTL_DSP_GETIPTR _SIOR('P', 17, count_info)368 #define SNDCTL_DSP_GETOPTR _SIOR('P', 18, count_info)