summaryrefslogtreecommitdiffstats
path: root/tools/bpf
AgeCommit message (Expand)AuthorLines
2020-03-13tools/bpf: Move linux/types.h for selftests and bpftoolTobias Klauser-1/+0
2020-03-13tools: bpftool: Restore message on failure to guess program typeQuentin Monnet-11/+35
2020-03-13tools: bpftool: Fix minor bash completion mistakesQuentin Monnet-8/+21
2020-03-13tools: bpftool: Allow all prog/map handles for pinning objectsQuentin Monnet-32/+7
2020-03-13bpftool: Add _bpftool and profiler.skel.h to .gitignoreSong Liu-0/+2
2020-03-13bpftool: Skeleton should depend on libbpfSong Liu-2/+3
2020-03-13bpftool: Only build bpftool-prog-profile if supported by clangSong Liu-4/+12
2020-03-12bpftool: Use linux/types.h from source tree for profiler buildTobias Klauser-10/+12
2020-03-11tools/runqslower: Add BPF_F_CURRENT_CPU for running selftest on older kernelsAndrii Nakryiko-0/+1
2020-03-10bpftool: Fix typo in bash-completionSong Liu-1/+1
2020-03-10bpftool: Bash completion for "bpftool prog profile"Song Liu-1/+44
2020-03-10bpftool: Documentation for bpftool prog profileSong Liu-0/+19
2020-03-10bpftool: Introduce "prog profile" commandSong Liu-1/+607
2020-03-04tools/runqslower: Drop copy/pasted BPF_F_CURRENT_CPU definitonAndrii Nakryiko-3/+0
2020-03-02bpftool: Add header guards to generated vmlinux.hAndrii Nakryiko-0/+5
2020-02-26bpftool: Update bash completion for "bpftool feature" commandMichal Rostecki-1/+2
2020-02-26bpftool: Update documentation of "bpftool feature" commandMichal Rostecki-9/+10
2020-02-26bpftool: Make probes which emit dmesg warnings optionalMichal Rostecki-21/+49
2020-02-26bpftool: Move out sections to separate functionsMichal Rostecki-93/+126
2020-02-26bpftool: Support struct_ops, tracing, ext prog typesAndrey Ignatov-4/+9
2020-02-07bpftool: Don't crash on missing xlated program instructionsToke Høiland-Jørgensen-1/+1
2020-02-05tools/bpf/runqslower: Rebuild libbpf.a on libbpf source changeSong Liu-1/+1
2020-02-04bpftool: Remove redundant "HAVE" prefix from the large INSN limit checkMichal Rostecki-1/+1
2020-01-30runqslower: Fix MakefileYulia Kartseva-1/+1
2020-01-27tools/bpf: Allow overriding llvm tools for runqslowerAndrey Ignatov-3/+3
2020-01-24bpftool: Print function linkage in BTF dumpAndrii Nakryiko-4/+23
2020-01-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller-78/+525
2020-01-20runsqslower: Support user-specified libbpf include and object pathsToke Høiland-Jørgensen-5/+7
2020-01-20tools/runqslower: Remove tools/lib/bpf from include pathToke Høiland-Jørgensen-1/+1
2020-01-20bpftool: Use consistent include paths for libbpfToke Høiland-Jørgensen-35/+35
2020-01-20tools/runqslower: Use consistent include paths for libbpfToke Høiland-Jørgensen-5/+6
2020-01-20tools/bpf/runqslower: Fix override option for VMLINUX_BTFToke Høiland-Jørgensen-9/+10
2020-01-19Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-1/+1
2020-01-15bpftool: Support dumping a map with btf_vmlinux_value_type_idMartin KaFai Lau-11/+50
2020-01-15bpftool: Add struct_ops map nameMartin KaFai Lau-0/+1
2020-01-15bpftool: Fix missing BTF output for json during map dumpMartin KaFai Lau-22/+20
2020-01-15bpftool: Fix a leak of btf objectMartin KaFai Lau-14/+2
2020-01-14selftests/bpf: Build runqslower from selftestsAndrii Nakryiko-1/+1
2020-01-13tools/bpf: Add runqslower tool to tools/bpfAndrii Nakryiko-5/+396
2020-01-13bpftool: Apply preserve_access_index attribute to all types in BTF dumpAndrii Nakryiko-0/+8
2020-01-11bpftool: Fix printing incorrect pointer in btf_dump_ptrMartin KaFai Lau-1/+1
2020-01-08bpftool: Add misc section and probe for large INSN limitMichal Rostecki-0/+18
2019-12-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller-233/+1707
2019-12-27bpftool: Make skeleton C code compilable with C++ compilerAndrii Nakryiko-5/+5
2019-12-26bpf: Print error message for bpftool cgroup showHechao Li-17/+39
2019-12-18libbpf: Put Kconfig externs into .kconfig sectionAndrii Nakryiko-4/+4
2019-12-18bpftool: Work-around rst2man conversion bugAndrii Nakryiko-7/+8
2019-12-18bpftool: Simplify format string to not use positional argsAndrii Nakryiko-2/+2
2019-12-17bpftool: Add gen subcommand manpageAndrii Nakryiko-1/+306
2019-12-17bpftool, selftests/bpf: Embed object file inside skeletonAndrii Nakryiko-89/+143