index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
bpf
/
bpftool
/
btf.c
Age
Commit message (
Expand
)
Author
2020-12-04
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
2020-12-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2020-12-03
tools/bpftool: Auto-detect split BTFs in common cases
Andrii Nakryiko
2020-12-03
tools/bpftool: Emit name <anon> for anonymous BTFs
Andrii Nakryiko
2020-11-24
bpftool: Fix error return value in build_btf_type_table
Zhen Lei
2020-11-10
tools/bpftool: Add support for in-kernel and named BTF in `btf show`
Andrii Nakryiko
2020-11-05
tools/bpftool: Add bpftool support for split BTF
Andrii Nakryiko
2020-08-03
tools/bpftool: Use libbpf's btf__parse() API for parsing BTF from file
Andrii Nakryiko
2020-08-03
tools, bpftool: Fix wrong return value in do_dump()
Tianjia Zhang
2020-06-22
tools/bpftool: Show info for processes holding BPF map/prog/link/btf FDs
Andrii Nakryiko
2020-06-01
tools, bpftool: Print correct error message when failing to load BTF
Tobias Klauser
2020-06-01
tools, bpftool: Clean subcommand help messages
Quentin Monnet
2020-04-26
tools/bpf/bpftool: Remove duplicate headers
Jagadeesh Pagadala
2020-03-02
bpftool: Add header guards to generated vmlinux.h
Andrii Nakryiko
2020-01-24
bpftool: Print function linkage in BTF dump
Andrii Nakryiko
2020-01-20
bpftool: Use consistent include paths for libbpf
Toke Høiland-Jørgensen
2020-01-13
bpftool: Apply preserve_access_index attribute to all types in BTF dump
Andrii Nakryiko
2019-11-24
tools, bpftool: Fix warning on ignored return value for 'read'
Quentin Monnet
2019-10-25
bpftool: Allow to read btf as raw data
Jiri Olsa
2019-08-20
tools: bpftool: implement "bpftool btf show|list"
Quentin Monnet
2019-08-15
tools: bpftool: fix argument for p_err() in BTF do_dump()
Quentin Monnet
2019-05-24
bpftool: add C output format option to btf dump subcommand
Andrii Nakryiko
2019-05-24
bpftool: use libbpf's btf__parse_elf API
Andrii Nakryiko
2019-05-17
bpftool: fix BTF raw dump of FWD's fwd_kind
Andrii Nakryiko
2019-04-25
bpftool: add ability to dump BTF types
Andrii Nakryiko