Home
last modified time | relevance | path

Searched refs:PERF_EVLIST__HLIST_SIZE (Results 1 - 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/tools/lib/perf/include/internal/
H A Devlist.h10 #define PERF_EVLIST__HLIST_SIZE (1 << PERF_EVLIST__HLIST_BITS) macro
26 struct hlist_head heads[PERF_EVLIST__HLIST_SIZE];
/kernel/linux/linux-6.6/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];
/kernel/linux/linux-6.6/tools/perf/
H A Dbuiltin-inject.c99 struct hlist_head heads[PERF_EVLIST__HLIST_SIZE];
101 struct hlist_head tids[PERF_EVLIST__HLIST_SIZE];
1316 free_hlist(gs->heads, PERF_EVLIST__HLIST_SIZE); in guest_session__exit()
1317 free_hlist(gs->tids, PERF_EVLIST__HLIST_SIZE); in guest_session__exit()
/kernel/linux/linux-5.10/tools/lib/perf/
H A Devlist.c31 for (i = 0; i < PERF_EVLIST__HLIST_SIZE; ++i) in perf_evlist__init()
/kernel/linux/linux-6.6/tools/lib/perf/
H A Devlist.c266 for (i = 0; i < PERF_EVLIST__HLIST_SIZE; ++i) in perf_evlist__reset_id_hash()

Completed in 8 milliseconds