summaryrefslogtreecommitdiffstats
path: root/tools/bpf/bpftool
AgeCommit message (Expand)AuthorLines
2023-08-30bpftool: Fix build warnings with -Wtype-limitsYafang Shao-1/+1
2023-08-16bpftool: Implement link show support for xdpDaniel Borkmann-0/+7
2023-08-16bpftool: Implement link show support for tcxDaniel Borkmann-0/+37
2023-08-11bpftool: fix perf help messageDaniel T. Lee-1/+1
2023-07-19bpftool: Extend net dump with tcx progsDaniel Borkmann-16/+116
2023-07-12bpftool: Use "fallthrough;" keyword instead of commentsQuentin Monnet-2/+2
2023-07-11bpftool: Show perf link infoYafang Shao-1/+246
2023-07-11bpftool: Add perf event namesYafang Shao-0/+67
2023-07-11bpftool: Show kprobe_multi link infoYafang Shao-3/+115
2023-07-11bpftool: Dump the kernel symbol's module nameYafang Shao-1/+7
2023-07-10bpftool: Use a local bpf_perf_event_value to fix accessing its fieldsAlexander Lobakin-10/+17
2023-07-10bpftool: Use a local copy of BPF_LINK_TYPE_PERF_EVENT in pid_iter.bpf.cQuentin Monnet-2/+9
2023-07-10bpftool: Define a local bpf_perf_link to fix accessing its fieldsAlexander Lobakin-2/+7
2023-07-10bpftool: use a local copy of perf_event to fix accessing :: Bpf_cookieAlexander Lobakin-1/+5
2023-06-29bpf: Replace deprecated -target with --target= for ClangFangrui Song-3/+3
2023-05-23bpftool: Specify XDP Hints ifname when loading programLarysa Zaremba-20/+64
2023-05-19bpftool: Show target_{obj,btf}_id in tracing link infoYafang Shao-0/+6
2023-05-17bpftool: Support bpffs mountpoint as pin path for prog loadallPengcheng Yang-7/+10
2023-05-15bpftool: JIT limited misreported as negative value on aarch64Alan Maguire-12/+12
2023-04-27bpftool: Dump map id instead of value for map_of_maps typesXueming Feng-2/+10
2023-04-27bpftool: Show map IDs along with struct_ops links.Kui-Feng Lee-2/+8
2023-04-21tools: bpftool: print netfilter link infoFlorian Westphal-0/+192
2023-04-21bpftool: Update doc to explain struct_ops register subcommand.Kui-Feng Lee-4/+8
2023-04-21bpftool: Register struct_ops with a link.Kui-Feng Lee-25/+75
2023-04-20bpftool: Replace "__fallthrough" by a comment to address merge conflictQuentin Monnet-1/+1
2023-04-07bpftool: Set program type only if it differs from the desired oneWei Yongjun-1/+2
2023-04-05bpftool: Clean up _bpftool_once_attr() calls in bash completionQuentin Monnet-13/+3
2023-04-05bpftool: Support printing opcodes and source file references in CFGQuentin Monnet-15/+83
2023-04-05bpftool: Support "opcodes", "linum", "visual" simultaneouslyQuentin Monnet-39/+47
2023-04-05bpftool: Return an error on prog dumps if both CFG and JSON are requiredQuentin Monnet-6/+11
2023-04-05bpftool: Support inline annotations when dumping the CFG of a programQuentin Monnet-26/+88
2023-04-05bpftool: Fix bug for long instructions in program CFG dumpsQuentin Monnet-0/+7
2023-04-05bpftool: Fix documentation about line info display for prog dumpsQuentin Monnet-6/+4
2023-03-29tools: bpftool: json: Fix backslash escape typo in jsonw_putsManu Bretelle-1/+2
2023-02-27tools: bpftool: Remove invalid \' json escapeLuis Gerhorst-3/+0
2023-02-16bpftool: Use bpf_{btf,link,map,prog}_get_info_by_fd()Ilya Leoshkevich-36/+41
2023-02-02bpftool: profile online CPUs instead of possibleTonghao Zhang-8/+30
2023-01-13bpftool: Always disable stack protection for BPF objectsHolger Hoffstätte-1/+2
2023-01-10bpftool: fix output for skipping kernel config checkChethan Suresh-4/+4
2023-01-10bpftool: Add missing quotes to libbpf bootstrap submake varsJames Hilliard-1/+1
2023-01-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-0/+4
2022-12-22bpftool: Fix linkage with statically built libllvmAnton Protopopov-0/+4
2022-12-20bpf: makefiles: Do not generate empty vmlinux.hChangbin Du-0/+3
2022-12-06bpftool: Fix memory leak in do_build_table_cbMiaoqian Lin-0/+1
2022-11-20bpftool: remove function free_btf_vmlinux()Sahid Orentino Ferdjaoui-6/+1
2022-11-20bpftool: clean-up usage of libbpf_get_error()Sahid Orentino Ferdjaoui-45/+39
2022-11-20bpftool: fix error message when function can't register struct_opsSahid Orentino Ferdjaoui-3/+2
2022-11-20bpftool: replace return value PTR_ERR(NULL) with 0Sahid Orentino Ferdjaoui-4/+2
2022-11-20bpftool: remove support of --legacy option for bpftoolSahid Orentino Ferdjaoui-33/+3
2022-11-15bpftool: Check argc first before "file" in do_batch()Tiezhu Yang-3/+3