Home
last modified time | relevance | path

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

/linux-6.1.9/tools/perf/util/
Dcall-path.h40 #define CALL_PATH_BLOCK_MASK (CALL_PATH_BLOCK_SIZE - 1) macro
Dcall-path.c69 n = cpr->next++ & CALL_PATH_BLOCK_MASK; in call_path__new()