HomeSort by relevance Sort by last modified time
    Searched refs:PERF_EVLIST__HLIST_BITS (Results 1 - 2 of 2) sorted by null

  /external/linux-tools-perf/src/tools/perf/util/
evlist.h 17 #define PERF_EVLIST__HLIST_BITS 8
18 #define PERF_EVLIST__HLIST_SIZE (1 << PERF_EVLIST__HLIST_BITS)
evlist.c 350 hash = hash_64(sid->id, PERF_EVLIST__HLIST_BITS);
408 hash = hash_64(id, PERF_EVLIST__HLIST_BITS);
479 hash = hash_64(id, PERF_EVLIST__HLIST_BITS);

Completed in 112 milliseconds