summaryrefslogtreecommitdiffstats
path: root/tools/bpf/bpftool/main.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-111-3/+3
* bpftool: Update versioning scheme, align on libbpf's version numberQuentin Monnet2022-02-111-0/+21
* bpftool: Add libbpf's version number to "bpftool version" outputQuentin Monnet2022-02-111-0/+4
* bpftool: Fix strict mode calculationMauricio Vásquez2022-02-071-4/+1
* libbpf: deprecate legacy BPF map definitionsAndrii Nakryiko2022-01-211-1/+8
* bpftool: Enable line buffering for stdoutPaul Chaignon2021-12-221-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-261-2/+3
* bpftool: Do not expose and init hash maps for pinned path in main.cQuentin Monnet2021-10-261-12/+0
* tools: bpftool: Update and synchronise option list in doc and help msgQuentin Monnet2021-07-311-1/+2
* tools/bpftool: Fix error return code in do_batch()Zhihao Cheng2021-06-121-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-061-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-231-0/+1
* tools/bpftool: Minimize bootstrap bpftoolAndrii Nakryiko2020-06-231-2/+9
* tools/bpftool: Add bpf_iter support for bptoolYonghong Song2020-05-101-1/+2
* bpftool: Add bpf_link show and pin supportAndrii Nakryiko2020-04-291-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-211-2/+2
* bpftool: Add skeleton codegen commandAndrii Nakryiko2019-12-161-1/+2
* bpftool: Fix bpftool build by switching to bpf_object__open_file()Andrii Nakryiko2019-10-081-2/+2
* tools: bpftool: fix format string for p_err() in detect_common_prefix()Quentin Monnet2019-08-161-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-261-1/+2
* tools: bpftool: add basic probe capability, probe syscall availabilityQuentin Monnet2019-01-231-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-171-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-161-1/+6
* tools/bpf: bpftool: add net supportYonghong Song2018-09-071-1/+2
* tools: bpftool: drop unnecessary Author commentsJakub Kicinski2018-07-011-3/+1
* tools/bpftool: add perf subcommandYonghong Song2018-05-251-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
* tools: bpftool: support continuation lines in batch filesQuentin Monnet2018-03-021-4/+32
* tools: bpftool: support comments in batch filesQuentin Monnet2018-03-021-0/+5
* tools: bpftool: preserve JSON output on errors on batch file parsingQuentin Monnet2018-02-151-1/+1
* tools/bpftool: use version from the kernel source treeRoman Gushchin2017-12-301-11/+2
* bpftool: implement cgroup bpf operationsRoman Gushchin2017-12-141-1/+2
* tools: bpftool: make error message from getopt_long() JSON-friendlyQuentin Monnet2017-11-301-1/+6
* tools: bpftool: clean up the JSON writer before exiting in usage()Quentin Monnet2017-11-301-1/+9