index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
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
2025-03-17
bpftool: Using the right format specifiers
Jiayuan Chen
1
-7
/
+7
2024-12-13
bpftool: btf: Support dumping a specific types from file
Daniel Xu
1
-2
/
+37
2024-12-13
bpftool: btf: Validate root_type_ids early
Daniel Xu
1
-0
/
+12
2024-11-13
bpftool: Cast variable `var` to long long
Luo Yifan
1
-1
/
+1
2024-10-03
bpftool: __bpf_fastcall for kfuncs marked with special decl_tag
Eduard Zingerman
1
-10
/
+88
2024-09-06
bpftool: Improve btf c dump sorting stability
Mykyta Yatsenko
1
-5
/
+75
2024-09-02
bpftool: Fix handling enum64 in btf dump sorting
Mykyta Yatsenko
1
-3
/
+4
2024-06-12
bpftool: Support dumping kfunc prototypes from BTF
Daniel Xu
1
-0
/
+55
2024-05-18
bpftool: Introduce btf c dump sorting
Mykyta Yatsenko
1
-5
/
+133
2023-02-16
bpftool: Use bpf_{btf,link,map,prog}_get_info_by_fd()
Ilya Leoshkevich
1
-5
/
+8
2022-11-20
bpftool: clean-up usage of libbpf_get_error()
Sahid Orentino Ferdjaoui
1
-11
/
+8
2022-11-09
libbpf: Hashmap interface update to allow both long and void* keys/values
Eduard Zingerman
1
-16
/
+9
2022-09-30
bpftool: Fix error message of strerror
Tianyi Liu
1
-6
/
+5
2022-09-30
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-13
bpftool: Use sysfs vmlinux when dumping BTF by ID
Larysa Zaremba
1
-9
/
+53
2022-01-12
bpftool: Fix error check when calling hashmap__new()
Mauricio Vásquez
1
-1
/
+1
2021-11-14
bpftool: Use libbpf_get_error() to check error
Hengqi Chen
1
-4
/
+5
2021-11-11
bpftool: Support BTF_KIND_TYPE_TAG
Yonghong Song
1
-0
/
+2
2021-11-11
bpftool: Update btf_dump__new() and perf_buffer__new_raw() calls
Andrii Nakryiko
1
-1
/
+1
2021-10-25
bpftool: Switch to libbpf's hashmap for PIDs/names references
Quentin Monnet
1
-4
/
+3
2021-10-25
bpftool: Switch to libbpf's hashmap for programs/maps in BTF listing
Quentin Monnet
1
-68
/
+57
2021-10-22
bpftool: Switch to new btf__type_cnt API
Hengqi Chen
1
-6
/
+6
2021-10-18
bpf: Rename BTF_KIND_TAG to BTF_KIND_DECL_TAG
Yonghong Song
1
-3
/
+3
2021-09-14
bpftool: Add support for BTF_KIND_TAG
Yonghong Song
1
-0
/
+12
2021-07-30
tools: bpftool: Document and add bash completion for -L, -B options
Quentin Monnet
1
-1
/
+2
2021-07-30
tools: bpftool: Update and synchronise option list in doc and help msg
Quentin Monnet
1
-1
/
+1
2021-07-29
tools: bpftool: Support dumping split BTF by id
Quentin Monnet
1
-1
/
+1
2021-07-29
tools: Replace btf__get_from_id() with btf__load_from_kernel_by_id()
Quentin Monnet
1
-6
/
+2
2021-04-23
bpftool: Dump more info about DATASEC members
Andrii Nakryiko
1
-8
/
+18
2021-04-23
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-04
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-03
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-24
bpftool: Fix error return value in build_btf_type_table
Zhen Lei
1
-0
/
+1
2020-11-10
tools/bpftool: Add support for in-kernel and named BTF in `btf show`
Andrii Nakryiko
1
-1
/
+27
2020-11-05
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-22
tools/bpftool: Show info for processes holding BPF map/prog/link/btf FDs
Andrii Nakryiko
1
-0
/
+6
2020-06-01
tools, bpftool: Print correct error message when failing to load BTF
Tobias Klauser
1
-1
/
+1
2020-06-01
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-02
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-20
bpftool: Use consistent include paths for libbpf
Toke Høiland-Jørgensen
1
-4
/
+4
2020-01-13
bpftool: Apply preserve_access_index attribute to all types in BTF dump
Andrii Nakryiko
1
-0
/
+8
[next]