Searched refs:ReadCounter (Results 1 – 6 of 6) sorted by relevance
66 bool ReadCounter(PerfCounter* counter);
114 if (event_fd->ReadCounter(&counter)) { in HasNonZeroInstructionEventCount()
813 static bool ReadCounter(EventFd* event_fd, CounterInfo* counter) { in ReadCounter() function814 if (!event_fd->ReadCounter(&counter->counter)) { in ReadCounter()833 if (!ReadCounter(event_fd.get(), &counter)) { in ReadCounters()
143 bool EventFd::ReadCounter(PerfCounter* counter) { in ReadCounter() function in simpleperf::EventFd
161 if (!event_fd->ReadCounter(&counter)) { in TestEventSupportOnCpu()
821 if (!event_fd->ReadCounter(&counter)) { in CheckHardwareCountersOnCpu()