summaryrefslogtreecommitdiffstats
path: root/tools/lib/bpf/hashmap.h
AgeCommit message (Expand)AuthorLines
2020-11-02libbpf, hashmap: Fix undefined behavior in hash_bitsIan Rogers-6/+9
2020-09-28libbpf: Extract generic string hashing function for reuseAndrii Nakryiko-0/+12
2020-07-09libbpf: Fix libbpf hashmap on (I)LP32 architecturesJakub Bogusz-4/+8
2020-06-10libbpf: Define __WORDSIZE if not availableArnaldo Carvalho de Melo-4/+3
2020-05-16libbpf, hashmap: Remove unused #includeIan Rogers-1/+0
2019-07-29libbpf: fix missing __WORDSIZE definitionAndrii Nakryiko-0/+5
2019-05-24libbpf: add resizable non-thread safe internal hashmapAndrii Nakryiko-0/+173