Home
last modified time | relevance | path

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

/tools/perf/util/
Dcall-path.h48 #define CALL_PATH_BLOCK_SIZE (1 << CALL_PATH_BLOCK_SHIFT) macro
49 #define CALL_PATH_BLOCK_MASK (CALL_PATH_BLOCK_SIZE - 1)
52 struct call_path cp[CALL_PATH_BLOCK_SIZE];
Dcall-path.c74 cpr->sz += CALL_PATH_BLOCK_SIZE; in call_path__new()