aboutsummaryrefslogtreecommitdiffstats
path: root/tools/lib/bpf/libbpf.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-12-11tools lib bpf: Fetch map names from correct strtabWang Nan1-2/+9
2015-12-11tools lib bpf: Check return value of strdup when reading map namesWang Nan1-4/+9
2015-11-27tools lib bpf: Extract and collect map names from BPF object fileWang Nan1-3/+62
2015-11-27tools lib bpf: Collect map definition in bpf_objectWang Nan1-60/+127
2015-11-18bpf tools: Load a program with different instances using preprocessorWang Nan1-9/+137
2015-11-06bpf tools: Add new API bpf_object__get_kversion()Wang Nan1-0/+8
2015-11-06bpf tools: Improve libbpf error reportingWang Nan1-49/+110
2015-11-03tools lib bpf: Fix compiler warning on CentOS 6Namhyung Kim1-2/+2
2015-08-31bpf tools: New API to get name from a BPF objectWang Nan1-3/+22
2015-08-07bpf tools: Link all bpf objects onto a listWang Nan1-0/+32
2015-08-07bpf tools: Introduce accessors for struct bpf_programWang Nan1-0/+72
2015-08-07bpf tools: Load eBPF programs in object files into kernelWang Nan1-0/+90
2015-08-07bpf tools: Relocate eBPF programsWang Nan1-0/+52
2015-08-07bpf tools: Create eBPF maps defined in an object fileWang Nan1-0/+102
2015-08-07bpf tools: Record map accessing instructions for each programWang Nan1-0/+124
2015-08-07bpf tools: Collect relocation sections from SHT_REL sectionsWang Nan1-0/+26
2015-08-07bpf tools: Collect eBPF programs from their own sectionsWang Nan1-0/+114
2015-08-07bpf tools: Collect symbol table from SHT_SYMTAB sectionWang Nan1-0/+10
2015-08-07bpf tools: Collect map definitions from 'maps' sectionWang Nan1-0/+29
2015-08-07bpf tools: Collect version and license from ELF sectionsWang Nan1-0/+53
2015-08-07bpf tools: Iterate over ELF sections to collect informationWang Nan1-0/+53
2015-08-07bpf tools: Check endianness and make libbpf fail earlyWang Nan1-0/+30
2015-08-07bpf tools: Read eBPF object from bufferWang Nan1-12/+50
2015-08-07bpf tools: Open eBPF object file and do basic validationWang Nan1-0/+158
2015-08-07bpf tools: Allow caller to set printing functionWang Nan1-0/+40
2015-08-07bpf tools: Introduce 'bpf' library and add bpf feature checkWang Nan1-0/+14