aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux/bpf_lsm.txt.const
Commit message (Collapse)AuthorAgeFilesLines
* sys/linux/test: add a test for bpf_cgroup_sysctlCheng-Min Chiang2020-12-071-9/+0
| | | | | | - Add a test for BPF_PROG_TYPE_CGROUP_SYSCTL. This could be used as a corpus. - Remove an unnecessary file sys/linux/bpf_lsm.txt.const.
* sys/linux: improve descriptions of bpf tracing (#2076)bobogei811232020-09-091-0/+3
| | | | | | | - 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: switch to the new .const formatDmitry Vyukov2020-08-131-0/+6
This reduces number of const files/lines from 1288/96599 to 158/11603. Const files are generated on next-20200813. Update #1983