index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
lib
/
bpf
/
btf.h
Age
Commit message (
Expand
)
Author
Files
Lines
2021-03-05
libbpf: Add BTF_KIND_FLOAT support
Ilya Leoshkevich
1
-0
/
+6
2020-12-03
libbpf: Add base BTF accessor
Andrii Nakryiko
1
-0
/
+1
2020-11-06
libbpf: Implement basic split BTF support
Andrii Nakryiko
1
-0
/
+8
2020-09-29
libbpf: Support BTF loading and raw data output in both endianness
Andrii Nakryiko
1
-0
/
+7
2020-09-29
libbpf: Add btf__str_by_offset() as a more generic variant of name_by_offset
Andrii Nakryiko
1
-0
/
+1
2020-09-29
libbpf: Add BTF writing APIs
Andrii Nakryiko
1
-0
/
+38
2020-09-29
libbpf: Add btf__new_empty() to create an empty BTF object
Andrii Nakryiko
1
-0
/
+1
2020-09-29
libbpf: Allow modification of BTF and add btf__add_str API
Andrii Nakryiko
1
-0
/
+4
2020-09-04
libbpf: Implement generalized .BTF.ext func/line info adjustment
Andrii Nakryiko
1
-8
/
+10
2020-08-19
libbpf: Clean up and improve CO-RE reloc logging
Andrii Nakryiko
1
-38
/
+0
2020-08-14
libbpf: Handle BTF pointer sizes more carefully
Andrii Nakryiko
1
-0
/
+2
2020-08-03
libbpf: Add btf__parse_raw() and generic btf__parse() APIs
Andrii Nakryiko
1
-2
/
+3
2020-07-14
tools/bpftool: Strip away modifiers from global variables
Andrii Nakryiko
1
-1
/
+1
2020-07-14
libbpf: Support stripping modifiers for btf_dump
Andrii Nakryiko
1
-0
/
+2
2020-07-10
libbpf: Fix memory leak and optimize BTF sanitization
Andrii Nakryiko
1
-1
/
+1
2020-07-09
libbpf: Add btf__set_fd() for more control over loaded BTF FD
Andrii Nakryiko
1
-0
/
+1
2020-06-23
libbpf: Add support for extracting kernel symbol addresses
Andrii Nakryiko
1
-0
/
+5
2020-01-16
libbpf: Expose bpf_find_kernel_btf as a LIBBPF_API
Martin KaFai Lau
1
-0
/
+2
2019-12-16
libbpf: Expose BTF-to-C type declaration emitting API
Andrii Nakryiko
1
-0
/
+22
2019-12-16
libbpf: Expose btf__align_of() API
Andrii Nakryiko
1
-0
/
+1
2019-12-16
libbpf: Extract common user-facing helpers
Andrii Nakryiko
1
-4
/
+2
2019-11-16
libbpf: Introduce btf__find_by_name_kind()
Alexei Starovoitov
1
-0
/
+2
2019-10-16
libbpf: Update BTF reloc support to latest Clang format
Andrii Nakryiko
1
-2
/
+2
2019-08-08
libbpf: add .BTF.ext offset relocation section loading
Andrii Nakryiko
1
-0
/
+4
2019-08-08
libbpf: add helpers for working with BTF types
Andrii Nakryiko
1
-0
/
+178
2019-06-18
libbpf: allow specifying map definitions using BTF
Andrii Nakryiko
1
-0
/
+1
2019-05-25
libbpf: add btf_dump API for BTF-to-C conversion
Andrii Nakryiko
1
-0
/
+17
2019-05-25
libbpf: add btf__parse_elf API to load .BTF and .BTF.ext
Andrii Nakryiko
1
-0
/
+2
2019-04-10
bpf, libbpf: add support for BTF Var and DataSec
Daniel Borkmann
1
-0
/
+3
2019-03-01
btf: allow to customize dedup hash table size
Andrii Nakryiko
1
-0
/
+1
2019-03-01
libbpf: fix formatting for btf_ext__get_raw_data
Andrii Nakryiko
1
-1
/
+1
2019-02-08
tools/bpf: remove btf__get_strings() superseded by raw data API
Andrii Nakryiko
1
-2
/
+0
2019-02-08
btf: expose API to work with raw btf_ext data
Andrii Nakryiko
1
-0
/
+2
2019-02-08
btf: expose API to work with raw btf data
Andrii Nakryiko
1
-0
/
+1
2019-02-08
btf: separate btf creation and loading
Andrii Nakryiko
1
-0
/
+1
2019-02-06
tools/bpf: add const qualifier to btf__get_map_kv_tids() map_name parameter
Yonghong Song
1
-1
/
+1
2019-02-05
selftests/btf: add initial BTF dedup tests
Andrii Nakryiko
1
-0
/
+3
2019-02-05
btf: add BTF types deduplication algorithm
Andrii Nakryiko
1
-0
/
+7
2019-02-04
tools/bpf: implement libbpf btf__get_map_kv_tids() API function
Yonghong Song
1
-0
/
+4
2019-02-04
tools/bpf: expose functions btf_ext__* as API functions
Yonghong Song
1
-12
/
+12
2019-02-04
tools/bpf: move libbpf pr_* debug print functions to headers
Yonghong Song
1
-5
/
+2
2018-12-10
bpf: libbpf: Add btf_line_info support to libbpf
Martin KaFai Lau
1
-1
/
+9
2018-12-10
bpf: libbpf: Refactor and bug fix on the bpf_func_info loading logic
Martin KaFai Lau
1
-13
/
+4
2018-11-27
libbpf: Name changing for btf_get_from_id
Martin KaFai Lau
1
-1
/
+1
2018-11-22
libbpf: make sure bpf headers are c++ include-able
Stanislav Fomichev
1
-0
/
+8
2018-11-20
tools/bpf: refactor to implement btf_get_from_id() in lib/bpf
Yonghong Song
1
-0
/
+1
2018-11-20
tools/bpf: add support to read .BTF.ext sections
Yonghong Song
1
-0
/
+50
2018-10-17
libbpf: Per-symbol visibility for DSO
Andrey Ignatov
1
-8
/
+14
2018-10-08
libbpf: relicense libbpf as LGPL-2.1 OR BSD-2-Clause
Alexei Starovoitov
1
-1
/
+1
2018-10-04
libbpf: Make include guards consistent
Andrey Ignatov
1
-3
/
+3
[next]