Home
last modified time | relevance | path

Searched refs:PERF_SAMPLE_ID__HLIST_BITS (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/tools/lib/perf/include/internal/
H A Devsel.h37 #define PERF_SAMPLE_ID__HLIST_BITS 4 macro
38 #define PERF_SAMPLE_ID__HLIST_SIZE (1 << PERF_SAMPLE_ID__HLIST_BITS)
/linux-6.15/tools/lib/perf/
H A Devsel.c565 hash = hash_32(tid, PERF_SAMPLE_ID__HLIST_BITS); in perf_sample_id__get_period_storage()