aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux/bpf.txt.const
diff options
context:
space:
mode:
authorbobogei81123 <chmnchiang@google.com>2020-09-09 14:02:04 -0700
committerGitHub <noreply@github.com>2020-09-09 14:02:04 -0700
commit409809d8a7c9c775eaea317add40e7a86a1e836c (patch)
treee9d780925789f9d76208542768b3c738c0a4bc7f /sys/linux/bpf.txt.const
parentac7ca78e73a05a08918dd014f40739b3bbc26ea6 (diff)
sys/linux: improve descriptions of bpf tracing (#2076)
- Rename bpf_lsm to bpf_trace and put all bpf program types that use BPF_RAW_TRACEPOINT_OPEN here. - Add descriptions for types RAW_TRACEPOINT(_WRITABLE), BPF_TRACING and BPF_EXT. - Add the hook names for RAW_TRACEPOINT(_WRITABLE).
Diffstat (limited to 'sys/linux/bpf.txt.const')
-rw-r--r--sys/linux/bpf.txt.const1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/linux/bpf.txt.const b/sys/linux/bpf.txt.const
index 070c29bab..c672ee1ec 100644
--- a/sys/linux/bpf.txt.const
+++ b/sys/linux/bpf.txt.const
@@ -180,7 +180,6 @@ BPF_PROG_TYPE_XDP = 6
BPF_PSEUDO_CALL = 1
BPF_PSEUDO_MAP_FD = 1
BPF_PSEUDO_MAP_VALUE = 2
-BPF_RAW_TRACEPOINT_OPEN = 17
BPF_REG_0 = 0
BPF_REG_1 = 1
BPF_REG_10 = 10