From: Andrii Nakryiko Date: Mon, 4 Apr 2022 21:51:48 +0000 (-0700) Subject: Merge branch 'bpf/bpftool: add program & link type names' X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=7224a0737c46cb7a385dc75f1c2e1c8e783e8adb;p=linux.git Merge branch 'bpf/bpftool: add program & link type names' Milan Landaverde says: ==================== With the addition of the syscall prog type we should now be able to see feature probe info for that prog type: $ bpftool feature probe kernel ... eBPF program_type syscall is available ... eBPF helpers supported for program type syscall: ... - bpf_sys_bpf - bpf_sys_close And for the link types, their names should aid in the output. Before: $ bpftool link show 50: type 7 prog 5042 bpf_cookie 0 pids vfsstat(394433) After: $ bpftool link show 57: perf_event prog 5058 bpf_cookie 0 pids vfsstat(394725) ==================== Signed-off-by: Andrii Nakryiko --- 7224a0737c46cb7a385dc75f1c2e1c8e783e8adb