summaryrefslogtreecommitdiff
path: root/tools/bpf/bpftool/gen.c
AgeCommit message (Expand)AuthorFilesLines
2020-07-21tools/bpftool: Fix error handing in do_skeleton()YueHaibing1-1/+4
2020-07-14tools/bpftool: Strip away modifiers from global variablesAndrii Nakryiko1-13/+10
2020-06-13tools/bpftool: Fix skeleton codegenAndrii Nakryiko1-2/+0
2020-06-12tools, bpftool: Exit on error in function codegenTobias Klauser1-5/+6
2020-06-11tools, bpftool: Fix memory leak in codegen error casesTobias Klauser1-0/+2
2020-06-02tools, bpftool: Clean subcommand help messagesQuentin Monnet1-3/+3
2020-04-26tools/bpf/bpftool: Remove duplicate headersJagadeesh Pagadala1-1/+0
2020-01-21bpftool: Use consistent include paths for libbpfToke Høiland-Jørgensen1-5/+5
2019-12-27bpftool: Make skeleton C code compilable with C++ compilerAndrii Nakryiko1-5/+5
2019-12-19libbpf: Put Kconfig externs into .kconfig sectionAndrii Nakryiko1-4/+4
2019-12-19bpftool: Simplify format string to not use positional argsAndrii Nakryiko1-2/+2
2019-12-18bpftool, selftests/bpf: Embed object file inside skeletonAndrii Nakryiko1-89/+143
2019-12-16bpftool: Fix compilation warning on shadowed variablePaul Chaignon1-1/+1
2019-12-16bpftool: Generate externs datasec in BPF skeletonAndrii Nakryiko1-0/+4
2019-12-16bpftool: Add skeleton codegen commandAndrii Nakryiko1-0/+551