Searched refs:hash_32 (Results 1 – 5 of 5) sorted by relevance
| /tools/include/linux/ |
| A D | hash.h | 16 #define hash_long(val, bits) hash_32(val, bits) 65 static inline u32 hash_32(u32 val, unsigned int bits) in hash_32() function 81 return hash_32((u32)val ^ __hash_32(val >> 32), bits); in hash_64_generic()
|
| A D | hashtable.h | 29 (sizeof(val) <= 4 ? hash_32(val, bits) : hash_long(val, bits))
|
| /tools/lib/perf/ |
| A D | evsel.c | 576 hash = hash_32(tid, PERF_SAMPLE_ID__HLIST_BITS); in perf_sample_id__get_period_storage()
|
| /tools/perf/util/ |
| A D | auxtrace.c | 2118 hlist_add_head(&entry->hash, &c->hashtable[hash_32(key, c->bits)]); in auxtrace_cache__add() 2133 hlist = &c->hashtable[hash_32(key, c->bits)]; in auxtrace_cache__rm() 2159 hlist = &c->hashtable[hash_32(key, c->bits)]; in auxtrace_cache__lookup()
|
| /tools/perf/ |
| A D | builtin-inject.c | 1070 hash = hash_32(guest_tid->tid, PERF_EVLIST__HLIST_BITS); in guest_session__map_tid() 1313 hash = hash_32(tid, PERF_EVLIST__HLIST_BITS); in guest_session__lookup_tid()
|
Completed in 16 milliseconds