index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
bpf
/
bpftool
/
gen.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpftool: Update btf_dump__new() and perf_buffer__new_raw() calls
Andrii Nakryiko
2021-11-12
1
-1
/
+1
*
bpftool: Switch to new btf__type_cnt API
Hengqi Chen
2021-10-23
1
-2
/
+2
*
bpftool: Improve skeleton generation for data maps without DATASEC type
Andrii Nakryiko
2021-10-22
1
-6
/
+45
*
bpftool: Support multiple .rodata/.data internal maps in skeleton
Andrii Nakryiko
2021-10-22
1
-47
/
+60
*
bpftool: Remove unused includes to <bpf/bpf_gen_internal.h>
Quentin Monnet
2021-10-08
1
-1
/
+0
*
bpftool: Avoid using "?: " in generated code
Yucong Sun
2021-09-29
1
-1
/
+4
*
bpftool: Provide a helper method for accessing skeleton's embedded ELF data
Matt Smith
2021-09-08
1
-12
/
+19
*
tools: bpftool: Document and add bash completion for -L, -B options
Quentin Monnet
2021-07-31
1
-1
/
+2
*
tools: bpftool: Update and synchronise option list in doc and help msg
Quentin Monnet
2021-07-31
1
-1
/
+1
*
bpftool: Set errno on skeleton failures and propagate errors
Andrii Nakryiko
2021-05-26
1
-9
/
+18
*
bpftool: Use syscall/loader program in "prog load" and "gen skeleton" command.
Alexei Starovoitov
2021-05-19
1
-21
/
+365
*
bpftool: Stop emitting static variables in BPF skeleton
Andrii Nakryiko
2021-05-12
1
-0
/
+4
*
libbpf: Add per-file linker opts
Andrii Nakryiko
2021-05-12
1
-1
/
+1
*
bpftool: Strip const/volatile/restrict modifiers from .bss and .data vars
Andrii Nakryiko
2021-05-12
1
-0
/
+2
*
bpftool: Add `gen object` command to perform BPF static linking
Andrii Nakryiko
2021-03-19
1
-1
/
+44
*
bpftool: Add ability to specify custom skeleton object name
Andrii Nakryiko
2021-03-19
1
-3
/
+26
*
tools/bpftool: Remove libbpf_internal.h usage in bpftool
Andrii Nakryiko
2020-08-19
1
-2
/
+0
*
tools/bpftool: Generate data section struct with conservative alignment
Andrii Nakryiko
2020-08-14
1
-0
/
+14
*
tools/bpftool: Make skeleton code C++17-friendly by dropping typeof()
Andrii Nakryiko
2020-08-13
1
-4
/
+4
*
tools/bpftool: Fix error handing in do_skeleton()
YueHaibing
2020-07-21
1
-1
/
+4
*
tools/bpftool: Strip away modifiers from global variables
Andrii Nakryiko
2020-07-14
1
-13
/
+10
*
tools/bpftool: Fix skeleton codegen
Andrii Nakryiko
2020-06-13
1
-2
/
+0
*
tools, bpftool: Exit on error in function codegen
Tobias Klauser
2020-06-11
1
-5
/
+6
*
tools, bpftool: Fix memory leak in codegen error cases
Tobias Klauser
2020-06-11
1
-0
/
+2
*
tools, bpftool: Clean subcommand help messages
Quentin Monnet
2020-06-01
1
-3
/
+3
*
tools/bpf/bpftool: Remove duplicate headers
Jagadeesh Pagadala
2020-04-26
1
-1
/
+0
*
bpftool: Use consistent include paths for libbpf
Toke Høiland-Jørgensen
2020-01-21
1
-5
/
+5
*
bpftool: Make skeleton C code compilable with C++ compiler
Andrii Nakryiko
2019-12-27
1
-5
/
+5
*
libbpf: Put Kconfig externs into .kconfig section
Andrii Nakryiko
2019-12-19
1
-4
/
+4
*
bpftool: Simplify format string to not use positional args
Andrii Nakryiko
2019-12-19
1
-2
/
+2
*
bpftool, selftests/bpf: Embed object file inside skeleton
Andrii Nakryiko
2019-12-18
1
-89
/
+143
*
bpftool: Fix compilation warning on shadowed variable
Paul Chaignon
2019-12-16
1
-1
/
+1
*
bpftool: Generate externs datasec in BPF skeleton
Andrii Nakryiko
2019-12-16
1
-0
/
+4
*
bpftool: Add skeleton codegen command
Andrii Nakryiko
2019-12-16
1
-0
/
+551