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

/linux-master/tools/perf/util/
H A Dcall-path.h39 #define CALL_PATH_BLOCK_SIZE (1 << CALL_PATH_BLOCK_SHIFT) macro
40 #define CALL_PATH_BLOCK_MASK (CALL_PATH_BLOCK_SIZE - 1)
43 struct call_path cp[CALL_PATH_BLOCK_SIZE];
H A Dcall-path.c66 cpr->sz += CALL_PATH_BLOCK_SIZE;

Completed in 92 milliseconds