OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PERF_EVLIST__HLIST_BITS
(Results
1 - 2
of
2
) sorted by null
/external/linux-tools-perf/util/
evlist.h
18
#define
PERF_EVLIST__HLIST_BITS
8
19
#define PERF_EVLIST__HLIST_SIZE (1 <<
PERF_EVLIST__HLIST_BITS
)
evlist.c
125
hash = hash_64(sid->id,
PERF_EVLIST__HLIST_BITS
);
166
hash = hash_64(id,
PERF_EVLIST__HLIST_BITS
);
Completed in 24 milliseconds