aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/lib/bpf/hashmap.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-07-11libbpf: Remove HASHMAP_INIT static initialization helperJohn Sanpe1-10/+0
2022-11-11libbpf: Hashmap.h update to fix build issues using LLVM14Eduard Zingerman1-1/+2
2022-11-09libbpf: Hashmap interface update to allow both long and void* keys/valuesEduard Zingerman1-34/+56
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