diff options
| author | Paul Chaignon <paul@cilium.io> | 2020-10-26 18:46:05 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2020-10-26 19:17:24 +0100 |
| commit | 8b3eaf58f88f0e0a776866110d9baf8367dde8f0 (patch) | |
| tree | 91e1f2c46ba8f873c5b61b7b0b0a6a9c9f381e14 /sys/linux/bpf.txt.const | |
| parent | df76264d7be2971f0fdf145d6523437ef629f40c (diff) | |
sys/linux: update BPF_PROG_TEST_RUN's fields
These new fields were introduced in commit 1b4d60e ("bpf: Enable
BPF_PROG_TEST_RUN for raw_tracepoint") upstream.
Signed-off-by: Paul Chaignon <paul@cilium.io>
Diffstat (limited to 'sys/linux/bpf.txt.const')
| -rw-r--r-- | sys/linux/bpf.txt.const | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/linux/bpf.txt.const b/sys/linux/bpf.txt.const index 7a96c1b25..51356fb39 100644 --- a/sys/linux/bpf.txt.const +++ b/sys/linux/bpf.txt.const @@ -62,6 +62,7 @@ BPF_F_SLEEPABLE = 16 BPF_F_STACK_BUILD_ID = 32 BPF_F_STRICT_ALIGNMENT = 1 BPF_F_TEST_RND_HI32 = 4 +BPF_F_TEST_RUN_ON_CPU = 1 BPF_F_TEST_STATE_FREQ = 8 BPF_F_WRONLY = 16 BPF_F_WRONLY_PROG = 256 |
