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
/
xlated_dumper.c
Age
Commit message (
Expand
)
Author
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-04-05
bpftool: Fix bug for long instructions in program CFG dumps
Quentin Monnet
2022-10-25
bpftool: Define _GNU_SOURCE only once
Quentin Monnet
2022-02-23
bpftool: Remove usage of reallocarray()
Mauricio Vásquez
2021-05-19
bpftool: Use syscall/loader program in "prog load" and "gen skeleton" command.
Alexei Starovoitov
2021-02-26
bpftool: Print subprog address properly
Yonghong Song
2020-01-20
bpftool: Use consistent include paths for libbpf
Toke Høiland-Jørgensen
2019-12-11
bpftool: Don't crash on missing jited insns or ksyms
Toke Høiland-Jørgensen
2019-05-28
bpf: style fix in while(!feof()) loop
Chang-Hsien Tsai
2019-04-09
bpf: implement lookup-free direct value access for maps
Daniel Borkmann
2018-12-15
tools: bpftool: fix -Wmissing declaration warnings
Quentin Monnet
2018-12-13
tools: bpftool: replace Netronome boilerplate with SPDX license headers
Jakub Kicinski
2018-12-09
bpf: libbpf: bpftool: Print bpf_line_info during prog dump
Martin KaFai Lau
2018-12-05
bpf: Expect !info.func_info and insn_off name changes in test_btf/libbpf/bpftool
Martin KaFai Lau
2018-11-20
tools/bpf: bpftool: add support for func types
Yonghong Song
2018-07-11
tools: bpf: make use of reallocarray
Jakub Kicinski
2018-05-24
tools: bpftool: add delimiters to multi-function JITed dumps
Sandipan Das
2018-05-24
tools: bpftool: resolve calls without using imm field
Sandipan Das
2018-03-23
bpftool: Adjust to new print_bpf_insn interface
Jiri Olsa
2018-03-01
tools: bpftool: generate .dot graph from CFG information
Jiong Wang
2018-03-01
tools: bpftool: factor out xlated dump related code into separate file
Jiong Wang