Searched refs:OpenEventFile (Results 1 – 4 of 4) sorted by relevance
/system/extras/simpleperf/ |
D | event_fd.cpp | 45 std::unique_ptr<EventFd> EventFd::OpenEventFile(const perf_event_attr& attr, pid_t tid, int cpu, in OpenEventFile() function in EventFd 187 auto event_fd = EventFd::OpenEventFile(attr, getpid(), -1, false); in IsEventAttrSupportedByKernel()
|
D | event_fd.h | 42 static std::unique_ptr<EventFd> OpenEventFile(const perf_event_attr& attr, pid_t tid, int cpu,
|
D | cpu_hotplug_test.cpp | 229 return EventFd::OpenEventFile(attr, getpid(), cpu); in OpenHardwareEventOnCpu()
|
D | event_selection_set.cpp | 214 auto event_fd = EventFd::OpenEventFile(selection.event_attr, tid, cpu); in OpenEventFiles()
|