Searched refs:ReadCounter (Results 1 – 5 of 5) sorted by relevance
64 bool ReadCounter(PerfCounter* counter);
81 if (!event_fd->ReadCounter(&counter)) { in IsEventTypeSupported()
697 static bool ReadCounter(EventFd* event_fd, CounterInfo* counter) { in ReadCounter() function698 if (!event_fd->ReadCounter(&counter->counter)) { in ReadCounter()717 if (!ReadCounter(event_fd.get(), &counter)) { in ReadCounters()
142 bool EventFd::ReadCounter(PerfCounter* counter) { in ReadCounter() function in EventFd
314 if (event_fd->ReadCounter(&counter)) { in HasNonZeroInstructionEventCount()