index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
bpf
/
bpftool
/
btf.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-02-17
bpftool: Use bpf_{btf,link,map,prog}_get_info_by_fd()
Ilya Leoshkevich
1
-5
/
+8
2022-11-21
bpftool: clean-up usage of libbpf_get_error()
Sahid Orentino Ferdjaoui
1
-11
/
+8
2022-11-10
libbpf: Hashmap interface update to allow both long and void* keys/values
Eduard Zingerman
1
-16
/
+9
2022-10-01
bpftool: Fix error message of strerror
Tianyi Liu
1
-6
/
+5
2022-10-01
bpftool: Remove unused struct btf_attach_point
Yuan Can
1
-5
/
+0
2022-06-07
bpftool: Add btf enum64 support
Yonghong Song
1
-3
/
+54
2022-05-14
bpftool: Use sysfs vmlinux when dumping BTF by ID
Larysa Zaremba
1
-9
/
+53
2022-01-13
bpftool: Fix error check when calling hashmap__new()
Mauricio Vásquez
1
-1
/
+1
2021-11-15
bpftool: Use libbpf_get_error() to check error
Hengqi Chen
1
-4
/
+5
2021-11-12
bpftool: Support BTF_KIND_TYPE_TAG
Yonghong Song
1
-0
/
+2
2021-11-12
bpftool: Update btf_dump__new() and perf_buffer__new_raw() calls
Andrii Nakryiko
1
-1
/
+1
2021-10-26
bpftool: Switch to libbpf's hashmap for PIDs/names references
Quentin Monnet
1
-4
/
+3
2021-10-26
bpftool: Switch to libbpf's hashmap for programs/maps in BTF listing
Quentin Monnet
1
-68
/
+57
2021-10-23
bpftool: Switch to new btf__type_cnt API
Hengqi Chen
1
-6
/
+6
2021-10-19
bpf: Rename BTF_KIND_TAG to BTF_KIND_DECL_TAG
Yonghong Song
1
-3
/
+3
2021-09-15
bpftool: Add support for BTF_KIND_TAG
Yonghong Song
1
-0
/
+12
2021-07-31
tools: bpftool: Document and add bash completion for -L, -B options
Quentin Monnet
1
-1
/
+2
2021-07-31
tools: bpftool: Update and synchronise option list in doc and help msg
Quentin Monnet
1
-1
/
+1
2021-07-30
tools: bpftool: Support dumping split BTF by id
Quentin Monnet
1
-1
/
+1
2021-07-30
tools: Replace btf__get_from_id() with btf__load_from_kernel_by_id()
Quentin Monnet
1
-6
/
+2
2021-04-24
bpftool: Dump more info about DATASEC members
Andrii Nakryiko
1
-8
/
+18
2021-04-24
bpftool: Support dumping BTF VAR's "extern" linkage
Andrii Nakryiko
1
-1
/
+3
2021-03-16
bpftool: Fix maybe-uninitialized warnings
Andrii Nakryiko
1
-0
/
+3
2021-03-05
tools/bpftool: Add BTF_KIND_FLOAT support
Ilya Leoshkevich
1
-0
/
+8
2020-12-04
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
1
-4
/
+23
2020-12-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+1
2020-12-03
tools/bpftool: Auto-detect split BTFs in common cases
Andrii Nakryiko
1
-4
/
+21
2020-12-03
tools/bpftool: Emit name <anon> for anonymous BTFs
Andrii Nakryiko
1
-0
/
+2
2020-11-25
bpftool: Fix error return value in build_btf_type_table
Zhen Lei
1
-0
/
+1
2020-11-11
tools/bpftool: Add support for in-kernel and named BTF in `btf show`
Andrii Nakryiko
1
-1
/
+27
2020-11-06
tools/bpftool: Add bpftool support for split BTF
Andrii Nakryiko
1
-3
/
+6
2020-08-03
tools/bpftool: Use libbpf's btf__parse() API for parsing BTF from file
Andrii Nakryiko
1
-53
/
+1
2020-08-03
tools, bpftool: Fix wrong return value in do_dump()
Tianjia Zhang
1
-1
/
+1
2020-06-23
tools/bpftool: Show info for processes holding BPF map/prog/link/btf FDs
Andrii Nakryiko
1
-0
/
+6
2020-06-02
tools, bpftool: Print correct error message when failing to load BTF
Tobias Klauser
1
-1
/
+1
2020-06-02
tools, bpftool: Clean subcommand help messages
Quentin Monnet
1
-4
/
+4
2020-04-26
tools/bpf/bpftool: Remove duplicate headers
Jagadeesh Pagadala
1
-1
/
+0
2020-03-03
bpftool: Add header guards to generated vmlinux.h
Andrii Nakryiko
1
-0
/
+5
2020-01-24
bpftool: Print function linkage in BTF dump
Andrii Nakryiko
1
-4
/
+23
2020-01-21
bpftool: Use consistent include paths for libbpf
Toke Høiland-Jørgensen
1
-4
/
+4
2020-01-14
bpftool: Apply preserve_access_index attribute to all types in BTF dump
Andrii Nakryiko
1
-0
/
+8
2019-11-25
tools, bpftool: Fix warning on ignored return value for 'read'
Quentin Monnet
1
-3
/
+3
2019-10-26
bpftool: Allow to read btf as raw data
Jiri Olsa
1
-1
/
+56
2019-08-20
tools: bpftool: implement "bpftool btf show|list"
Quentin Monnet
1
-2
/
+340
2019-08-16
tools: bpftool: fix argument for p_err() in BTF do_dump()
Quentin Monnet
1
-1
/
+1
2019-05-25
bpftool: add C output format option to btf dump subcommand
Andrii Nakryiko
1
-2
/
+73
2019-05-25
bpftool: use libbpf's btf__parse_elf API
Andrii Nakryiko
1
-109
/
+8
2019-05-17
bpftool: fix BTF raw dump of FWD's fwd_kind
Andrii Nakryiko
1
-2
/
+2
2019-04-26
bpftool: add ability to dump BTF types
Andrii Nakryiko
1
-0
/
+586