Searched refs:CALL_PATH_BLOCK_MASK (Results 1 – 2 of 2) sorted by relevance
/linux-6.1.9/tools/perf/util/ | ||
D | call-path.h | 40 #define CALL_PATH_BLOCK_MASK (CALL_PATH_BLOCK_SIZE - 1) macro |
D | call-path.c | 69 n = cpr->next++ & CALL_PATH_BLOCK_MASK; in call_path__new() |