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
starfive-6.6.48-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
Age
Commit message (
Expand
)
Author
Files
Lines
2015-09-28
tools build: Build fixdep helper from perf and basic libs
Jiri Olsa
1
-1
/
+3
2015-09-28
tools build: Add Makefile.include
Jiri Olsa
1
-1
/
+1
2015-09-22
tools lib bpf: Use FEATURE_USER to allow building in the same dir as perf
Arnaldo Carvalho de Melo
1
-0
/
+1
2015-09-22
tools lib bpf: Fix up FEATURE_{TESTS,DISPLAY} usage
Arnaldo Carvalho de Melo
1
-2
/
+2
2015-08-31
bpf tools: New API to get name from a BPF object
Wang Nan
2
-4
/
+25
2015-08-07
bpf tools: Link all bpf objects onto a list
Wang Nan
2
-0
/
+39
2015-08-07
bpf tools: Introduce accessors for struct bpf_program
Wang Nan
2
-0
/
+96
2015-08-07
bpf tools: Load eBPF programs in object files into kernel
Wang Nan
1
-0
/
+90
2015-08-07
bpf tools: Introduce bpf_load_program() to bpf.c
Wang Nan
2
-0
/
+41
2015-08-07
bpf tools: Relocate eBPF programs
Wang Nan
1
-0
/
+52
2015-08-07
bpf tools: Create eBPF maps defined in an object file
Wang Nan
2
-0
/
+106
2015-08-07
bpf tools: Add bpf.c/h for common bpf operations
Wang Nan
3
-1
/
+68
2015-08-07
bpf tools: Record map accessing instructions for each program
Wang Nan
2
-0
/
+137
2015-08-07
bpf tools: Collect relocation sections from SHT_REL sections
Wang Nan
1
-0
/
+26
2015-08-07
bpf tools: Collect eBPF programs from their own sections
Wang Nan
1
-0
/
+114
2015-08-07
bpf tools: Collect symbol table from SHT_SYMTAB section
Wang Nan
1
-0
/
+10
2015-08-07
bpf tools: Collect map definitions from 'maps' section
Wang Nan
1
-0
/
+29
2015-08-07
bpf tools: Collect version and license from ELF sections
Wang Nan
1
-0
/
+53
2015-08-07
bpf tools: Iterate over ELF sections to collect information
Wang Nan
1
-0
/
+53
2015-08-07
bpf tools: Check endianness and make libbpf fail early
Wang Nan
1
-0
/
+30
2015-08-07
bpf tools: Read eBPF object from buffer
Wang Nan
2
-12
/
+52
2015-08-07
bpf tools: Open eBPF object file and do basic validation
Wang Nan
2
-0
/
+166
2015-08-07
bpf tools: Allow caller to set printing function
Wang Nan
2
-0
/
+52
2015-08-07
bpf tools: Introduce 'bpf' library and add bpf feature check
Wang Nan
5
-0
/
+223