index
:
linux.git
iio/light/color-sensors
sunxi/cedar/a33-support
sunxi/cedar/mmio-trace
sunxi/cedrus/jpeg-base
sunxi/cedrus/jpeg-nv16
sunxi/platform/irq-debounce
Linux kernel
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
bpf
/
bpftool
/
gen.c
Age
Commit message (
Expand
)
Author
2021-05-25
bpftool: Set errno on skeleton failures and propagate errors
Andrii Nakryiko
2021-05-19
bpftool: Use syscall/loader program in "prog load" and "gen skeleton" command.
Alexei Starovoitov
2021-05-11
bpftool: Stop emitting static variables in BPF skeleton
Andrii Nakryiko
2021-05-11
libbpf: Add per-file linker opts
Andrii Nakryiko
2021-05-11
bpftool: Strip const/volatile/restrict modifiers from .bss and .data vars
Andrii Nakryiko
2021-03-18
bpftool: Add `gen object` command to perform BPF static linking
Andrii Nakryiko
2021-03-18
bpftool: Add ability to specify custom skeleton object name
Andrii Nakryiko
2020-08-18
tools/bpftool: Remove libbpf_internal.h usage in bpftool
Andrii Nakryiko
2020-08-13
tools/bpftool: Generate data section struct with conservative alignment
Andrii Nakryiko
2020-08-12
tools/bpftool: Make skeleton code C++17-friendly by dropping typeof()
Andrii Nakryiko
2020-07-21
tools/bpftool: Fix error handing in do_skeleton()
YueHaibing
2020-07-13
tools/bpftool: Strip away modifiers from global variables
Andrii Nakryiko
2020-06-12
tools/bpftool: Fix skeleton codegen
Andrii Nakryiko
2020-06-11
tools, bpftool: Exit on error in function codegen
Tobias Klauser
2020-06-11
tools, bpftool: Fix memory leak in codegen error cases
Tobias Klauser
2020-06-01
tools, bpftool: Clean subcommand help messages
Quentin Monnet
2020-04-26
tools/bpf/bpftool: Remove duplicate headers
Jagadeesh Pagadala
2020-01-20
bpftool: Use consistent include paths for libbpf
Toke Høiland-Jørgensen
2019-12-27
bpftool: Make skeleton C code compilable with C++ compiler
Andrii Nakryiko
2019-12-18
libbpf: Put Kconfig externs into .kconfig section
Andrii Nakryiko
2019-12-18
bpftool: Simplify format string to not use positional args
Andrii Nakryiko
2019-12-17
bpftool, selftests/bpf: Embed object file inside skeleton
Andrii Nakryiko
2019-12-16
bpftool: Fix compilation warning on shadowed variable
Paul Chaignon
2019-12-15
bpftool: Generate externs datasec in BPF skeleton
Andrii Nakryiko
2019-12-15
bpftool: Add skeleton codegen command
Andrii Nakryiko