index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
lib
/
bpf
/
libbpf.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
perf bpf: Check relocation target section
Wang Nan
2016-01-26
1
-12
/
+22
*
tools lib bpf: Fetch map names from correct strtab
Wang Nan
2015-12-11
1
-2
/
+9
*
tools lib bpf: Check return value of strdup when reading map names
Wang Nan
2015-12-11
1
-4
/
+9
*
tools lib bpf: Extract and collect map names from BPF object file
Wang Nan
2015-11-27
1
-3
/
+62
*
tools lib bpf: Collect map definition in bpf_object
Wang Nan
2015-11-27
1
-60
/
+127
*
bpf tools: Load a program with different instances using preprocessor
Wang Nan
2015-11-18
1
-9
/
+137
*
bpf tools: Add new API bpf_object__get_kversion()
Wang Nan
2015-11-06
1
-0
/
+8
*
bpf tools: Improve libbpf error reporting
Wang Nan
2015-11-06
1
-49
/
+110
*
tools lib bpf: Fix compiler warning on CentOS 6
Namhyung Kim
2015-11-03
1
-2
/
+2
*
bpf tools: New API to get name from a BPF object
Wang Nan
2015-08-31
1
-3
/
+22
*
bpf tools: Link all bpf objects onto a list
Wang Nan
2015-08-07
1
-0
/
+32
*
bpf tools: Introduce accessors for struct bpf_program
Wang Nan
2015-08-07
1
-0
/
+72
*
bpf tools: Load eBPF programs in object files into kernel
Wang Nan
2015-08-07
1
-0
/
+90
*
bpf tools: Relocate eBPF programs
Wang Nan
2015-08-07
1
-0
/
+52
*
bpf tools: Create eBPF maps defined in an object file
Wang Nan
2015-08-07
1
-0
/
+102
*
bpf tools: Record map accessing instructions for each program
Wang Nan
2015-08-07
1
-0
/
+124
*
bpf tools: Collect relocation sections from SHT_REL sections
Wang Nan
2015-08-07
1
-0
/
+26
*
bpf tools: Collect eBPF programs from their own sections
Wang Nan
2015-08-07
1
-0
/
+114
*
bpf tools: Collect symbol table from SHT_SYMTAB section
Wang Nan
2015-08-07
1
-0
/
+10
*
bpf tools: Collect map definitions from 'maps' section
Wang Nan
2015-08-07
1
-0
/
+29
*
bpf tools: Collect version and license from ELF sections
Wang Nan
2015-08-07
1
-0
/
+53
*
bpf tools: Iterate over ELF sections to collect information
Wang Nan
2015-08-07
1
-0
/
+53
*
bpf tools: Check endianness and make libbpf fail early
Wang Nan
2015-08-07
1
-0
/
+30
*
bpf tools: Read eBPF object from buffer
Wang Nan
2015-08-07
1
-12
/
+50
*
bpf tools: Open eBPF object file and do basic validation
Wang Nan
2015-08-07
1
-0
/
+158
*
bpf tools: Allow caller to set printing function
Wang Nan
2015-08-07
1
-0
/
+40
*
bpf tools: Introduce 'bpf' library and add bpf feature check
Wang Nan
2015-08-07
1
-0
/
+14