summaryrefslogtreecommitdiffstats
path: root/tools/lib/bpf
AgeCommit message (Expand)Author
2015-08-07bpf tools: Create eBPF maps defined in an object fileWang Nan
2015-08-07bpf tools: Add bpf.c/h for common bpf operationsWang Nan
2015-08-07bpf tools: Record map accessing instructions for each programWang Nan
2015-08-07bpf tools: Collect relocation sections from SHT_REL sectionsWang Nan
2015-08-07bpf tools: Collect eBPF programs from their own sectionsWang Nan
2015-08-07bpf tools: Collect symbol table from SHT_SYMTAB sectionWang Nan
2015-08-07bpf tools: Collect map definitions from 'maps' sectionWang Nan
2015-08-07bpf tools: Collect version and license from ELF sectionsWang Nan
2015-08-07bpf tools: Iterate over ELF sections to collect informationWang Nan
2015-08-07bpf tools: Check endianness and make libbpf fail earlyWang Nan
2015-08-07bpf tools: Read eBPF object from bufferWang Nan
2015-08-07bpf tools: Open eBPF object file and do basic validationWang Nan
2015-08-07bpf tools: Allow caller to set printing functionWang Nan
2015-08-07bpf tools: Introduce 'bpf' library and add bpf feature checkWang Nan