summaryrefslogtreecommitdiffstats
path: root/tools/lib/bpf
Commit message (Expand)AuthorAgeFilesLines
...
* tools lib bpf: Extract and collect map names from BPF object fileWang Nan2015-11-282-3/+65
* tools lib bpf: Collect map definition in bpf_objectWang Nan2015-11-282-60/+148
* bpf tools: Add helper function for updating bpf maps elementsHe Kuang2015-11-262-0/+16
* tools lib bpf: Don't do a feature check when cleaningWang Nan2015-11-251-0/+10
* bpf tools: Load a program with different instances using preprocessorWang Nan2015-11-182-9/+201
* bpf tools: Add new API bpf_object__get_kversion()Wang Nan2015-11-062-0/+9
* bpf tools: Improve libbpf error reportingWang Nan2015-11-062-49/+130
* tools lib bpf: Change FEATURE-DUMP to FEATURE-DUMP.libbpfYunlong Song2015-11-052-2/+2
* tools lib bpf: Fix compiler warning on CentOS 6Namhyung Kim2015-11-032-3/+3
* tools build: Build fixdep helper from perf and basic libsJiri Olsa2015-09-281-1/+3
* tools build: Add Makefile.includeJiri Olsa2015-09-281-1/+1
* tools lib bpf: Use FEATURE_USER to allow building in the same dir as perfArnaldo Carvalho de Melo2015-09-221-0/+1
* tools lib bpf: Fix up FEATURE_{TESTS,DISPLAY} usageArnaldo Carvalho de Melo2015-09-221-2/+2
* bpf tools: New API to get name from a BPF objectWang Nan2015-08-312-4/+25
* bpf tools: Link all bpf objects onto a listWang Nan2015-08-072-0/+39
* bpf tools: Introduce accessors for struct bpf_programWang Nan2015-08-072-0/+96
* bpf tools: Load eBPF programs in object files into kernelWang Nan2015-08-071-0/+90
* bpf tools: Introduce bpf_load_program() to bpf.cWang Nan2015-08-072-0/+41
* bpf tools: Relocate eBPF programsWang Nan2015-08-071-0/+52
* bpf tools: Create eBPF maps defined in an object fileWang Nan2015-08-072-0/+106
* bpf tools: Add bpf.c/h for common bpf operationsWang Nan2015-08-073-1/+68
* bpf tools: Record map accessing instructions for each programWang Nan2015-08-072-0/+137
* bpf tools: Collect relocation sections from SHT_REL sectionsWang Nan2015-08-071-0/+26
* bpf tools: Collect eBPF programs from their own sectionsWang Nan2015-08-071-0/+114
* bpf tools: Collect symbol table from SHT_SYMTAB sectionWang Nan2015-08-071-0/+10
* bpf tools: Collect map definitions from 'maps' sectionWang Nan2015-08-071-0/+29
* bpf tools: Collect version and license from ELF sectionsWang Nan2015-08-071-0/+53
* bpf tools: Iterate over ELF sections to collect informationWang Nan2015-08-071-0/+53
* bpf tools: Check endianness and make libbpf fail earlyWang Nan2015-08-071-0/+30
* bpf tools: Read eBPF object from bufferWang Nan2015-08-072-12/+52
* bpf tools: Open eBPF object file and do basic validationWang Nan2015-08-072-0/+166
* bpf tools: Allow caller to set printing functionWang Nan2015-08-072-0/+52
* bpf tools: Introduce 'bpf' library and add bpf feature checkWang Nan2015-08-075-0/+223