Home
last modified time | relevance | path

Searched refs:ReadCounter (Results 1 – 4 of 4) sorted by relevance

/system/extras/simpleperf/
Devent_fd.h63 bool ReadCounter(PerfCounter* counter);
Dcmd_list.cpp65 if (!event_fd->ReadCounter(&counter)) { in IsEventTypeSupported()
Devent_selection_set.cpp581 static bool ReadCounter(EventFd* event_fd, CounterInfo* counter) { in ReadCounter() function
582 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()
Devent_fd.cpp135 bool EventFd::ReadCounter(PerfCounter* counter) { in ReadCounter() function in EventFd