index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
lib
/
bpf
/
btf.c
Age
Commit message (
Expand
)
Author
2024-03-04
libbpf: Correct debug message in btf__load_vmlinux_btf
Chen Shen
2024-02-01
libbpf: Add missed btf_ext__raw_data() API
Andrii Nakryiko
2024-02-01
libbpf: Add btf__new_split() API that was declared but not implemented
Andrii Nakryiko
2024-01-29
libbpf: Add some details for BTF parsing failures
Ian Rogers
2024-01-24
libbpf: Wire up BPF token support at BPF object level
Andrii Nakryiko
2023-09-08
libbpf: Add basic BTF sanity validation
Andrii Nakryiko
2023-05-26
libbpf: Ensure libbpf always opens files with O_CLOEXEC
Andrii Nakryiko
2023-03-01
libbpf: Remove several dead assignments
Viktor Malik
2023-02-16
libbpf: Use bpf_{btf,link,map,prog}_get_info_by_fd()
Ilya Leoshkevich
2023-01-03
libbpf: Return -ENODATA for missing btf section
Changbin Du
2022-12-20
libbpf: Show error info about missing ".BTF" section
Changbin Du
2022-12-15
libbpf: Fix btf__align_of() by taking into account field offsets
Andrii Nakryiko
2022-11-14
libbpf: checkpatch: Fixed code alignments in btf.c
Kang Minchul
2022-11-09
libbpf: Resolve unambigous forward declarations
Eduard Zingerman
2022-11-09
libbpf: Hashmap interface update to allow both long and void* keys/values
Eduard Zingerman
2022-11-04
libbpf: Resolve enum fwd as full enum64 and vice versa
Eduard Zingerman
2022-10-25
libbpf: Btf dedup identical struct test needs check for nested structs/arrays
Alan Maguire
2022-09-26
libbpf: Fix the case of running as non-root with capabilities
Jon Doron
2022-09-21
libbpf: Support raw BTF placed in the default search path
Tao Chen
2022-08-17
libbpf: Clean up deprecated and legacy aliases
Andrii Nakryiko
2022-06-28
libbpf: remove deprecated BTF APIs
Andrii Nakryiko
2022-06-07
libbpf: Add enum64 deduplication support
Yonghong Song
2022-06-07
libbpf: Add enum64 parsing and new enum64 public API
Yonghong Song
2022-06-07
libbpf: Refactor btf__add_enum() for future code sharing
Yonghong Song
2022-06-03
libbpf: Fix a couple of typos
Daniel Müller
2022-06-02
libbpf: Fix determine_ptr_size() guessing
Douglas Raillard
2022-04-26
libbpf: Avoid joining .BTF.ext data with BPF programs by section name
Andrii Nakryiko
2022-04-03
libbpf: Don't return -EINVAL if hdr_len < offsetofend(core_relo_len)
Yuntao Wang
2022-01-19
libbpf: Improve btf__add_btf() with an additional hashmap for strings.
Kui-Feng Lee
2021-12-10
libbpf: Fix typo in btf__dedup@LIBBPF_0.0.2 definition
Vincent Minet
2021-12-10
libbpf: Allow passing preallocated log_buf when loading BTF into kernel
Andrii Nakryiko
2021-12-02
libbpf: Replace btf__type_by_id() with btf_type_by_id().
Alexei Starovoitov
2021-11-26
libbpf: Fix potential misaligned memory access in btf_ext__new()
Andrii Nakryiko
2021-11-19
libbpf: Accommodate DWARF/compiler bug with duplicated structs
Andrii Nakryiko
2021-11-16
libbpf: Fix a couple of missed btf_type_tag handling in btf.c
Yonghong Song
2021-11-11
libbpf: Support BTF_KIND_TYPE_TAG
Yonghong Song
2021-11-11
libbpf: Turn btf_dedup_opts into OPTS-based struct
Andrii Nakryiko
2021-10-28
libbpf: Use O_CLOEXEC uniformly when opening fds
Kumar Kartikeya Dwivedi
2021-10-25
libbpf: Use __BYTE_ORDER__
Ilya Leoshkevich
2021-10-22
libbpf: Fix BTF header parsing checks
Andrii Nakryiko
2021-10-22
libbpf: Fix overflow in BTF sanity checks
Andrii Nakryiko
2021-10-22
libbpf: Add btf__type_cnt() and btf__raw_data() APIs
Hengqi Chen
2021-10-22
libbpf: Fix memory leak in btf__dedup()
Mauricio Vásquez
2021-10-21
libbpf: Deprecate btf__finalize_data() and move it into libbpf.c
Andrii Nakryiko
2021-10-18
bpf: Rename BTF_KIND_TAG to BTF_KIND_DECL_TAG
Yonghong Song
2021-10-06
libbpf: Add API that copies all BTF types from one BTF object to another
Andrii Nakryiko
2021-10-05
libbpf: Support kernel module function calls
Kumar Kartikeya Dwivedi
2021-09-14
libbpf: Add support for BTF_KIND_TAG
Yonghong Song
2021-09-14
libbpf: Rename btf_{hash,equal}_int to btf_{hash,equal}_int_tag
Yonghong Song
2021-08-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
[next]