index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
lib
/
bpf
/
btf_dump.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-03-01
libbpf: Skip forward declaration when counting duplicated type names
Xu Kuohai
1
-0
/
+5
2022-02-09
libbpf: Fix compilation warning due to mismatched printf format
Andrii Nakryiko
1
-1
/
+2
2022-02-09
libbpf: Fix signedness bug in btf_dump_array_data()
Dan Carpenter
1
-2
/
+3
2021-12-14
libbpf: Add sane strncpy alternative and use it internally
Andrii Nakryiko
1
-2
/
+2
2021-11-29
libbpf: Silence uninitialized warning/error in btf_dump_dump_type_data
Alan Maguire
1
-1
/
+1
2021-11-12
libbpf: Support BTF_KIND_TYPE_TAG
Yonghong Song
1
-0
/
+9
2021-11-12
libbpf: Ensure btf_dump__new() and btf_dump_opts are future-proof
Andrii Nakryiko
1
-9
/
+22
2021-10-26
libbpf: Use __BYTE_ORDER__
Ilya Leoshkevich
1
-4
/
+4
2021-10-23
libbpf: Add btf__type_cnt() and btf__raw_data() APIs
Hengqi Chen
1
-4
/
+4
2021-10-23
libbpf: Fix the use of aligned attribute
Andrii Nakryiko
1
-1
/
+1
2021-10-22
libbpf: Fix ptr_is_aligned() usages
Ilya Leoshkevich
1
-8
/
+12
2021-10-20
libbpf: Fix dumping non-aligned __int128
Ilya Leoshkevich
1
-3
/
+6
2021-10-20
libbpf: Fix dumping big-endian bitfields
Ilya Leoshkevich
1
-8
/
+7
2021-10-19
bpf: Rename BTF_KIND_TAG to BTF_KIND_DECL_TAG
Yonghong Song
1
-3
/
+3
2021-09-15
libbpf: Add support for BTF_KIND_TAG
Yonghong Song
1
-0
/
+3
2021-07-20
libbpf: Propagate errors when retrieving enum value for typed data display
Alan Maguire
1
-2
/
+3
2021-07-20
libbpf: Avoid use of __int128 in typed dump display
Alan Maguire
1
-33
/
+65
2021-07-17
libbpf: Btf typed dump does not need to allocate dump data
Alan Maguire
1
-5
/
+4
2021-07-17
libbpf: Fix compilation errors on ppc64le for btf dump typed data
Alan Maguire
1
-2
/
+2
2021-07-17
libbpf: Clarify/fix unaligned data issues for btf typed dump
Alan Maguire
1
-4
/
+24
2021-07-16
libbpf: BTF dumper support for typed data
Alan Maguire
1
-5
/
+814
2021-05-26
libbpf: Streamline error reporting for high-level APIs
Andrii Nakryiko
1
-7
/
+7
2021-03-26
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-4
/
+4
2021-03-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-1
/
+1
2021-03-20
libbpf: Fix BTF dump of pointer-to-array-of-struct
Jean-Philippe Brucker
1
-1
/
+1
2021-03-19
libbpf: Rename internal memory-management helpers
Andrii Nakryiko
1
-4
/
+4
2021-03-05
libbpf: Add BTF_KIND_FLOAT support
Ilya Leoshkevich
1
-0
/
+4
2020-09-30
libbpf: Make btf_dump work with modifiable BTF
Andrii Nakryiko
1
-22
/
+47
2020-09-29
libbpf: Extract generic string hashing function for reuse
Andrii Nakryiko
1
-8
/
+1
2020-09-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-7
/
+2
2020-08-19
libbpf: Centralize poisoning and poison reallocarray()
Andrii Nakryiko
1
-3
/
+0
2020-08-19
libbpf: Remove any use of reallocarray() in libbpf
Andrii Nakryiko
1
-4
/
+2
2020-08-18
libbpf: Fix build on ppc64le architecture
Andrii Nakryiko
1
-1
/
+1
2020-08-14
libbpf: Handle BTF pointer sizes more carefully
Andrii Nakryiko
1
-1
/
+3
2020-08-13
libbpf: Handle GCC built-in types for Arm NEON
Jean-Philippe Brucker
1
-1
/
+34
2020-07-31
libbpf: Make destructors more robust by handling ERR_PTR(err) cases
Andrii Nakryiko
1
-1
/
+1
2020-07-14
libbpf: Support stripping modifiers for btf_dump
Andrii Nakryiko
1
-2
/
+8
2020-06-10
libbpf: Handle GCC noreturn-turned-volatile quirk
Andrii Nakryiko
1
-9
/
+24
2020-04-28
libbpf: Remove unneeded semicolon in btf_dump_emit_type
Zou Wei
1
-1
/
+1
2020-03-04
libbpf: Assume unsigned values for BTF_KIND_ENUM
Andrii Nakryiko
1
-4
/
+4
2020-03-04
libbpf: Fix handling of optional field_name in btf_dump__emit_type_decl
Andrii Nakryiko
1
-1
/
+1
2020-01-17
libbpf: Fix error handling bug in btf_dump__new
Andrii Nakryiko
1
-0
/
+1
2020-01-10
libbpf: Poison kernel-only integer types
Andrii Nakryiko
1
-0
/
+3
2019-12-16
libbpf: Expose BTF-to-C type declaration emitting API
Andrii Nakryiko
1
-26
/
+42
2019-12-16
libbpf: Expose btf__align_of() API
Andrii Nakryiko
1
-41
/
+6
2019-10-21
tools, bpf: Rename pr_warning to pr_warn to align with kernel logging
Kefeng Wang
1
-9
/
+9
2019-10-12
libbpf: Handle invalid typedef emitted by old GCC
Andrii Nakryiko
1
-0
/
+11
2019-10-10
libbpf: Fix struct end padding in btf_dump
Andrii Nakryiko
1
-1
/
+7
2019-09-26
libbpf: Teach btf_dumper to emit stand-alone anonymous enum definitions
Andrii Nakryiko
1
-6
/
+87
2019-09-25
libbpf: fix false uninitialized variable warning
Andrii Nakryiko
1
-0
/
+1
[next]