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