index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
lib
/
bpf
/
btf.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
libbpf: Don't require full struct enum64 in UAPI headers
Andrii Nakryiko
2022-09-27
1
-1
/
+24
*
libbpf: Clean up deprecated and legacy aliases
Andrii Nakryiko
2022-08-17
1
-1
/
+0
*
libbpf: remove deprecated BTF APIs
Andrii Nakryiko
2022-06-28
1
-84
/
+2
*
libbpf: Add enum64 relocation support
Yonghong Song
2022-06-07
1
-0
/
+7
*
libbpf: Add enum64 sanitization
Yonghong Song
2022-06-07
1
-1
/
+2
*
libbpf: Add enum64 support for btf_dump
Yonghong Song
2022-06-07
1
-0
/
+5
*
libbpf: Add enum64 deduplication support
Yonghong Song
2022-06-07
1
-0
/
+5
*
libbpf: Add enum64 parsing and new enum64 public API
Yonghong Song
2022-06-07
1
-0
/
+12
*
libbpf: Deprecate forgotten btf__get_map_kv_tids()
Andrii Nakryiko
2022-02-04
1
-0
/
+1
*
libbpf: Deprecate btf_ext rec_size APIs
Dave Marchevsky
2022-02-01
1
-2
/
+4
*
libbpf: hide and discourage inconsistently named getters
Andrii Nakryiko
2022-01-25
1
-4
/
+1
*
libbpf: Define BTF_KIND_* constants in btf.h to avoid compilation errors
Toke Høiland-Jørgensen
2022-01-18
1
-1
/
+21
*
libbpf: Do not use btf_dump__new() macro in C++ mode
Jiri Olsa
2021-12-23
1
-0
/
+6
*
libbpf: Fix potential misaligned memory access in btf_ext__new()
Andrii Nakryiko
2021-11-26
1
-1
/
+1
*
libbpf: Support BTF_KIND_TYPE_TAG
Yonghong Song
2021-11-11
1
-1
/
+8
*
libbpf: Ensure btf_dump__new() and btf_dump_opts are future-proof
Andrii Nakryiko
2021-11-11
1
-4
/
+47
*
libbpf: Turn btf_dedup_opts into OPTS-based struct
Andrii Nakryiko
2021-11-11
1
-4
/
+16
*
libbpf: Add btf__type_cnt() and btf__raw_data() APIs
Hengqi Chen
2021-10-22
1
-0
/
+4
*
libbpf: Deprecate btf__finalize_data() and move it into libbpf.c
Andrii Nakryiko
2021-10-21
1
-0
/
+1
*
bpf: Rename BTF_KIND_TAG to BTF_KIND_DECL_TAG
Yonghong Song
2021-10-18
1
-6
/
+6
*
libbpf: Add API that copies all BTF types from one BTF object to another
Andrii Nakryiko
2021-10-06
1
-0
/
+22
*
libbpf: Add sphinx code documentation comments
Grant Seltzer
2021-09-15
1
-0
/
+70
*
libbpf: Add support for BTF_KIND_TAG
Yonghong Song
2021-09-14
1
-0
/
+15
*
libbpf: Add LIBBPF_DEPRECATED_SINCE macro for scheduling API deprecations
Quentin Monnet
2021-09-09
1
-0
/
+2
*
libbpf: Add btf__load_vmlinux_btf/btf__load_module_btf
Hengqi Chen
2021-07-30
1
-2
/
+4
*
libbpf: Add split BTF support for btf__load_from_kernel_by_id()
Quentin Monnet
2021-07-29
1
-0
/
+1
*
libbpf: Rename btf__get_from_id() as btf__load_from_kernel_by_id()
Quentin Monnet
2021-07-29
1
-1
/
+3
*
libbpf: Rename btf__load() as btf__load_into_kernel()
Quentin Monnet
2021-07-29
1
-0
/
+1
*
libbpf: BTF dumper support for typed data
Alan Maguire
2021-07-16
1
-0
/
+19
*
libbpf: Add explicit padding to btf_dump_emit_type_decl_opts
KP Singh
2021-03-19
1
-0
/
+1
*
libbpf: Add generic BTF type shallow copy API
Andrii Nakryiko
2021-03-18
1
-0
/
+2
*
libbpf: Add BTF_KIND_FLOAT support
Ilya Leoshkevich
2021-03-04
1
-0
/
+6
*
libbpf: Add base BTF accessor
Andrii Nakryiko
2020-12-03
1
-0
/
+1
*
libbpf: Implement basic split BTF support
Andrii Nakryiko
2020-11-05
1
-0
/
+8
*
libbpf: Support BTF loading and raw data output in both endianness
Andrii Nakryiko
2020-09-29
1
-0
/
+7
*
libbpf: Add btf__str_by_offset() as a more generic variant of name_by_offset
Andrii Nakryiko
2020-09-28
1
-0
/
+1
*
libbpf: Add BTF writing APIs
Andrii Nakryiko
2020-09-28
1
-0
/
+38
*
libbpf: Add btf__new_empty() to create an empty BTF object
Andrii Nakryiko
2020-09-28
1
-0
/
+1
*
libbpf: Allow modification of BTF and add btf__add_str API
Andrii Nakryiko
2020-09-28
1
-0
/
+4
*
libbpf: Implement generalized .BTF.ext func/line info adjustment
Andrii Nakryiko
2020-09-03
1
-8
/
+10
*
libbpf: Clean up and improve CO-RE reloc logging
Andrii Nakryiko
2020-08-18
1
-38
/
+0
*
libbpf: Handle BTF pointer sizes more carefully
Andrii Nakryiko
2020-08-13
1
-0
/
+2
*
libbpf: Add btf__parse_raw() and generic btf__parse() APIs
Andrii Nakryiko
2020-08-03
1
-2
/
+3
*
tools/bpftool: Strip away modifiers from global variables
Andrii Nakryiko
2020-07-13
1
-1
/
+1
*
libbpf: Support stripping modifiers for btf_dump
Andrii Nakryiko
2020-07-13
1
-0
/
+2
*
libbpf: Fix memory leak and optimize BTF sanitization
Andrii Nakryiko
2020-07-10
1
-1
/
+1
*
libbpf: Add btf__set_fd() for more control over loaded BTF FD
Andrii Nakryiko
2020-07-09
1
-0
/
+1
*
libbpf: Add support for extracting kernel symbol addresses
Andrii Nakryiko
2020-06-22
1
-0
/
+5
*
libbpf: Expose bpf_find_kernel_btf as a LIBBPF_API
Martin KaFai Lau
2020-01-15
1
-0
/
+2
*
libbpf: Expose BTF-to-C type declaration emitting API
Andrii Nakryiko
2019-12-15
1
-0
/
+22
[next]