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

/external/linux-tools-perf/util/
H A Devlist.h18 #define PERF_EVLIST__HLIST_BITS 8 macro
19 #define PERF_EVLIST__HLIST_SIZE (1 << PERF_EVLIST__HLIST_BITS)
H A Devlist.c125 hash = hash_64(sid->id, PERF_EVLIST__HLIST_BITS);
166 hash = hash_64(id, PERF_EVLIST__HLIST_BITS);

Completed in 148 milliseconds