Home
last modified time | relevance | path

Searched refs:PERF_EVLIST__HLIST_BITS (Results 1 – 4 of 4) sorted by relevance

/linux-6.3-rc2/tools/lib/perf/include/internal/
A Devlist.h10 #define PERF_EVLIST__HLIST_BITS 8 macro
11 #define PERF_EVLIST__HLIST_SIZE (1 << PERF_EVLIST__HLIST_BITS)
/linux-6.3-rc2/tools/perf/
A Dbuiltin-inject.c879 hash = hash_32(guest_tid->tid, PERF_EVLIST__HLIST_BITS); in guest_session__map_tid()
956 hash = hash_64(guest_id->id, PERF_EVLIST__HLIST_BITS); in guest_session__map_id()
1015 hash = hash_64(id, PERF_EVLIST__HLIST_BITS); in guest_session__lookup_id()
1122 hash = hash_32(tid, PERF_EVLIST__HLIST_BITS); in guest_session__lookup_tid()
/linux-6.3-rc2/tools/lib/perf/
A Devlist.c243 hash = hash_64(sid->id, PERF_EVLIST__HLIST_BITS); in perf_evlist__id_hash()
/linux-6.3-rc2/tools/perf/util/
A Devlist.c647 hash = hash_64(id, PERF_EVLIST__HLIST_BITS); in evlist__id2sid()
730 hash = hash_64(id, PERF_EVLIST__HLIST_BITS); in evlist__event2evsel()

Completed in 13 milliseconds