aboutsummaryrefslogtreecommitdiffstats
path: root/tools/bpf/bpftool/main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-10-07bpftool: Fix bpftool build by switching to bpf_object__open_file()Andrii Nakryiko1-2/+2
2019-08-15tools: bpftool: fix format string for p_err() in detect_common_prefix()Quentin Monnet1-1/+1
2019-07-05tools: bpftool: add "prog run" subcommand to test-run programsQuentin Monnet1-0/+29
2019-05-28tools: bpftool: make -d option print debug output from verifierQuentin Monnet1-0/+2
2019-05-28tools: bpftool: add -d option to get debug output from libbpfQuentin Monnet1-1/+13
2019-04-25bpftool: add ability to dump BTF typesAndrii Nakryiko1-1/+2
2019-01-22tools: bpftool: add basic probe capability, probe syscall availabilityQuentin Monnet1-1/+2
2018-12-18tools: bpftool: add an option to prevent auto-mount of bpffs, tracefsQuentin Monnet1-1/+7
2018-12-13tools: bpftool: replace Netronome boilerplate with SPDX license headersJakub Kicinski1-32/+2
2018-11-16bpftool: make libbfd optionalStanislav Fomichev1-3/+0
2018-10-21tools: bpftool: print nb of cmds to stdout (not stderr) for batch modeQuentin Monnet1-1/+2
2018-10-15bpf: bpftool, add flag to allow non-compat map definitionsJohn Fastabend1-1/+6
2018-09-06tools/bpf: bpftool: add net supportYonghong Song1-1/+2
2018-07-01tools: bpftool: drop unnecessary Author commentsJakub Kicinski1-3/+1
2018-05-24tools/bpftool: add perf subcommandYonghong Song1-1/+2
2018-03-02tools: bpftool: add support for quotations in batch filesQuentin Monnet1-14/+51
2018-03-02tools: bpftool: read from stdin when batch file name is "-"Quentin Monnet1-2/+6
2018-03-02tools: bpftool: support continuation lines in batch filesQuentin Monnet1-4/+32
2018-03-02tools: bpftool: support comments in batch filesQuentin Monnet1-0/+5
2018-02-15tools: bpftool: preserve JSON output on errors on batch file parsingQuentin Monnet1-1/+1
2017-12-30tools/bpftool: use version from the kernel source treeRoman Gushchin1-11/+2
2017-12-14bpftool: implement cgroup bpf operationsRoman Gushchin1-1/+2
2017-11-30tools: bpftool: make error message from getopt_long() JSON-friendlyQuentin Monnet1-1/+6
2017-11-30tools: bpftool: clean up the JSON writer before exiting in usage()Quentin Monnet1-1/+9
2017-11-30tools: bpftool: fix crash on bad parameters with JSONQuentin Monnet1-10/+9
2017-11-11tools: bpftool: optionally show filenames of pinned objectsPrashant Bhole1-3/+11
2017-11-11tools: bpftool: show filenames of pinned objectsPrashant Bhole1-0/+8
2017-10-24tools: bpftool: update documentation for --json and --pretty usageQuentin Monnet1-2/+4
2017-10-24tools: bpftool: provide JSON output for all possible commandsQuentin Monnet1-4/+21
2017-10-24tools: bpftool: turn err() and info() macros into functionsQuentin Monnet1-8/+8
2017-10-24tools: bpftool: add JSON output for `bpftool batch file FILE` commandQuentin Monnet1-0/+20
2017-10-24tools: bpftool: introduce --json and --pretty optionsQuentin Monnet1-3/+30
2017-10-24tools: bpftool: add option parsing to bpftool, --help and --versionQuentin Monnet1-1/+26
2017-10-22tools: bpftool: add a command to display bpftool versionQuentin Monnet1-1/+13
2017-10-22tools: bpftool: add pointer to file argument to print_hex()Quentin Monnet1-4/+4
2017-10-04tools: bpf: add bpftoolJakub Kicinski1-0/+212