summaryrefslogtreecommitdiffstats
path: root/tools/lib/bpf/libbpf.c
Commit message (Expand)AuthorAgeFilesLines
* tools lib bpf: Use official ELF e_machine valueWang Nan2016-07-261-1/+6
* tools lib bpf: Report error when kernel doesn't support program typeWang Nan2016-07-131-7/+20
* tools lib bpf: New API to adjust type of a BPF programWang Nan2016-07-131-7/+46
* tools lib bpf: Add license headerWang Nan2016-07-041-0/+13
* tools lib bpf: Fix spelling mistake: "missmatch" -> "mismatch"Colin Ian King2016-06-291-1/+1
* tools lib bpf: Rename set_private() to set_priv()Arnaldo Carvalho de Melo2016-06-061-5/+4
* tools lib bpf: Make bpf_program__get_private() use IS_ERR()Arnaldo Carvalho de Melo2016-06-061-3/+2
* tools lib bpf: Remove _get_ from non-refcount method namesArnaldo Carvalho de Melo2016-06-061-11/+5
* tools lib bpf: Rename bpf_map__get_fd() to bpf_map__fd()Arnaldo Carvalho de Melo2016-06-061-5/+2
* tools lib bpf: Use IS_ERR() reporting macros with bpf_map__get_def()Arnaldo Carvalho de Melo2016-06-061-6/+2
* tools lib bpf: Rename bpf_map__get_name() to bpf_map__name()Arnaldo Carvalho de Melo2016-06-061-4/+2
* tools lib bpf: Use IS_ERR() reporting macros with bpf_map__get_private()Arnaldo Carvalho de Melo2016-06-061-7/+2
* perf bpf: Check relocation target sectionWang Nan2016-01-261-12/+22
* tools lib bpf: Fetch map names from correct strtabWang Nan2015-12-111-2/+9
* tools lib bpf: Check return value of strdup when reading map namesWang Nan2015-12-111-4/+9
* tools lib bpf: Extract and collect map names from BPF object fileWang Nan2015-11-271-3/+62
* tools lib bpf: Collect map definition in bpf_objectWang Nan2015-11-271-60/+127
* bpf tools: Load a program with different instances using preprocessorWang Nan2015-11-181-9/+137
* bpf tools: Add new API bpf_object__get_kversion()Wang Nan2015-11-061-0/+8
* bpf tools: Improve libbpf error reportingWang Nan2015-11-061-49/+110
* tools lib bpf: Fix compiler warning on CentOS 6Namhyung Kim2015-11-031-2/+2
* bpf tools: New API to get name from a BPF objectWang Nan2015-08-311-3/+22
* bpf tools: Link all bpf objects onto a listWang Nan2015-08-071-0/+32
* bpf tools: Introduce accessors for struct bpf_programWang Nan2015-08-071-0/+72
* bpf tools: Load eBPF programs in object files into kernelWang Nan2015-08-071-0/+90
* bpf tools: Relocate eBPF programsWang Nan2015-08-071-0/+52
* bpf tools: Create eBPF maps defined in an object fileWang Nan2015-08-071-0/+102
* bpf tools: Record map accessing instructions for each programWang Nan2015-08-071-0/+124
* 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-071-12/+50
* bpf tools: Open eBPF object file and do basic validationWang Nan2015-08-071-0/+158
* bpf tools: Allow caller to set printing functionWang Nan2015-08-071-0/+40
* bpf tools: Introduce 'bpf' library and add bpf feature checkWang Nan2015-08-071-0/+14
OpenPOWER on IntegriCloud