aboutsummaryrefslogtreecommitdiffstats
path: root/tools/bpf/bpftool/feature.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-15bpftool: Fix a typo in a commentQuentin Monnet1-1/+1
2022-07-05bpftool: Rename "bpftool feature list" into "... feature list_builtins"Quentin Monnet1-5/+5
2022-06-30bpftool: Add feature list (prog/map/link/attach types, helpers)Quentin Monnet1-0/+55
2022-06-14Revert "bpftool: Use libbpf 1.0 API mode instead of RLIMIT_MEMLOCK"Quentin Monnet1-0/+2
2022-06-02bpftool: Use libbpf_bpf_map_type_strDaniel Müller1-13/+17
2022-06-02bpftool: Use libbpf_bpf_prog_type_strDaniel Müller1-21/+36
2022-05-09bpftool: Output message if no helpers found in feature probingMilan Landaverde1-3/+15
2022-05-09bpftool: Adjust for error codes from libbpf probesMilan Landaverde1-2/+2
2022-04-10bpftool: Use libbpf 1.0 API mode instead of RLIMIT_MEMLOCKYafang Shao1-2/+0
2022-04-04bpftool: Handle libbpf_probe_prog_type errorsMilan Landaverde1-1/+1
2022-03-28bpf/bpftool: Add unprivileged_bpf_disabled check against value of 2Milan Landaverde1-1/+4
2022-03-10bpftool: Restore support for BPF offload-enabled feature probingNiklas Söderlund1-13/+139
2022-02-03bpftool: Stop supporting BPF offload-enabled feature probingAndrii Nakryiko1-12/+17
2022-01-05bpftool: Probe for instruction set extensionsPaul Chaignon1-0/+44
2022-01-05bpftool: Probe for bounded loop supportPaul Chaignon1-0/+22
2022-01-05bpftool: Refactor misc. feature probePaul Chaignon1-16/+29
2021-12-17bpftool: Reimplement large insn size limit feature probingAndrii Nakryiko1-3/+23
2021-11-07bpftool: Stop using deprecated bpf_load_program()Andrii Nakryiko1-1/+1
2021-09-17bpftool: Only probe trace_vprintk feature in 'full' modeDave Marchevsky1-0/+1
2021-07-30tools: bpftool: Update and synchronise option list in doc and help msgQuentin Monnet1-0/+1
2021-02-24bpf: Add kernel/modules BTF presence checks to bpftool feature commandGrant Seltzer1-0/+4
2020-10-29tools, bpftool: Avoid array index warnings.Ian Rogers1-1/+6
2020-07-27tools, bpftool: Skip type probe if name is not foundQuentin Monnet1-0/+8
2020-06-25tools, bpftool: Define prog_type_name array only onceTobias Klauser1-2/+2
2020-06-01tools, bpftool: Make capability check account for new BPF capsQuentin Monnet1-19/+66
2020-06-01tools, bpftool: Clean subcommand help messagesQuentin Monnet1-3/+3
2020-05-15bpf, bpftool: Allow probing for CONFIG_HZ from kernel configDaniel Borkmann1-53/+67
2020-04-29tools: bpftool: Make libcap dependency optionalQuentin Monnet1-0/+26
2020-04-29tools: bpftool: Allow unprivileged users to probe featuresQuentin Monnet1-13/+89
2020-04-29tools: bpftool: For "feature probe" define "full_mode" bool as globalQuentin Monnet1-8/+7
2020-02-26bpftool: Make probes which emit dmesg warnings optionalMichal Rostecki1-21/+49
2020-02-26bpftool: Move out sections to separate functionsMichal Rostecki1-93/+126
2020-02-04bpftool: Remove redundant "HAVE" prefix from the large INSN limit checkMichal Rostecki1-1/+1
2020-01-20bpftool: Use consistent include paths for libbpfToke Høiland-Jørgensen1-2/+2
2020-01-08bpftool: Add misc section and probe for large INSN limitMichal Rostecki1-0/+18
2019-08-12tools: bpftool: fix reading from /proc/config.gzPeter Wu1-52/+53
2019-01-24bpftool: feature probing, change default actionPrashant Bhole1-1/+1
2019-01-22tools: bpftool: add probes for a network deviceQuentin Monnet1-11/+58
2019-01-22tools: bpftool: add C-style "#define" output for probesQuentin Monnet1-28/+122
2019-01-22tools: bpftool: add probes for eBPF helper functionsQuentin Monnet1-0/+51
2019-01-22tools: bpftool: add probes for eBPF map typesQuentin Monnet1-0/+26
2019-01-22tools: bpftool: add probes for eBPF program typesQuentin Monnet1-1/+47
2019-01-22tools: bpftool: add probes for kernel configuration optionsQuentin Monnet1-0/+182
2019-01-22tools: bpftool: add probes for /proc/ eBPF parametersQuentin Monnet1-0/+187
2019-01-22tools: bpftool: add basic probe capability, probe syscall availabilityQuentin Monnet1-0/+131