index
:
linux
master
Torvalds' mirror for benchmark reasons
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
lib
/
bpf
/
btf_dump.c
Age
Commit message (
Expand
)
Author
2022-07-21
libbpf: Fix sign expansion bug in btf_dump_get_enum_value()
Dan Carpenter
2022-06-28
libbpf: remove deprecated BTF APIs
Andrii Nakryiko
2022-06-07
libbpf: Add enum64 support for btf_dump
Yonghong Song
2022-03-01
libbpf: Skip forward declaration when counting duplicated type names
Xu Kuohai
2022-02-09
libbpf: Fix compilation warning due to mismatched printf format
Andrii Nakryiko
2022-02-08
libbpf: Fix signedness bug in btf_dump_array_data()
Dan Carpenter
2021-12-14
libbpf: Add sane strncpy alternative and use it internally
Andrii Nakryiko
2021-11-29
libbpf: Silence uninitialized warning/error in btf_dump_dump_type_data
Alan Maguire
2021-11-11
libbpf: Support BTF_KIND_TYPE_TAG
Yonghong Song
2021-11-11
libbpf: Ensure btf_dump__new() and btf_dump_opts are future-proof
Andrii Nakryiko
2021-10-25
libbpf: Use __BYTE_ORDER__
Ilya Leoshkevich
2021-10-22
libbpf: Add btf__type_cnt() and btf__raw_data() APIs
Hengqi Chen
2021-10-22
libbpf: Fix the use of aligned attribute
Andrii Nakryiko
2021-10-21
libbpf: Fix ptr_is_aligned() usages
Ilya Leoshkevich
2021-10-20
libbpf: Fix dumping non-aligned __int128
Ilya Leoshkevich
2021-10-20
libbpf: Fix dumping big-endian bitfields
Ilya Leoshkevich
2021-10-18
bpf: Rename BTF_KIND_TAG to BTF_KIND_DECL_TAG
Yonghong Song
2021-09-14
libbpf: Add support for BTF_KIND_TAG
Yonghong Song
2021-07-20
libbpf: Propagate errors when retrieving enum value for typed data display
Alan Maguire
2021-07-20
libbpf: Avoid use of __int128 in typed dump display
Alan Maguire
2021-07-16
libbpf: Btf typed dump does not need to allocate dump data
Alan Maguire
2021-07-16
libbpf: Fix compilation errors on ppc64le for btf dump typed data
Alan Maguire
2021-07-16
libbpf: Clarify/fix unaligned data issues for btf typed dump
Alan Maguire
2021-07-16
libbpf: BTF dumper support for typed data
Alan Maguire
2021-05-25
libbpf: Streamline error reporting for high-level APIs
Andrii Nakryiko
2021-03-25
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2021-03-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2021-03-19
libbpf: Fix BTF dump of pointer-to-array-of-struct
Jean-Philippe Brucker
2021-03-18
libbpf: Rename internal memory-management helpers
Andrii Nakryiko
2021-03-04
libbpf: Add BTF_KIND_FLOAT support
Ilya Leoshkevich
2020-09-30
libbpf: Make btf_dump work with modifiable BTF
Andrii Nakryiko
2020-09-28
libbpf: Extract generic string hashing function for reuse
Andrii Nakryiko
2020-09-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2020-08-18
libbpf: Centralize poisoning and poison reallocarray()
Andrii Nakryiko
2020-08-18
libbpf: Remove any use of reallocarray() in libbpf
Andrii Nakryiko
2020-08-18
libbpf: Fix build on ppc64le architecture
Andrii Nakryiko
2020-08-13
libbpf: Handle BTF pointer sizes more carefully
Andrii Nakryiko
2020-08-12
libbpf: Handle GCC built-in types for Arm NEON
Jean-Philippe Brucker
2020-07-31
libbpf: Make destructors more robust by handling ERR_PTR(err) cases
Andrii Nakryiko
2020-07-13
libbpf: Support stripping modifiers for btf_dump
Andrii Nakryiko
2020-06-10
libbpf: Handle GCC noreturn-turned-volatile quirk
Andrii Nakryiko
2020-04-28
libbpf: Remove unneeded semicolon in btf_dump_emit_type
Zou Wei
2020-03-04
libbpf: Assume unsigned values for BTF_KIND_ENUM
Andrii Nakryiko
2020-03-03
libbpf: Fix handling of optional field_name in btf_dump__emit_type_decl
Andrii Nakryiko
2020-01-17
libbpf: Fix error handling bug in btf_dump__new
Andrii Nakryiko
2020-01-10
libbpf: Poison kernel-only integer types
Andrii Nakryiko
2019-12-15
libbpf: Expose BTF-to-C type declaration emitting API
Andrii Nakryiko
2019-12-15
libbpf: Expose btf__align_of() API
Andrii Nakryiko
2019-10-21
tools, bpf: Rename pr_warning to pr_warn to align with kernel logging
Kefeng Wang
2019-10-11
libbpf: Handle invalid typedef emitted by old GCC
Andrii Nakryiko
[next]