diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2018-04-27 19:52:20 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2018-04-27 19:52:20 +0200 |
| commit | d5a5d045176c34bd1066e2b8ce843b3dc8a67ee0 (patch) | |
| tree | 5bf8b3a2c9eb0d6b9acbfaef11369b609b25c11d /sys/linux/perf_386.const | |
| parent | 190d92e056bae96ec13f320400f80e94dc8e9ea0 (diff) | |
sys/linux: a bunch of assorted improvements
Diffstat (limited to 'sys/linux/perf_386.const')
| -rw-r--r-- | sys/linux/perf_386.const | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/linux/perf_386.const b/sys/linux/perf_386.const index bc161b570..43ee42058 100644 --- a/sys/linux/perf_386.const +++ b/sys/linux/perf_386.const @@ -6,6 +6,7 @@ HW_BREAKPOINT_X = 4 PERF_EVENT_IOC_DISABLE = 9217 PERF_EVENT_IOC_ENABLE = 9216 PERF_EVENT_IOC_ID = 2147755015 +PERF_EVENT_IOC_MODIFY_ATTRIBUTES = 1074013195 PERF_EVENT_IOC_PAUSE_OUTPUT = 1074013193 PERF_EVENT_IOC_PERIOD = 1074275332 PERF_EVENT_IOC_QUERY_BPF = 3221496842 |
