OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PERF_EVLIST__HLIST_SIZE
(Results
1 - 2
of
2
) sorted by null
/external/linux-tools-perf/util/
evlist.h
19
#define
PERF_EVLIST__HLIST_SIZE
(1 << PERF_EVLIST__HLIST_BITS)
23
struct hlist_head heads[
PERF_EVLIST__HLIST_SIZE
];
evlist.c
36
for (i = 0; i <
PERF_EVLIST__HLIST_SIZE
; ++i)
Completed in 106 milliseconds