Home
last modified time | relevance | path

Searched refs:OpenEventFile (Results 1 – 2 of 2) sorted by relevance

/system/extras/simpleperf/
Devent_fd.cpp41 return OpenEventFile(attr, pid, -1); in OpenEventFileForProcess()
45 return OpenEventFile(attr, -1, cpu); in OpenEventFileForCpu()
48 std::unique_ptr<EventFd> EventFd::OpenEventFile(const perf_event_attr& attr, pid_t pid, int cpu) { in OpenEventFile() function in EventFd
Devent_fd.h42 static std::unique_ptr<EventFd> OpenEventFile(const perf_event_attr& attr, pid_t pid, int cpu);