Home
last modified time | relevance | path

Searched refs:OpenEventFileForCpu (Results 1 – 3 of 3) sorted by relevance

/system/extras/simpleperf/
Devent_fd.h41 static std::unique_ptr<EventFd> OpenEventFileForCpu(const perf_event_attr& attr, int cpu);
Devent_fd.cpp44 std::unique_ptr<EventFd> EventFd::OpenEventFileForCpu(const perf_event_attr& attr, int cpu) { in OpenEventFileForCpu() function in EventFd
Devent_selection_set.cpp67 auto event_fd = EventFd::OpenEventFileForCpu(selection.event_attr, cpu); in OpenEventFilesForAllCpus()