index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
lib
/
bpf
/
btf.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-08-03
libbpf: Add btf__parse_raw() and generic btf__parse() APIs
Andrii Nakryiko
1
-36
/
+78
2020-07-31
libbpf: Make destructors more robust by handling ERR_PTR(err) cases
Andrii Nakryiko
1
-2
/
+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
-1
/
+6
2020-03-26
libbpf: Don't allocate 16M for log buffer by default
Stanislav Fomichev
1
-5
/
+15
2020-01-16
libbpf: Expose bpf_find_kernel_btf as a LIBBPF_API
Martin KaFai Lau
1
-6
/
+96
2020-01-10
libbpf: Poison kernel-only integer types
Andrii Nakryiko
1
-0
/
+3
2019-12-16
libbpf: Fix build by renaming variables
Prashant Bhole
1
-6
/
+6
2019-12-16
libbpf: Support libbpf-provided extern variables
Andrii Nakryiko
1
-1
/
+8
2019-12-16
libbpf: Expose btf__align_of() API
Andrii Nakryiko
1
-0
/
+39
2019-11-16
libbpf: Introduce btf__find_by_name_kind()
Alexei Starovoitov
1
-0
/
+22
2019-11-07
libbpf: Make btf__resolve_size logic always check size error condition
Andrii Nakryiko
1
-2
/
+1
2019-10-21
tools, bpf: Rename pr_warning to pr_warn to align with kernel logging
Kefeng Wang
1
-28
/
+28
2019-10-16
libbpf: Update BTF reloc support to latest Clang format
Andrii Nakryiko
1
-8
/
+8
2019-08-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
1
-140
/
+110
2019-08-08
libbpf: add .BTF.ext offset relocation section loading
Andrii Nakryiko
1
-42
/
+27
2019-08-08
libbpf: convert libbpf code to use new btf helpers
Andrii Nakryiko
1
-98
/
+83
2019-07-22
libbpf: Fix endianness macro usage for some compilers
Arnaldo Carvalho de Melo
1
-2
/
+3
2019-06-18
libbpf: add common min/max macro to libbpf_internal.h
Andrii Nakryiko
1
-3
/
+0
2019-05-25
libbpf: switch btf_dedup() to hashmap for dedup table
Andrii Nakryiko
1
-116
/
+85
2019-05-25
libbpf: add btf__parse_elf API to load .BTF and .BTF.ext
Andrii Nakryiko
1
-0
/
+128
2019-05-16
libbpf: move logging helpers into libbpf_internal.h
Andrii Nakryiko
1
-1
/
+1
2019-04-16
btf: add support for VAR and DATASEC in btf_dedup()
Andrii Nakryiko
1
-2
/
+27
2019-04-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-1
/
+96
2019-04-10
bpf, libbpf: add support for BTF Var and DataSec
Daniel Borkmann
1
-1
/
+96
2019-03-27
libbpf: fix btf_dedup equivalence check handling of different kinds
Andrii Nakryiko
1
-0
/
+3
2019-03-14
btf: resolve enum fwds in btf_dedup
Andrii Nakryiko
1
-13
/
+38
2019-03-01
btf: fix bug with resolving STRUCT/UNION into corresponding FWD
Andrii Nakryiko
1
-3
/
+17
2019-03-01
btf: allow to customize dedup hash table size
Andrii Nakryiko
1
-17
/
+36
2019-03-01
tools/libbpf: signedness bug in btf_dedup_ref_type()
Dan Carpenter
1
-1
/
+2
2019-02-17
tools/libbpf: support bigger BTF data sizes
Andrii Nakryiko
1
-7
/
+8
2019-02-15
tools/bpf: replace bzero with memset
Andrii Nakryiko
1
-3
/
+2
2019-02-08
tools/bpf: remove btf__get_strings() superseded by raw data API
Andrii Nakryiko
1
-7
/
+0
2019-02-08
btf: expose API to work with raw btf_ext data
Andrii Nakryiko
1
-48
/
+54
2019-02-08
btf: expose API to work with raw btf data
Andrii Nakryiko
1
-0
/
+6
2019-02-08
btf: separate btf creation and loading
Andrii Nakryiko
1
-24
/
+30
2019-02-08
tools/bpf: add missing strings.h include
Andrii Nakryiko
1
-0
/
+1
2019-02-06
tools/bpf: silence a libbpf unnecessary warning
Yonghong Song
1
-2
/
+2
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
/
+12
2019-02-05
btf: add BTF types deduplication algorithm
Andrii Nakryiko
1
-0
/
+1741
2019-02-05
btf: extract BTF type size calculation
Andrii Nakryiko
1
-52
/
+46
2019-02-04
tools/bpf: implement libbpf btf__get_map_kv_tids() API function
Yonghong Song
1
-0
/
+73
2019-02-04
tools/bpf: print out btf log at LIBBPF_WARN level
Yonghong Song
1
-10
/
+9
2019-02-04
tools/bpf: move libbpf pr_* debug print functions to headers
Yonghong Song
1
-50
/
+47
2018-12-10
bpf: libbpf: Add btf_line_info support to libbpf
Martin KaFai Lau
1
-59
/
+150
2018-12-10
bpf: libbpf: Refactor and bug fix on the bpf_func_info loading logic
Martin KaFai Lau
1
-118
/
+73
2018-12-06
bpf: Expect !info.func_info and insn_off name changes in test_btf/libbpf/bpftool
Martin KaFai Lau
1
-6
/
+6
2018-11-29
bpf: Fix various lib and testsuite build failures on 32-bit.
David Miller
1
-1
/
+1
2018-11-27
libbpf: Name changing for btf_get_from_id
Martin KaFai Lau
1
-1
/
+1
[next]