summaryrefslogtreecommitdiffstats
path: root/tools/bpf/bpftool/feature.c
Commit message (Expand)AuthorAgeFilesLines
* tools, bpftool: Skip type probe if name is not foundQuentin Monnet2020-07-271-0/+8
* tools, bpftool: Define prog_type_name array only onceTobias Klauser2020-06-251-2/+2
* tools, bpftool: Make capability check account for new BPF capsQuentin Monnet2020-06-011-19/+66
* tools, bpftool: Clean subcommand help messagesQuentin Monnet2020-06-011-3/+3
* bpf, bpftool: Allow probing for CONFIG_HZ from kernel configDaniel Borkmann2020-05-151-53/+67
* tools: bpftool: Make libcap dependency optionalQuentin Monnet2020-04-291-0/+26
* tools: bpftool: Allow unprivileged users to probe featuresQuentin Monnet2020-04-291-13/+89
* tools: bpftool: For "feature probe" define "full_mode" bool as globalQuentin Monnet2020-04-291-8/+7
* bpftool: Make probes which emit dmesg warnings optionalMichal Rostecki2020-02-261-21/+49
* bpftool: Move out sections to separate functionsMichal Rostecki2020-02-261-93/+126
* bpftool: Remove redundant "HAVE" prefix from the large INSN limit checkMichal Rostecki2020-02-041-1/+1
* bpftool: Use consistent include paths for libbpfToke Høiland-Jørgensen2020-01-201-2/+2
* bpftool: Add misc section and probe for large INSN limitMichal Rostecki2020-01-081-0/+18
* tools: bpftool: fix reading from /proc/config.gzPeter Wu2019-08-121-52/+53
* bpftool: feature probing, change default actionPrashant Bhole2019-01-241-1/+1
* tools: bpftool: add probes for a network deviceQuentin Monnet2019-01-221-11/+58
* tools: bpftool: add C-style "#define" output for probesQuentin Monnet2019-01-221-28/+122
* tools: bpftool: add probes for eBPF helper functionsQuentin Monnet2019-01-221-0/+51
* tools: bpftool: add probes for eBPF map typesQuentin Monnet2019-01-221-0/+26
* tools: bpftool: add probes for eBPF program typesQuentin Monnet2019-01-221-1/+47
* tools: bpftool: add probes for kernel configuration optionsQuentin Monnet2019-01-221-0/+182
* tools: bpftool: add probes for /proc/ eBPF parametersQuentin Monnet2019-01-221-0/+187
* tools: bpftool: add basic probe capability, probe syscall availabilityQuentin Monnet2019-01-221-0/+131