aboutsummaryrefslogtreecommitdiff
path: root/tools/bpf
AgeCommit message (Expand)AuthorFilesLines
2020-04-14tools, bpftool: Fix struct_ops command invalid pointer freeGravatar Daniel T. Lee 1-1/+3
2020-04-03Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 3-0/+3
2020-03-25.gitignore: add SPDX License IdentifierGravatar Masahiro Yamada 3-0/+3
2020-03-20bpftool: Add struct_ops supportGravatar Martin KaFai Lau 5-1/+743
2020-03-20bpftool: Translate prog_id to its bpf prog_nameGravatar Martin KaFai Lau 2-12/+107
2020-03-20bpftool: Print as a string for char arrayGravatar Martin KaFai Lau 1-0/+41
2020-03-20bpftool: Print the enum's name instead of valueGravatar Martin KaFai Lau 1-4/+36
2020-03-13tools/bpf: Move linux/types.h for selftests and bpftoolGravatar Tobias Klauser 1-1/+0
2020-03-13tools: bpftool: Restore message on failure to guess program typeGravatar Quentin Monnet 4-11/+35
2020-03-13tools: bpftool: Fix minor bash completion mistakesGravatar Quentin Monnet 1-8/+21
2020-03-13tools: bpftool: Allow all prog/map handles for pinning objectsGravatar Quentin Monnet 4-32/+7
2020-03-13bpftool: Add _bpftool and profiler.skel.h to .gitignoreGravatar Song Liu 1-0/+2
2020-03-13bpftool: Skeleton should depend on libbpfGravatar Song Liu 1-2/+3
2020-03-13bpftool: Only build bpftool-prog-profile if supported by clangGravatar Song Liu 2-4/+12
2020-03-12bpftool: Use linux/types.h from source tree for profiler buildGravatar Tobias Klauser 2-10/+12
2020-03-11tools/runqslower: Add BPF_F_CURRENT_CPU for running selftest on older kernelsGravatar Andrii Nakryiko 1-0/+1
2020-03-10bpftool: Fix typo in bash-completionGravatar Song Liu 1-1/+1
2020-03-10bpftool: Bash completion for "bpftool prog profile"Gravatar Song Liu 1-1/+44
2020-03-10bpftool: Documentation for bpftool prog profileGravatar Song Liu 1-0/+19
2020-03-10bpftool: Introduce "prog profile" commandGravatar Song Liu 4-1/+607
2020-03-04tools/runqslower: Drop copy/pasted BPF_F_CURRENT_CPU definitonGravatar Andrii Nakryiko 1-3/+0
2020-03-02bpftool: Add header guards to generated vmlinux.hGravatar Andrii Nakryiko 1-0/+5
2020-02-26bpftool: Update bash completion for "bpftool feature" commandGravatar Michal Rostecki 1-1/+2
2020-02-26bpftool: Update documentation of "bpftool feature" commandGravatar Michal Rostecki 1-9/+10
2020-02-26bpftool: Make probes which emit dmesg warnings optionalGravatar Michal Rostecki 1-21/+49
2020-02-26bpftool: Move out sections to separate functionsGravatar Michal Rostecki 1-93/+126
2020-02-26bpftool: Support struct_ops, tracing, ext prog typesGravatar Andrey Ignatov 4-4/+9
2020-02-07bpftool: Don't crash on missing xlated program instructionsGravatar Toke Høiland-Jørgensen 1-1/+1
2020-02-05tools/bpf/runqslower: Rebuild libbpf.a on libbpf source changeGravatar Song Liu 1-1/+1
2020-02-04bpftool: Remove redundant "HAVE" prefix from the large INSN limit checkGravatar Michal Rostecki 1-1/+1
2020-01-30runqslower: Fix MakefileGravatar Yulia Kartseva 1-1/+1
2020-01-27tools/bpf: Allow overriding llvm tools for runqslowerGravatar Andrey Ignatov 1-3/+3
2020-01-24bpftool: Print function linkage in BTF dumpGravatar Andrii Nakryiko 1-4/+23
2020-01-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextGravatar David S. Miller 23-78/+525
2020-01-20runsqslower: Support user-specified libbpf include and object pathsGravatar Toke Høiland-Jørgensen 1-5/+7
2020-01-20tools/runqslower: Remove tools/lib/bpf from include pathGravatar Toke Høiland-Jørgensen 1-1/+1
2020-01-20bpftool: Use consistent include paths for libbpfGravatar Toke Høiland-Jørgensen 17-35/+35
2020-01-20tools/runqslower: Use consistent include paths for libbpfGravatar Toke Høiland-Jørgensen 3-5/+6
2020-01-20tools/bpf/runqslower: Fix override option for VMLINUX_BTFGravatar Toke Høiland-Jørgensen 1-9/+10
2020-01-19Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netGravatar David S. Miller 1-1/+1
2020-01-15bpftool: Support dumping a map with btf_vmlinux_value_type_idGravatar Martin KaFai Lau 1-11/+50
2020-01-15bpftool: Add struct_ops map nameGravatar Martin KaFai Lau 1-0/+1
2020-01-15bpftool: Fix missing BTF output for json during map dumpGravatar Martin KaFai Lau 1-22/+20
2020-01-15bpftool: Fix a leak of btf objectGravatar Martin KaFai Lau 1-14/+2
2020-01-14selftests/bpf: Build runqslower from selftestsGravatar Andrii Nakryiko 1-1/+1
2020-01-13tools/bpf: Add runqslower tool to tools/bpfGravatar Andrii Nakryiko 6-5/+396
2020-01-13bpftool: Apply preserve_access_index attribute to all types in BTF dumpGravatar Andrii Nakryiko 1-0/+8
2020-01-11bpftool: Fix printing incorrect pointer in btf_dump_ptrGravatar Martin KaFai Lau 1-1/+1
2020-01-08bpftool: Add misc section and probe for large INSN limitGravatar Michal Rostecki 1-0/+18
2019-12-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextGravatar David S. Miller 12-233/+1707