Age | Commit message (Expand) | Author |
---|---|---|
2015-08-07 | bpf tools: Add bpf.c/h for common bpf operations | Wang Nan |
2015-08-07 | bpf tools: Record map accessing instructions for each program | Wang Nan |
2015-08-07 | bpf tools: Collect relocation sections from SHT_REL sections | Wang Nan |
2015-08-07 | bpf tools: Collect eBPF programs from their own sections | Wang Nan |
2015-08-07 | bpf tools: Collect symbol table from SHT_SYMTAB section | Wang Nan |
2015-08-07 | bpf tools: Collect map definitions from 'maps' section | Wang Nan |
2015-08-07 | bpf tools: Collect version and license from ELF sections | Wang Nan |
2015-08-07 | bpf tools: Iterate over ELF sections to collect information | Wang Nan |
2015-08-07 | bpf tools: Check endianness and make libbpf fail early | Wang Nan |
2015-08-07 | bpf tools: Read eBPF object from buffer | Wang Nan |
2015-08-07 | bpf tools: Open eBPF object file and do basic validation | Wang Nan |
2015-08-07 | bpf tools: Allow caller to set printing function | Wang Nan |
2015-08-07 | bpf tools: Introduce 'bpf' library and add bpf feature check | Wang Nan |