Home
last modified time | relevance | path

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

/aosp12/system/extras/simpleperf/scripts/
H A Dreport_html.py293 count_info = self.addr_hit_map.get(addr)
294 if count_info is None:
297 count_info[0] += event_count
298 count_info[1] += subtree_event_count
305 count_info = self.line_hit_map.get(key)
306 if count_info is None:
309 count_info[0] += event_count
310 count_info[1] += subtree_event_count
320 item = {'f': key[0], 'l': key[1], 'e': count_info[0], 's': count_info[1]}
329 'e': count_info[0],
[all …]
/aosp12/bionic/libc/kernel/uapi/linux/
H A Dsoundcard.h362 typedef struct count_info { struct
366 } count_info; argument
367 #define SNDCTL_DSP_GETIPTR _SIOR('P', 17, count_info)
368 #define SNDCTL_DSP_GETOPTR _SIOR('P', 18, count_info)