Searched refs:getFirstMapKey (Results 1 – 4 of 4) sorted by relevance
307 if (errno != ENOENT || getFirstMapKey(gTisMapFd, &key)) return {}; in getUidCpuFreqTimes()358 if (getFirstMapKey(gTisMapFd, &key)) { in getUidsUpdatedCpuFreqTimes()418 if (errno != ENOENT || getFirstMapKey(gConcurrentMapFd, &key)) return {}; in getUidConcurrentTimes()468 if (getFirstMapKey(gConcurrentMapFd, &key)) { in getUidsUpdatedConcurrentTimes()652 if (getFirstMapKey(gTisMapFd, &key) != 0) { in getAggregatedTaskCpuFreqTimes()
500 ASSERT_FALSE(getFirstMapKey(fd, &k)); in TEST()
89 inline int getFirstMapKey(const BPF_FD_TYPE map_fd, void* firstKey) { in getFirstMapKey() function
66 if (getFirstMapKey(mMapFd, &firstKey)) { in getFirstKey()