Home
last modified time | relevance | path

Searched defs:event_fd (Results 1 – 5 of 5) sorted by relevance

/system/extras/simpleperf/
Devent_selection_set.cpp67 auto event_fd = EventFd::OpenEventFileForCpu(selection.event_attr, cpu); in OpenEventFilesForAllCpus() local
85 auto event_fd = EventFd::OpenEventFileForProcess(selection.event_attr, pid); in OpenEventFilesForProcess() local
98 for (auto& event_fd : selection.event_fds) { in EnableEvents() local
111 for (auto& event_fd : selection.event_fds) { in ReadCounters() local
125 for (auto& event_fd : selection.event_fds) { in PreparePollForEventFiles() local
135 for (auto& event_fd : selection.event_fds) { in MmapEventFiles() local
144 static bool ReadMmapEventDataForFd(std::unique_ptr<EventFd>& event_fd, in ReadMmapEventDataForFd()
165 for (auto& event_fd : selection.event_fds) { in ReadMmapEventData() local
182 for (auto& event_fd : selection.event_fds) { in FindEventFileNameById() local
Devent_type.cpp37 …auto event_fd = EventFd::OpenEventFileForProcess(CreateDefaultPerfEventAttr(event_type), getpid()); in IsEventTypeSupportedByKernel() local
Drecord_file_test.cpp38 std::unique_ptr<EventFd> event_fd = EventFd::OpenEventFileForProcess(event_attr, getpid()); in SetUp() local
Drecord_file.cpp77 for (auto& event_fd : event_fds) { in WriteAttrSection() local
/system/bt/osi/src/
Dreactor.c40 int event_fd; member