Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Dtest_util.cpp68 if (event_fd->ReadCounter(&counter)) { in HasNonZeroInstructionEventCount()
Devent_fd.h66 bool ReadCounter(PerfCounter* counter);
Dcmd_list.cpp80 if (!event_fd->ReadCounter(&counter)) { in IsEventTypeSupported()
Devent_selection_set.cpp706 static bool ReadCounter(EventFd* event_fd, CounterInfo* counter) { in ReadCounter() function
707 if (!event_fd->ReadCounter(&counter->counter)) { in ReadCounter()
726 if (!ReadCounter(event_fd.get(), &counter)) { in ReadCounters()
Devent_fd.cpp138 bool EventFd::ReadCounter(PerfCounter* counter) { in ReadCounter() function in simpleperf::EventFd