Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Devent_fd.cpp45 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()
Devent_fd.h42 static std::unique_ptr<EventFd> OpenEventFile(const perf_event_attr& attr, pid_t tid, int cpu,
Dcpu_hotplug_test.cpp229 return EventFd::OpenEventFile(attr, getpid(), cpu); in OpenHardwareEventOnCpu()
Devent_selection_set.cpp214 auto event_fd = EventFd::OpenEventFile(selection.event_attr, tid, cpu); in OpenEventFiles()