aboutsummaryrefslogtreecommitdiff
path: root/tools/bpf
AgeCommit message (Expand)AuthorFilesLines
2023-04-27bpftool: Show map IDs along with struct_ops links.Gravatar Kui-Feng Lee 1-2/+8
2023-04-21tools: bpftool: print netfilter link infoGravatar Florian Westphal 3-0/+192
2023-04-21bpftool: Update doc to explain struct_ops register subcommand.Gravatar Kui-Feng Lee 1-4/+8
2023-04-21bpftool: Register struct_ops with a link.Gravatar Kui-Feng Lee 4-25/+75
2023-04-20bpftool: Replace "__fallthrough" by a comment to address merge conflictGravatar Quentin Monnet 1-1/+1
2023-04-08ELF: fix all "Elf" typosGravatar Alexey Dobriyan 1-1/+1
2023-04-07bpftool: Set program type only if it differs from the desired oneGravatar Wei Yongjun 1-1/+2
2023-04-05bpftool: Clean up _bpftool_once_attr() calls in bash completionGravatar Quentin Monnet 1-13/+3
2023-04-05bpftool: Support printing opcodes and source file references in CFGGravatar Quentin Monnet 7-15/+83
2023-04-05bpftool: Support "opcodes", "linum", "visual" simultaneouslyGravatar Quentin Monnet 3-39/+47
2023-04-05bpftool: Return an error on prog dumps if both CFG and JSON are requiredGravatar Quentin Monnet 2-6/+11
2023-04-05bpftool: Support inline annotations when dumping the CFG of a programGravatar Quentin Monnet 6-26/+88
2023-04-05bpftool: Fix bug for long instructions in program CFG dumpsGravatar Quentin Monnet 1-0/+7
2023-04-05bpftool: Fix documentation about line info display for prog dumpsGravatar Quentin Monnet 1-6/+4
2023-03-29tools: bpftool: json: Fix backslash escape typo in jsonw_putsGravatar Manu Bretelle 2-1/+2
2023-03-06tools/resolve_btfids: Add /libsubcmd to .gitignoreGravatar Rong Tao 1-0/+1
2023-02-27tools: bpftool: Remove invalid \' json escapeGravatar Luis Gerhorst 1-3/+0
2023-02-16bpftool: Use bpf_{btf,link,map,prog}_get_info_by_fd()Gravatar Ilya Leoshkevich 9-36/+41
2023-02-10tools: runqslower: Add EXTRA_CFLAGS and EXTRA_LDFLAGS supportGravatar Ilya Leoshkevich 1-0/+2
2023-02-09tools/resolve_btfids: Pass HOSTCFLAGS as EXTRA_CFLAGS to prepare targetsGravatar Jiri Olsa 1-1/+1
2023-02-07tools/resolve_btfids: Tidy HOST_OVERRIDESGravatar Ian Rogers 1-2/+2
2023-02-07tools/resolve_btfids: Compile resolve_btfids as host programGravatar Jiri Olsa 2-4/+9
2023-02-02bpftool: profile online CPUs instead of possibleGravatar Tonghao Zhang 1-8/+30
2023-01-25tools/resolve_btfids: Alter how HOSTCC is forcedGravatar Ian Rogers 1-10/+7
2023-01-25tools/resolve_btfids: Install subcmd headersGravatar Ian Rogers 2-6/+15
2023-01-13bpftool: Always disable stack protection for BPF objectsGravatar Holger Hoffstätte 1-1/+2
2023-01-10bpftool: fix output for skipping kernel config checkGravatar Chethan Suresh 1-4/+4
2023-01-10bpftool: Add missing quotes to libbpf bootstrap submake varsGravatar James Hilliard 1-1/+1
2023-01-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 1-0/+4
2022-12-22bpftool: Fix linkage with statically built libllvmGravatar Anton Protopopov 1-0/+4
2022-12-20bpf: makefiles: Do not generate empty vmlinux.hGravatar Changbin Du 1-0/+3
2022-12-15tools/resolve_btfids: Use pkg-config to locate libelfGravatar Shen Jiamin 1-2/+6
2022-12-06bpftool: Fix memory leak in do_build_table_cbGravatar Miaoqian Lin 1-0/+1
2022-11-20bpftool: remove function free_btf_vmlinux()Gravatar Sahid Orentino Ferdjaoui 1-6/+1
2022-11-20bpftool: clean-up usage of libbpf_get_error()Gravatar Sahid Orentino Ferdjaoui 8-45/+39
2022-11-20bpftool: fix error message when function can't register struct_opsGravatar Sahid Orentino Ferdjaoui 1-3/+2
2022-11-20bpftool: replace return value PTR_ERR(NULL) with 0Gravatar Sahid Orentino Ferdjaoui 1-4/+2
2022-11-20bpftool: remove support of --legacy option for bpftoolGravatar Sahid Orentino Ferdjaoui 6-33/+3
2022-11-15bpftool: Check argc first before "file" in do_batch()Gravatar Tiezhu Yang 1-3/+3
2022-11-11Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Gravatar Jakub Kicinski 8-71/+43
2022-11-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 1-0/+3
2022-11-09libbpf: Hashmap interface update to allow both long and void* keys/valuesGravatar Eduard Zingerman 8-71/+43
2022-11-02bpftool: Fix NULL pointer dereference when pin {PROG, MAP, LINK} without FILEGravatar Pu Lehui 1-0/+3
2022-10-26bpftool: Fix spelling mistake "disasembler" -> "disassembler"Gravatar Colin Ian King 1-1/+1
2022-10-25bpftool: Support new cgroup local storageGravatar Yonghong Song 2-2/+2
2022-10-25bpftool: Add llvm feature to "bpftool version"Gravatar Quentin Monnet 2-4/+11
2022-10-25bpftool: Support setting alternative arch for JIT disasm with LLVMGravatar Quentin Monnet 4-18/+16
2022-10-25bpftool: Add LLVM as default library for disassembling JIT-ed programsGravatar Quentin Monnet 3-23/+141
2022-10-25bpftool: Refactor disassembler for JIT-ed programsGravatar Quentin Monnet 1-45/+88
2022-10-25bpftool: Group libbfd defs in Makefile, only pass them if we use libbfdGravatar Quentin Monnet 1-12/+15