Home
last modified time | relevance | path

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

/tools/perf/util/
Devlist.h20 #define PERF_EVLIST__HLIST_BITS 8 macro
21 #define PERF_EVLIST__HLIST_SIZE (1 << PERF_EVLIST__HLIST_BITS)
Devlist.c502 hash = hash_64(sid->id, PERF_EVLIST__HLIST_BITS); in perf_evlist__id_hash()
576 hash = hash_64(id, PERF_EVLIST__HLIST_BITS); in perf_evlist__id2sid()
662 hash = hash_64(id, PERF_EVLIST__HLIST_BITS); in perf_evlist__event2evsel()