From 409809d8a7c9c775eaea317add40e7a86a1e836c Mon Sep 17 00:00:00 2001 From: bobogei81123 Date: Wed, 9 Sep 2020 14:02:04 -0700 Subject: 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). --- sys/linux/bpf.txt.const | 1 - 1 file changed, 1 deletion(-) (limited to 'sys/linux/bpf.txt.const') 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 -- cgit mrf-deployment