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