index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
bpf
/
bpftool
/
btf_dumper.c
Age
Commit message (
Expand
)
Author
2023-10-19
bpftool: Fix printing of pointer value
Manu Bretelle
2023-07-12
bpftool: Use "fallthrough;" keyword instead of comments
Quentin Monnet
2023-04-20
bpftool: Replace "__fallthrough" by a comment to address merge conflict
Quentin Monnet
2023-04-05
bpftool: Support printing opcodes and source file references in CFG
Quentin Monnet
2023-04-05
bpftool: Support inline annotations when dumping the CFG of a program
Quentin Monnet
2023-02-16
bpftool: Use bpf_{btf,link,map,prog}_get_info_by_fd()
Ilya Leoshkevich
2022-11-20
bpftool: clean-up usage of libbpf_get_error()
Sahid Orentino Ferdjaoui
2022-08-25
bpftool: Fix a wrong type cast in btf_dumper_int
Lam Thai
2022-06-07
bpftool: Add btf enum64 support
Yonghong Song
2021-11-03
bpftool: Use bpf_obj_get_info_by_fd directly
Dave Marchevsky
2021-11-03
bpftool: Migrate -1 err checks of libbpf fn calls
Dave Marchevsky
2021-07-29
tools: Replace btf__get_from_id() with btf__load_from_kernel_by_id()
Quentin Monnet
2021-03-04
tools/bpftool: Add BTF_KIND_FLOAT support
Ilya Leoshkevich
2020-08-13
tools/bpftool: Fix compilation warnings in 32-bit mode
Andrii Nakryiko
2020-05-11
tools, bpftool: Poison and replace kernel integer typedefs
Quentin Monnet
2020-03-20
bpftool: Translate prog_id to its bpf prog_name
Martin KaFai Lau
2020-03-20
bpftool: Print as a string for char array
Martin KaFai Lau
2020-03-20
bpftool: Print the enum's name instead of value
Martin KaFai Lau
2020-01-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2020-01-20
bpftool: Use consistent include paths for libbpf
Toke Høiland-Jørgensen
2020-01-11
bpftool: Fix printing incorrect pointer in btf_dump_ptr
Martin KaFai Lau
2019-08-15
tools: bpftool: fix format strings and arguments for jsonw_printf()
Quentin Monnet
2019-04-09
bpf: bpftool support for dumping data/bss/rodata sections
Daniel Borkmann
2019-01-16
tools/bpf: support __int128 in bpftool map pretty dumper
Yonghong Song
2019-01-11
tools/bpf: fix bpftool map dump with bitfields
Yonghong Song
2018-12-18
tools: bpftool: support pretty print with kind_flag set
Yonghong Song
2018-12-18
tools: bpftool: refactor btf_dumper_int_bits()
Yonghong Song
2018-12-13
tools: bpftool: dual license all files
Jakub Kicinski
2018-12-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2018-12-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-12-09
bpf: libbpf: bpftool: Print bpf_line_info during prog dump
Martin KaFai Lau
2018-11-28
tools: bpftool: fix a bitfield pretty print issue
Yonghong Song
2018-11-20
tools/bpf: bpftool: add support for func types
Yonghong Song
2018-07-14
bpf: btf: add btf print functionality
Okash Khawaja