summaryrefslogtreecommitdiff
path: root/tools/bpf/bpftool/main.c
AgeCommit message (Expand)Author
2021-12-21bpftool: Enable line buffering for stdoutPaul Chaignon
2021-11-16bpftool: Add current libbpf_strict mode to version outputStanislav Fomichev
2021-11-12bpftool: Enable libbpf's strict mode by defaultStanislav Fomichev
2021-10-25bpftool: Switch to libbpf's hashmap for PIDs/names referencesQuentin Monnet
2021-10-25bpftool: Do not expose and init hash maps for pinned path in main.cQuentin Monnet
2021-07-30tools: bpftool: Update and synchronise option list in doc and help msgQuentin Monnet
2021-06-11tools/bpftool: Fix error return code in do_batch()Zhihao Cheng
2021-05-19bpftool: Use syscall/loader program in "prog load" and "gen skeleton" command.Alexei Starovoitov
2021-03-16bpftool: Fix maybe-uninitialized warningsAndrii Nakryiko
2020-11-05tools/bpftool: Add bpftool support for split BTFAndrii Nakryiko
2020-09-10tools: bpftool: Print optional built-in features along with versionQuentin Monnet
2020-06-22tools/bpftool: Show info for processes holding BPF map/prog/link/btf FDsAndrii Nakryiko
2020-06-22tools/bpftool: Minimize bootstrap bpftoolAndrii Nakryiko
2020-05-09tools/bpftool: Add bpf_iter support for bptoolYonghong Song
2020-04-28bpftool: Add bpf_link show and pin supportAndrii Nakryiko
2020-03-20bpftool: Add struct_ops supportMartin KaFai Lau
2020-03-13tools: bpftool: Restore message on failure to guess program typeQuentin Monnet
2020-01-20bpftool: Use consistent include paths for libbpfToke Høiland-Jørgensen
2019-12-15bpftool: Add skeleton codegen commandAndrii Nakryiko
2019-10-07bpftool: Fix bpftool build by switching to bpf_object__open_file()Andrii Nakryiko
2019-08-15tools: bpftool: fix format string for p_err() in detect_common_prefix()Quentin Monnet
2019-07-05tools: bpftool: add "prog run" subcommand to test-run programsQuentin Monnet
2019-05-28tools: bpftool: make -d option print debug output from verifierQuentin Monnet
2019-05-28tools: bpftool: add -d option to get debug output from libbpfQuentin Monnet
2019-04-25bpftool: add ability to dump BTF typesAndrii Nakryiko
2019-01-22tools: bpftool: add basic probe capability, probe syscall availabilityQuentin Monnet
2018-12-18tools: bpftool: add an option to prevent auto-mount of bpffs, tracefsQuentin Monnet
2018-12-13tools: bpftool: replace Netronome boilerplate with SPDX license headersJakub Kicinski
2018-11-16bpftool: make libbfd optionalStanislav Fomichev
2018-10-21tools: bpftool: print nb of cmds to stdout (not stderr) for batch modeQuentin Monnet
2018-10-15bpf: bpftool, add flag to allow non-compat map definitionsJohn Fastabend
2018-09-06tools/bpf: bpftool: add net supportYonghong Song
2018-07-01tools: bpftool: drop unnecessary Author commentsJakub Kicinski
2018-05-24tools/bpftool: add perf subcommandYonghong Song
2018-03-02tools: bpftool: add support for quotations in batch filesQuentin Monnet
2018-03-02tools: bpftool: read from stdin when batch file name is "-"Quentin Monnet
2018-03-02tools: bpftool: support continuation lines in batch filesQuentin Monnet
2018-03-02tools: bpftool: support comments in batch filesQuentin Monnet
2018-02-15tools: bpftool: preserve JSON output on errors on batch file parsingQuentin Monnet
2017-12-30tools/bpftool: use version from the kernel source treeRoman Gushchin
2017-12-14bpftool: implement cgroup bpf operationsRoman Gushchin
2017-11-30tools: bpftool: make error message from getopt_long() JSON-friendlyQuentin Monnet
2017-11-30tools: bpftool: clean up the JSON writer before exiting in usage()Quentin Monnet
2017-11-30tools: bpftool: fix crash on bad parameters with JSONQuentin Monnet
2017-11-11tools: bpftool: optionally show filenames of pinned objectsPrashant Bhole
2017-11-11tools: bpftool: show filenames of pinned objectsPrashant Bhole
2017-10-24tools: bpftool: update documentation for --json and --pretty usageQuentin Monnet
2017-10-24tools: bpftool: provide JSON output for all possible commandsQuentin Monnet
2017-10-24tools: bpftool: turn err() and info() macros into functionsQuentin Monnet
2017-10-24tools: bpftool: add JSON output for `bpftool batch file FILE` commandQuentin Monnet