Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/util/
Devlist.h24 #define PERF_EVLIST__HLIST_BITS 8 macro
25 #define PERF_EVLIST__HLIST_SIZE (1 << PERF_EVLIST__HLIST_BITS)
Devlist.c505 hash = hash_64(sid->id, PERF_EVLIST__HLIST_BITS); in perf_evlist__id_hash()
579 hash = hash_64(id, PERF_EVLIST__HLIST_BITS); in perf_evlist__id2sid()
665 hash = hash_64(id, PERF_EVLIST__HLIST_BITS); in perf_evlist__event2evsel()