Home
last modified time | relevance | path

Searched refs:hash_64 (Results 1 – 5 of 5) sorted by relevance

/tools/include/linux/
A Dhash.h18 #define hash_long(val, bits) hash_64(val, bits)
72 #define hash_64 hash_64_generic macro
/tools/lib/perf/
A Devlist.c315 hash = hash_64(sid->id, PERF_EVLIST__HLIST_BITS); in perf_evlist__id_hash()
/tools/perf/util/
A Devlist.c605 hash = hash_64(id, PERF_EVLIST__HLIST_BITS); in evlist__id2sid()
688 hash = hash_64(id, PERF_EVLIST__HLIST_BITS); in evlist__event2evsel()
A Dmachine.c2234 int h = hash_64(l[i].from, CHASHBITS) % CHASHSZ; in remove_loops()
/tools/perf/
A Dbuiltin-inject.c1147 hash = hash_64(guest_id->id, PERF_EVLIST__HLIST_BITS); in guest_session__map_id()
1206 hash = hash_64(id, PERF_EVLIST__HLIST_BITS); in guest_session__lookup_id()

Completed in 25 milliseconds