index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
lib
/
bpf
/
elf.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-08-15
libbpf: Workaround -Wmaybe-uninitialized false positive
Sam James
1
-0
/
+3
2024-01-24
libbpf: Move feature detection code into its own file
Andrii Nakryiko
1
-2
/
+0
2023-12-19
Revert BPF token-related functionality
Andrii Nakryiko
1
-0
/
+2
2023-12-13
libbpf: move feature detection code into its own file
Andrii Nakryiko
1
-2
/
+0
2023-11-28
libbpf: Add st_type argument to elf_resolve_syms_offsets function
Jiri Olsa
1
-2
/
+3
2023-10-17
libbpf: Don't assume SHT_GNU_verdef presence for SHT_GNU_versym section
Andrii Nakryiko
1
-6
/
+10
2023-09-22
libbpf: Support symbol versioning for uprobe
Hengqi Chen
1
-11
/
+123
2023-09-22
libbpf: Resolve symbol conflicts at the same offset for uprobe
Hengqi Chen
1
-1
/
+4
2023-08-21
libbpf: Add elf_resolve_pattern_offsets function
Jiri Olsa
1
-0
/
+61
2023-08-21
libbpf: Add elf_resolve_syms_offsets function
Jiri Olsa
1
-0
/
+110
2023-08-21
libbpf: Add elf symbol iterator
Jiri Olsa
1
-64
/
+115
2023-08-21
libbpf: Add elf_open/elf_close functions
Jiri Olsa
1
-20
/
+41
2023-08-21
libbpf: Move elf_find_func_offset* functions to elf object
Jiri Olsa
1
-0
/
+197