summaryrefslogtreecommitdiffstats
path: root/tools/bpf/bpftool/main.c
Commit message (Expand)AuthorAgeFilesLines
* bpftool: clean-up usage of libbpf_get_error()Sahid Orentino Ferdjaoui2022-11-201-4/+3
* bpftool: remove support of --legacy option for bpftoolSahid Orentino Ferdjaoui2022-11-201-15/+0
* bpftool: Check argc first before "file" in do_batch()Tiezhu Yang2022-11-151-3/+3
* bpftool: Add llvm feature to "bpftool version"Quentin Monnet2022-10-251-0/+7
* bpftool: Add "bootstrap" feature to version outputQuentin Monnet2022-10-211-32/+49
* bpftool: Set binary name to "bpftool" in help and version outputQuentin Monnet2022-10-211-1/+1
* bpftool: Clear errno after libcap's checksQuentin Monnet2022-08-151-0/+10
* bpftool: Do not check return value from libbpf_set_strict_mode()Quentin Monnet2022-06-141-3/+1
* Revert "bpftool: Use libbpf 1.0 API mode instead of RLIMIT_MEMLOCK"Quentin Monnet2022-06-141-3/+3
* bpftool: Use libbpf 1.0 API mode instead of RLIMIT_MEMLOCKYafang Shao2022-04-101-3/+3
* bpftool: Update versioning scheme, align on libbpf's version numberQuentin Monnet2022-02-101-0/+21
* bpftool: Add libbpf's version number to "bpftool version" outputQuentin Monnet2022-02-101-0/+4
* bpftool: Fix strict mode calculationMauricio Vásquez2022-02-071-4/+1
* libbpf: deprecate legacy BPF map definitionsAndrii Nakryiko2022-01-201-1/+8
* bpftool: Enable line buffering for stdoutPaul Chaignon2021-12-211-0/+2
* bpftool: Add current libbpf_strict mode to version outputStanislav Fomichev2021-11-161-1/+11
* bpftool: Enable libbpf's strict mode by defaultStanislav Fomichev2021-11-121-1/+12
* bpftool: Switch to libbpf's hashmap for PIDs/names referencesQuentin Monnet2021-10-251-2/+3
* bpftool: Do not expose and init hash maps for pinned path in main.cQuentin Monnet2021-10-251-12/+0
* tools: bpftool: Update and synchronise option list in doc and help msgQuentin Monnet2021-07-301-1/+2
* tools/bpftool: Fix error return code in do_batch()Zhihao Cheng2021-06-111-1/+3
* bpftool: Use syscall/loader program in "prog load" and "gen skeleton" command.Alexei Starovoitov2021-05-191-1/+6
* bpftool: Fix maybe-uninitialized warningsAndrii Nakryiko2021-03-161-2/+1
* tools/bpftool: Add bpftool support for split BTFAndrii Nakryiko2020-11-051-1/+14
* tools: bpftool: Print optional built-in features along with versionQuentin Monnet2020-09-101-2/+31
* tools/bpftool: Show info for processes holding BPF map/prog/link/btf FDsAndrii Nakryiko2020-06-221-0/+1
* tools/bpftool: Minimize bootstrap bpftoolAndrii Nakryiko2020-06-221-2/+9
* tools/bpftool: Add bpf_iter support for bptoolYonghong Song2020-05-091-1/+2
* bpftool: Add bpf_link show and pin supportAndrii Nakryiko2020-04-281-1/+5
* bpftool: Add struct_ops supportMartin KaFai Lau2020-03-201-1/+2
* tools: bpftool: Restore message on failure to guess program typeQuentin Monnet2020-03-131-7/+0
* bpftool: Use consistent include paths for libbpfToke Høiland-Jørgensen2020-01-201-2/+2
* bpftool: Add skeleton codegen commandAndrii Nakryiko2019-12-151-1/+2
* bpftool: Fix bpftool build by switching to bpf_object__open_file()Andrii Nakryiko2019-10-071-2/+2
* tools: bpftool: fix format string for p_err() in detect_common_prefix()Quentin Monnet2019-08-151-1/+1
* tools: bpftool: add "prog run" subcommand to test-run programsQuentin Monnet2019-07-051-0/+29
* tools: bpftool: make -d option print debug output from verifierQuentin Monnet2019-05-281-0/+2
* tools: bpftool: add -d option to get debug output from libbpfQuentin Monnet2019-05-281-1/+13
* bpftool: add ability to dump BTF typesAndrii Nakryiko2019-04-251-1/+2
* tools: bpftool: add basic probe capability, probe syscall availabilityQuentin Monnet2019-01-221-1/+2
* tools: bpftool: add an option to prevent auto-mount of bpffs, tracefsQuentin Monnet2018-12-181-1/+7
* tools: bpftool: replace Netronome boilerplate with SPDX license headersJakub Kicinski2018-12-131-32/+2
* bpftool: make libbfd optionalStanislav Fomichev2018-11-161-3/+0
* tools: bpftool: print nb of cmds to stdout (not stderr) for batch modeQuentin Monnet2018-10-211-1/+2
* bpf: bpftool, add flag to allow non-compat map definitionsJohn Fastabend2018-10-151-1/+6
* tools/bpf: bpftool: add net supportYonghong Song2018-09-061-1/+2
* tools: bpftool: drop unnecessary Author commentsJakub Kicinski2018-07-011-3/+1
* tools/bpftool: add perf subcommandYonghong Song2018-05-241-1/+2
* tools: bpftool: add support for quotations in batch filesQuentin Monnet2018-03-021-14/+51
* tools: bpftool: read from stdin when batch file name is "-"Quentin Monnet2018-03-021-2/+6