Searched refs:ReadCounter (Results 1 – 5 of 5) sorted by relevance
68 if (event_fd->ReadCounter(&counter)) { in HasNonZeroInstructionEventCount()
66 bool ReadCounter(PerfCounter* counter);
80 if (!event_fd->ReadCounter(&counter)) { in IsEventTypeSupported()
706 static bool ReadCounter(EventFd* event_fd, CounterInfo* counter) { in ReadCounter() function707 if (!event_fd->ReadCounter(&counter->counter)) { in ReadCounter()726 if (!ReadCounter(event_fd.get(), &counter)) { in ReadCounters()
138 bool EventFd::ReadCounter(PerfCounter* counter) { in ReadCounter() function in simpleperf::EventFd