summaryrefslogtreecommitdiff
path: root/tools/lib/bpf/bpf.c
AgeCommit message (Expand)AuthorFilesLines
2017-02-10bpf: Remove bpf_sys.h from selftestsMickaël Salaün1-0/+6
2017-02-10bpf: Use bpf_map_get_next_key() from the libraryMickaël Salaün1-1/+1
2017-02-10bpf: Use bpf_map_delete_elem() from the libraryMickaël Salaün1-1/+1
2017-02-10bpf: Use bpf_map_lookup_elem() from the libraryMickaël Salaün1-1/+1
2017-02-10bpf: Use bpf_map_update_elem() from the libraryMickaël Salaün1-1/+1
2017-02-10bpf: Use bpf_load_program() from the libraryMickaël Salaün1-3/+3
2016-12-20tools lib bpf: Add bpf_prog_{attach,detach}Joe Stringer1-0/+23
2016-12-15tools lib bpf: Add flags to bpf_create_map()Joe Stringer1-1/+2
2016-12-15tools lib bpf: use __u32 from linux/types.hJoe Stringer1-2/+2
2016-11-29tools lib bpf: Add missing BPF functionsWang Nan1-0/+56
2016-07-05tools lib bpf: Add license headerWang Nan1-0/+13
2016-01-12perf tools: Fix PowerPC native buildingWang Nan1-2/+2
2015-11-26bpf tools: Add helper function for updating bpf maps elementsHe Kuang1-0/+14
2015-08-07bpf tools: Introduce bpf_load_program() to bpf.cWang Nan1-0/+34
2015-08-07bpf tools: Add bpf.c/h for common bpf operationsWang Nan1-0/+51