Searched refs:ReadCounter (Results 1 – 4 of 4) sorted by relevance
63 bool ReadCounter(PerfCounter* counter);
65 if (!event_fd->ReadCounter(&counter)) { in IsEventTypeSupported()
581 static bool ReadCounter(EventFd* event_fd, CounterInfo* counter) { in ReadCounter() function582 if (!event_fd->ReadCounter(&counter->counter)) { in ReadCounter()601 if (!ReadCounter(event_fd.get(), &counter)) { in ReadCounters()781 if (!ReadCounter(it->get(), &counter)) { in HandleCpuOfflineEvent()
135 bool EventFd::ReadCounter(PerfCounter* counter) { in ReadCounter() function in EventFd