summaryrefslogtreecommitdiff
path: root/simpleperf/event_fd.h
diff options
context:
space:
mode:
Diffstat (limited to 'simpleperf/event_fd.h')
-rw-r--r--simpleperf/event_fd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/simpleperf/event_fd.h b/simpleperf/event_fd.h
index aaba0ef2..f1ddb551 100644
--- a/simpleperf/event_fd.h
+++ b/simpleperf/event_fd.h
@@ -126,6 +126,6 @@ class EventFd {
DISALLOW_COPY_AND_ASSIGN(EventFd);
};
-bool IsEventAttrSupportedByKernel(perf_event_attr attr);
+bool IsEventAttrSupported(const perf_event_attr& attr);
#endif // SIMPLE_PERF_EVENT_FD_H_