Home
last modified time | relevance | path

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

/Linux-v6.1/tools/lib/perf/include/internal/
Devlist.h11 #define PERF_EVLIST__HLIST_SIZE (1 << PERF_EVLIST__HLIST_BITS) macro
34 struct hlist_head heads[PERF_EVLIST__HLIST_SIZE];
/Linux-v6.1/tools/perf/
Dbuiltin-inject.c99 struct hlist_head heads[PERF_EVLIST__HLIST_SIZE];
101 struct hlist_head tids[PERF_EVLIST__HLIST_SIZE];
1300 free_hlist(gs->heads, PERF_EVLIST__HLIST_SIZE); in guest_session__exit()
1301 free_hlist(gs->tids, PERF_EVLIST__HLIST_SIZE); in guest_session__exit()
/Linux-v6.1/tools/lib/perf/
Devlist.c251 for (i = 0; i < PERF_EVLIST__HLIST_SIZE; ++i) in perf_evlist__reset_id_hash()