aboutsummaryrefslogtreecommitdiffstats
path: root/tools/lib/bpf/libbpf.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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