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
*
libbpf, selftests/bpf: Adjust libbpf, bpftool, selftests to match LLVM
Alexei Starovoitov
2024-03-15
1
-1
/
+1
*
libbpf: Recognize __arena global variables.
Andrii Nakryiko
2024-03-11
1
-0
/
+13
*
bpftool: rename is_internal_mmapable_map into is_mmapable_map
Andrii Nakryiko
2024-03-07
1
-9
/
+9
*
bpftool: Generated shadow variables for struct_ops maps.
Kui-Feng Lee
2024-02-29
1
-1
/
+236
*
bpftool: Be more portable by using POSIX's basename()
Arnaldo Carvalho de Melo
2024-01-29
1
-3
/
+6
*
bpftool: Align bpf_load_and_run_opts insns and data
Ian Rogers
2023-10-09
1
-20
/
+23
*
bpftool: Align output skeleton ELF code
Ian Rogers
2023-10-09
1
-6
/
+9
*
bpftool: Fix -Wcast-qual warning
Denys Zagorui
2023-09-09
1
-1
/
+1
*
bpftool: clean-up usage of libbpf_get_error()
Sahid Orentino Ferdjaoui
2022-11-21
1
-6
/
+4
*
libbpf: Hashmap interface update to allow both long and void* keys/values
Eduard Zingerman
2022-11-10
1
-12
/
+7
*
bpftool: Fix error message of strerror
Tianyi Liu
2022-10-01
1
-2
/
+2
*
bpftool: Don't try to return value from void function in skeleton
Jörn-Thorben Hinz
2022-07-29
1
-1
/
+1
*
bpftool: Add support for KIND_RESTRICT to gen min_core_btf command
Daniel Müller
2022-07-08
1
-0
/
+1
*
bpftool: Honor BPF_CORE_TYPE_MATCHES relocation
Daniel Müller
2022-07-06
1
-0
/
+108
*
bpftool: Add btf enum64 support
Yonghong Song
2022-06-07
1
-0
/
+1
*
bpftool: Check for NULL ptr of btf in codegen_asserts
Michael Mullin
2022-06-03
1
-0
/
+3
*
bpftool: bpf_link_get_from_fd support for LSM programs in lskel
KP Singh
2022-05-10
1
-0
/
+1
*
bpftool: Declare generator name
Jason Wang
2022-05-10
1
-2
/
+2
*
bpftool: Explicit errno handling in skeletons
Delyan Kratunov
2022-03-30
1
-7
/
+15
*
bpftool: Fix generated code in codegen_asserts
Jiri Olsa
2022-03-29
1
-1
/
+1
*
bpftool: Fix a bug in subskeleton code generation
Yonghong Song
2022-03-21
1
-1
/
+0
*
bpftool: Add support for subskeletons
Delyan Kratunov
2022-03-18
1
-84
/
+504
*
bpftool: Bpf skeletons assert type sizes
Delyan Kratunov
2022-02-24
1
-22
/
+105
*
bpftool: Fix C++ additions to skeleton
Andrii Nakryiko
2022-02-17
1
-7
/
+7
*
bpftool: Implement btfgen_get_btf()
Mauricio Vásquez
2022-02-16
1
-1
/
+99
*
bpftool: Implement "gen min_core_btf" logic
Mauricio Vásquez
2022-02-16
1
-2
/
+453
*
bpftool: Add gen min_core_btf command
Mauricio Vásquez
2022-02-16
1
-3
/
+39
*
bpftool: Add C++-specific open/load/etc skeleton wrappers
Andrii Nakryiko
2022-02-15
1
-2
/
+22
*
bpftool: Generalize light skeleton generation.
Alexei Starovoitov
2022-02-10
1
-19
/
+20
*
libbpf: Open code raw_tp_open and link_create commands.
Alexei Starovoitov
2022-02-01
1
-3
/
+3
*
libbpf: Add support for bpf iter in light skeleton.
Alexei Starovoitov
2022-02-01
1
-1
/
+4
*
bpftool: use preferred setters/getters instead of deprecated ones
Andrii Nakryiko
2022-01-26
1
-1
/
+1
*
bpftool: Stop using bpf_map__def() API
Christy Lee
2022-01-13
1
-6
/
+6
*
bpftool: Only set obj->skeleton on complete success
Wei Fu
2022-01-13
1
-1
/
+1
*
bpftool: Switch bpf_object__load_xattr() to bpf_object__load()
Andrii Nakryiko
2021-12-11
1
-7
/
+4
*
bpftool: Use libbpf_get_error() to check error
Hengqi Chen
2021-11-15
1
-4
/
+6
*
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
[next]