Searched refs:PERF_EVLIST__HLIST_BITS (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/tools/lib/perf/include/internal/ |
H A D | evlist.h | 9 #define PERF_EVLIST__HLIST_BITS 8 macro 10 #define PERF_EVLIST__HLIST_SIZE (1 << PERF_EVLIST__HLIST_BITS)
|
/kernel/linux/linux-6.6/tools/lib/perf/include/internal/ |
H A D | evlist.h | 10 #define PERF_EVLIST__HLIST_BITS 8 macro 11 #define PERF_EVLIST__HLIST_SIZE (1 << PERF_EVLIST__HLIST_BITS)
|
/kernel/linux/linux-6.6/tools/perf/ |
H A D | builtin-inject.c | 890 hash = hash_32(guest_tid->tid, PERF_EVLIST__HLIST_BITS); in guest_session__map_tid() 967 hash = hash_64(guest_id->id, PERF_EVLIST__HLIST_BITS); in guest_session__map_id() 1026 hash = hash_64(id, PERF_EVLIST__HLIST_BITS); in guest_session__lookup_id() 1133 hash = hash_32(tid, PERF_EVLIST__HLIST_BITS); in guest_session__lookup_tid()
|
/kernel/linux/linux-5.10/tools/lib/perf/ |
H A D | evlist.c | 236 hash = hash_64(sid->id, PERF_EVLIST__HLIST_BITS); in perf_evlist__id_hash()
|
/kernel/linux/linux-6.6/tools/lib/perf/ |
H A D | evlist.c | 258 hash = hash_64(sid->id, PERF_EVLIST__HLIST_BITS); in perf_evlist__id_hash()
|
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | evlist.c | 530 hash = hash_64(id, PERF_EVLIST__HLIST_BITS); in perf_evlist__id2sid() 616 hash = hash_64(id, PERF_EVLIST__HLIST_BITS); in perf_evlist__event2evsel()
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | evlist.c | 652 hash = hash_64(id, PERF_EVLIST__HLIST_BITS); in evlist__id2sid() 735 hash = hash_64(id, PERF_EVLIST__HLIST_BITS); in evlist__event2evsel()
|
Completed in 12 milliseconds