Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Devent_fd.h64 bool ReadCounter(PerfCounter* counter);
Dcmd_list.cpp81 if (!event_fd->ReadCounter(&counter)) { in IsEventTypeSupported()
Devent_selection_set.cpp697 static bool ReadCounter(EventFd* event_fd, CounterInfo* counter) { in ReadCounter() function
698 if (!event_fd->ReadCounter(&counter->counter)) { in ReadCounter()
717 if (!ReadCounter(event_fd.get(), &counter)) { in ReadCounters()
Devent_fd.cpp142 bool EventFd::ReadCounter(PerfCounter* counter) { in ReadCounter() function in EventFd
Dcmd_record_test.cpp314 if (event_fd->ReadCounter(&counter)) { in HasNonZeroInstructionEventCount()