summaryrefslogtreecommitdiff
path: root/tools/lib/bpf/libbpf.h
AgeCommit message (Expand)AuthorFilesLines
2015-11-28tools lib bpf: Extract and collect map names from BPF object fileWang Nan1-0/+3
2015-11-28tools lib bpf: Collect map definition in bpf_objectWang Nan1-0/+21
2015-11-18bpf tools: Load a program with different instances using preprocessorWang Nan1-0/+64
2015-11-06bpf tools: Add new API bpf_object__get_kversion()Wang Nan1-0/+1
2015-11-06bpf tools: Improve libbpf error reportingWang Nan1-0/+20
2015-11-03tools lib bpf: Fix compiler warning on CentOS 6Namhyung Kim1-1/+1
2015-08-31bpf tools: New API to get name from a BPF objectWang Nan1-1/+3
2015-08-07bpf tools: Link all bpf objects onto a listWang Nan1-0/+7
2015-08-07bpf tools: Introduce accessors for struct bpf_programWang Nan1-0/+24
2015-08-07bpf tools: Create eBPF maps defined in an object fileWang Nan1-0/+4
2015-08-07bpf tools: Record map accessing instructions for each programWang Nan1-0/+13
2015-08-07bpf tools: Read eBPF object from bufferWang Nan1-0/+2
2015-08-07bpf tools: Open eBPF object file and do basic validationWang Nan1-0/+8
2015-08-07bpf tools: Allow caller to set printing functionWang Nan1-0/+12
2015-08-07bpf tools: Introduce 'bpf' library and add bpf feature checkWang Nan1-0/+11