Home
last modified time | relevance | path

Searched refs:PERF_EVLIST__HLIST_SIZE (Results 1 – 3 of 3) sorted by relevance

/linux/tools/lib/perf/include/internal/
H A Devlist.h11 #define PERF_EVLIST__HLIST_SIZE (1 << PERF_EVLIST__HLIST_BITS) macro
33 struct hlist_head heads[PERF_EVLIST__HLIST_SIZE];
/linux/tools/perf/
H A Dbuiltin-inject.c99 struct hlist_head heads[PERF_EVLIST__HLIST_SIZE];
101 struct hlist_head tids[PERF_EVLIST__HLIST_SIZE];
1505 free_hlist(gs->heads, PERF_EVLIST__HLIST_SIZE); in guest_session__exit()
1506 free_hlist(gs->tids, PERF_EVLIST__HLIST_SIZE); in guest_session__exit()
/linux/tools/lib/perf/
H A Devlist.c266 for (i = 0; i < PERF_EVLIST__HLIST_SIZE; ++i) in perf_evlist__reset_id_hash()