index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
lib
/
bpf
/
btf.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
libbpf: Fix the case of running as non-root with capabilities
Jon Doron
2022-09-27
1
-1
/
+1
*
libbpf: Support raw BTF placed in the default search path
Tao Chen
2022-09-22
1
-18
/
+12
*
libbpf: Clean up deprecated and legacy aliases
Andrii Nakryiko
2022-08-17
1
-2
/
+0
*
libbpf: remove deprecated BTF APIs
Andrii Nakryiko
2022-06-28
1
-182
/
+1
*
libbpf: Add enum64 deduplication support
Yonghong Song
2022-06-07
1
-2
/
+60
*
libbpf: Add enum64 parsing and new enum64 public API
Yonghong Song
2022-06-07
1
-0
/
+103
*
libbpf: Refactor btf__add_enum() for future code sharing
Yonghong Song
2022-06-07
1
-15
/
+21
*
libbpf: Fix a couple of typos
Daniel Müller
2022-06-03
1
-1
/
+1
*
libbpf: Fix determine_ptr_size() guessing
Douglas Raillard
2022-06-03
1
-6
/
+20
*
libbpf: Avoid joining .BTF.ext data with BPF programs by section name
Andrii Nakryiko
2022-04-27
1
-2
/
+7
*
libbpf: Don't return -EINVAL if hdr_len < offsetofend(core_relo_len)
Yuntao Wang
2022-04-04
1
-4
/
+2
*
libbpf: Improve btf__add_btf() with an additional hashmap for strings.
Kui-Feng Lee
2022-01-19
1
-1
/
+30
*
libbpf: Fix typo in btf__dedup@LIBBPF_0.0.2 definition
Vincent Minet
2021-12-11
1
-1
/
+1
*
libbpf: Allow passing preallocated log_buf when loading BTF into kernel
Andrii Nakryiko
2021-12-11
1
-23
/
+55
*
libbpf: Replace btf__type_by_id() with btf_type_by_id().
Alexei Starovoitov
2021-12-02
1
-1
/
+1
*
libbpf: Fix potential misaligned memory access in btf_ext__new()
Andrii Nakryiko
2021-11-26
1
-5
/
+5
*
libbpf: Accommodate DWARF/compiler bug with duplicated structs
Andrii Nakryiko
2021-11-19
1
-4
/
+41
*
libbpf: Fix a couple of missed btf_type_tag handling in btf.c
Yonghong Song
2021-11-16
1
-0
/
+2
*
libbpf: Support BTF_KIND_TYPE_TAG
Yonghong Song
2021-11-12
1
-0
/
+23
*
libbpf: Turn btf_dedup_opts into OPTS-based struct
Andrii Nakryiko
2021-11-12
1
-19
/
+27
*
libbpf: Use O_CLOEXEC uniformly when opening fds
Kumar Kartikeya Dwivedi
2021-10-29
1
-1
/
+1
*
libbpf: Use __BYTE_ORDER__
Ilya Leoshkevich
2021-10-26
1
-2
/
+2
*
libbpf: Fix BTF header parsing checks
Andrii Nakryiko
2021-10-23
1
-3
/
+9
*
libbpf: Fix overflow in BTF sanity checks
Andrii Nakryiko
2021-10-23
1
-2
/
+2
*
libbpf: Add btf__type_cnt() and btf__raw_data() APIs
Hengqi Chen
2021-10-23
1
-14
/
+22
*
libbpf: Fix memory leak in btf__dedup()
Mauricio Vásquez
2021-10-23
1
-2
/
+4
*
libbpf: Deprecate btf__finalize_data() and move it into libbpf.c
Andrii Nakryiko
2021-10-22
1
-93
/
+0
*
bpf: Rename BTF_KIND_TAG to BTF_KIND_DECL_TAG
Yonghong Song
2021-10-19
1
-18
/
+18
*
libbpf: Add API that copies all BTF types from one BTF object to another
Andrii Nakryiko
2021-10-06
1
-2
/
+112
*
libbpf: Support kernel module function calls
Kumar Kartikeya Dwivedi
2021-10-06
1
-3
/
+15
*
libbpf: Add support for BTF_KIND_TAG
Yonghong Song
2021-09-15
1
-0
/
+68
*
libbpf: Rename btf_{hash,equal}_int to btf_{hash,equal}_int_tag
Yonghong Song
2021-09-15
1
-8
/
+8
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-08-13
1
-2
/
+1
|
\
|
*
libbpf: Do not close un-owned FD 0 on errors
Daniel Xu
2021-08-07
1
-2
/
+1
*
|
libbpf: Add btf__load_vmlinux_btf/btf__load_module_btf
Hengqi Chen
2021-07-30
1
-2
/
+12
*
|
libbpf: Add split BTF support for btf__load_from_kernel_by_id()
Quentin Monnet
2021-07-30
1
-2
/
+7
*
|
libbpf: Rename btf__get_from_id() as btf__load_from_kernel_by_id()
Quentin Monnet
2021-07-30
1
-8
/
+17
*
|
libbpf: Rename btf__load() as btf__load_into_kernel()
Quentin Monnet
2021-07-30
1
-1
/
+2
|
/
*
libbpf: Streamline error reporting for high-level APIs
Andrii Nakryiko
2021-05-26
1
-150
/
+152
*
libbpf: Mark BPF subprogs with hidden visibility as static for BPF verifier
Andrii Nakryiko
2021-04-23
1
-5
/
+0
*
libbpf: Add generic BTF type shallow copy API
Andrii Nakryiko
2021-03-19
1
-0
/
+48
*
libbpf: Extract internal set-of-strings datastructure APIs
Andrii Nakryiko
2021-03-19
1
-194
/
+61
*
libbpf: Rename internal memory-management helpers
Andrii Nakryiko
2021-03-19
1
-12
/
+12
*
libbpf: Generalize BTF and BTF.ext type ID and strings iteration
Andrii Nakryiko
2021-03-19
1
-172
/
+221
*
libbpf: Expose btf_type_by_id() internally
Andrii Nakryiko
2021-03-19
1
-1
/
+1
*
libbpf: Add BTF_KIND_FLOAT support
Ilya Leoshkevich
2021-03-05
1
-0
/
+49
*
libbpf: Fix whitespace in btf_add_composite() comment
Ilya Leoshkevich
2021-03-05
1
-1
/
+1
*
libbpf: Use string table index from index table if needed
Jiri Olsa
2021-01-22
1
-2
/
+10
*
libbpf: Allow loading empty BTFs
Andrii Nakryiko
2021-01-12
1
-5
/
+0
*
libbpf: Add internal helper to load BTF data by FD
Andrii Nakryiko
2020-12-04
1
-26
/
+35
[next]