summaryrefslogtreecommitdiffstats
path: root/tools/bpf/bpftool/gen.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* tools/bpftool: Fix skeleton codegenAndrii Nakryiko2020-06-131-2/+0
* tools, bpftool: Exit on error in function codegenTobias Klauser2020-06-111-5/+6
* tools, bpftool: Fix memory leak in codegen error casesTobias Klauser2020-06-111-0/+2
* tools, bpftool: Clean subcommand help messagesQuentin Monnet2020-06-011-3/+3
* tools/bpf/bpftool: Remove duplicate headersJagadeesh Pagadala2020-04-261-1/+0
* bpftool: Use consistent include paths for libbpfToke Høiland-Jørgensen2020-01-211-5/+5
* bpftool: Make skeleton C code compilable with C++ compilerAndrii Nakryiko2019-12-271-5/+5
* libbpf: Put Kconfig externs into .kconfig sectionAndrii Nakryiko2019-12-191-4/+4
* bpftool: Simplify format string to not use positional argsAndrii Nakryiko2019-12-191-2/+2
* bpftool, selftests/bpf: Embed object file inside skeletonAndrii Nakryiko2019-12-181-89/+143
* bpftool: Fix compilation warning on shadowed variablePaul Chaignon2019-12-161-1/+1
* bpftool: Generate externs datasec in BPF skeletonAndrii Nakryiko2019-12-161-0/+4
* bpftool: Add skeleton codegen commandAndrii Nakryiko2019-12-161-0/+551