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
/
btf.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-10-28
libbpf: Use O_CLOEXEC uniformly when opening fds
Kumar Kartikeya Dwivedi
1
-1
/
+1
2021-10-25
libbpf: Use __BYTE_ORDER__
Ilya Leoshkevich
1
-2
/
+2
2021-10-22
libbpf: Fix BTF header parsing checks
Andrii Nakryiko
1
-3
/
+9
2021-10-22
libbpf: Fix overflow in BTF sanity checks
Andrii Nakryiko
1
-2
/
+2
2021-10-22
libbpf: Add btf__type_cnt() and btf__raw_data() APIs
Hengqi Chen
1
-14
/
+22
2021-10-22
libbpf: Fix memory leak in btf__dedup()
Mauricio Vásquez
1
-2
/
+4
2021-10-21
libbpf: Deprecate btf__finalize_data() and move it into libbpf.c
Andrii Nakryiko
1
-93
/
+0
2021-10-18
bpf: Rename BTF_KIND_TAG to BTF_KIND_DECL_TAG
Yonghong Song
1
-18
/
+18
2021-10-06
libbpf: Add API that copies all BTF types from one BTF object to another
Andrii Nakryiko
1
-2
/
+112
2021-10-05
libbpf: Support kernel module function calls
Kumar Kartikeya Dwivedi
1
-3
/
+15
2021-09-14
libbpf: Add support for BTF_KIND_TAG
Yonghong Song
1
-0
/
+68
2021-09-14
libbpf: Rename btf_{hash,equal}_int to btf_{hash,equal}_int_tag
Yonghong Song
1
-8
/
+8
2021-08-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-2
/
+1
2021-08-07
libbpf: Do not close un-owned FD 0 on errors
Daniel Xu
1
-2
/
+1
2021-07-30
libbpf: Add btf__load_vmlinux_btf/btf__load_module_btf
Hengqi Chen
1
-2
/
+12
2021-07-29
libbpf: Add split BTF support for btf__load_from_kernel_by_id()
Quentin Monnet
1
-2
/
+7
2021-07-29
libbpf: Rename btf__get_from_id() as btf__load_from_kernel_by_id()
Quentin Monnet
1
-8
/
+17
2021-07-29
libbpf: Rename btf__load() as btf__load_into_kernel()
Quentin Monnet
1
-1
/
+2
2021-05-25
libbpf: Streamline error reporting for high-level APIs
Andrii Nakryiko
1
-150
/
+152
2021-04-23
libbpf: Mark BPF subprogs with hidden visibility as static for BPF verifier
Andrii Nakryiko
1
-5
/
+0
2021-03-18
libbpf: Add generic BTF type shallow copy API
Andrii Nakryiko
1
-0
/
+48
2021-03-18
libbpf: Extract internal set-of-strings datastructure APIs
Andrii Nakryiko
1
-194
/
+61
2021-03-18
libbpf: Rename internal memory-management helpers
Andrii Nakryiko
1
-12
/
+12
2021-03-18
libbpf: Generalize BTF and BTF.ext type ID and strings iteration
Andrii Nakryiko
1
-172
/
+221
2021-03-18
libbpf: Expose btf_type_by_id() internally
Andrii Nakryiko
1
-1
/
+1
2021-03-04
libbpf: Add BTF_KIND_FLOAT support
Ilya Leoshkevich
1
-0
/
+49
2021-03-04
libbpf: Fix whitespace in btf_add_composite() comment
Ilya Leoshkevich
1
-1
/
+1
2021-01-21
libbpf: Use string table index from index table if needed
Jiri Olsa
1
-2
/
+10
2021-01-12
libbpf: Allow loading empty BTFs
Andrii Nakryiko
1
-5
/
+0
2020-12-03
libbpf: Add internal helper to load BTF data by FD
Andrii Nakryiko
1
-26
/
+35
2020-12-03
libbpf: Add base BTF accessor
Andrii Nakryiko
1
-0
/
+5
2020-11-16
libbpf: bpf__find_by_name[_kind] should use btf__get_nr_types()
Alan Maguire
1
-4
/
+4
2020-11-05
libbpf: Accomodate DWARF/compiler bug with duplicated identical arrays
Andrii Nakryiko
1
-2
/
+25
2020-11-05
libbpf: Support BTF dedup of split BTFs
Andrii Nakryiko
1
-53
/
+168
2020-11-05
libbpf: Fix BTF data layout checks and allow empty BTF
Andrii Nakryiko
1
-10
/
+6
2020-11-05
libbpf: Implement basic split BTF support
Andrii Nakryiko
1
-45
/
+152
2020-11-05
libbpf: Unify and speed up BTF string deduplication
Andrii Nakryiko
1
-165
/
+98
2020-11-05
libbpf: Factor out common operations in BTF writing APIs
Andrii Nakryiko
1
-80
/
+43
2020-09-30
libbpf: Make btf_dump work with modifiable BTF
Andrii Nakryiko
1
-0
/
+17
2020-09-29
libbpf: Fix uninitialized variable in btf_parse_type_sec
Andrii Nakryiko
1
-1
/
+1
2020-09-29
libbpf: Support BTF loading and raw data output in both endianness
Andrii Nakryiko
1
-64
/
+246
2020-09-28
selftests/bpf: Test BTF writing APIs
Andrii Nakryiko
1
-4
/
+4
2020-09-28
libbpf: Add btf__str_by_offset() as a more generic variant of name_by_offset
Andrii Nakryiko
1
-1
/
+6
2020-09-28
libbpf: Add BTF writing APIs
Andrii Nakryiko
1
-0
/
+781
2020-09-28
libbpf: Add btf__new_empty() to create an empty BTF object
Andrii Nakryiko
1
-0
/
+30
2020-09-28
libbpf: Allow modification of BTF and add btf__add_str API
Andrii Nakryiko
1
-8
/
+252
2020-09-28
libbpf: Generalize common logic for managing dynamically-sized arrays
Andrii Nakryiko
1
-21
/
+56
2020-09-28
libbpf: Remove assumption of single contiguous memory for BTF data
Andrii Nakryiko
1
-41
/
+58
2020-09-28
libbpf: Refactor internals of BTF type index
Andrii Nakryiko
1
-64
/
+75
2020-08-18
libbpf: Centralize poisoning and poison reallocarray()
Andrii Nakryiko
1
-3
/
+0
[prev]
[next]