Searched refs:ReadCounter (Results 1 – 4 of 4) sorted by relevance
64 bool ReadCounter(PerfCounter* counter);
82 if (!event_fd->ReadCounter(&counter)) { in IsEventTypeSupported()
600 static bool ReadCounter(EventFd* event_fd, CounterInfo* counter) { in ReadCounter() function601 if (!event_fd->ReadCounter(&counter->counter)) { in ReadCounter()620 if (!ReadCounter(event_fd.get(), &counter)) { in ReadCounters()
142 bool EventFd::ReadCounter(PerfCounter* counter) { in ReadCounter() function in EventFd