aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux/perf.txt
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2018-04-27 19:52:20 +0200
committerDmitry Vyukov <dvyukov@google.com>2018-04-27 19:52:20 +0200
commitd5a5d045176c34bd1066e2b8ce843b3dc8a67ee0 (patch)
tree5bf8b3a2c9eb0d6b9acbfaef11369b609b25c11d /sys/linux/perf.txt
parent190d92e056bae96ec13f320400f80e94dc8e9ea0 (diff)
sys/linux: a bunch of assorted improvements
Diffstat (limited to 'sys/linux/perf.txt')
-rw-r--r--sys/linux/perf.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/linux/perf.txt b/sys/linux/perf.txt
index 014eeddc6..0f7255841 100644
--- a/sys/linux/perf.txt
+++ b/sys/linux/perf.txt
@@ -20,6 +20,7 @@ ioctl$PERF_EVENT_IOC_SET_FILTER(fd fd_perf, cmd const[PERF_EVENT_IOC_SET_FILTER]
ioctl$PERF_EVENT_IOC_SET_BPF(fd fd_perf, cmd const[PERF_EVENT_IOC_SET_BPF], prog fd_bpf_prog)
ioctl$PERF_EVENT_IOC_PAUSE_OUTPUT(fd fd_perf, cmd const[PERF_EVENT_IOC_PAUSE_OUTPUT], arg boolptr)
ioctl$PERF_EVENT_IOC_QUERY_BPF(fd fd_perf, cmd const[PERF_EVENT_IOC_QUERY_BPF], arg ptr[in, perf_event_query_bpf])
+ioctl$PERF_EVENT_IOC_MODIFY_ATTRIBUTES(fd fd_perf, cmd const[PERF_EVENT_IOC_MODIFY_ATTRIBUTES], arg ptr[in, perf_event_attr])
perf_flags = PERF_FLAG_FD_NO_GROUP, PERF_FLAG_FD_OUTPUT, PERF_FLAG_FD_CLOEXEC
perf_flags_cgroup = PERF_FLAG_FD_NO_GROUP, PERF_FLAG_FD_OUTPUT, PERF_FLAG_PID_CGROUP, PERF_FLAG_FD_CLOEXEC