aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux/perf.txt
diff options
context:
space:
mode:
Diffstat (limited to 'sys/linux/perf.txt')
-rw-r--r--sys/linux/perf.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/linux/perf.txt b/sys/linux/perf.txt
index 485f1a886..946c97dd0 100644
--- a/sys/linux/perf.txt
+++ b/sys/linux/perf.txt
@@ -7,7 +7,7 @@ include <linux/hw_breakpoint.h>
resource fd_perf[fd]
perf_event_open(attr ptr[in, perf_event_attr], pid pid, cpu intptr[0:16], group fd_perf[opt], flags flags[perf_flags]) fd_perf
-perf_event_open$cgroup(attr ptr[in, perf_event_attr], fd fd_cgroup, cpu intptr[0:16], group fd_perf[opt], flags flags[perf_flags]) fd_perf
+perf_event_open$cgroup(attr ptr[in, perf_event_attr], fd fd_cgroup, cpu intptr[0:16], group fd_perf[opt], flags flags[perf_flags_cgroup]) fd_perf
ioctl$PERF_EVENT_IOC_ENABLE(fd fd_perf, cmd const[PERF_EVENT_IOC_ENABLE], flags intptr)
ioctl$PERF_EVENT_IOC_DISABLE(fd fd_perf, cmd const[PERF_EVENT_IOC_DISABLE], flags intptr)