Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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; in call_path__new()
/kernel/linux/linux-6.6/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; in call_path__new()

Completed in 2 milliseconds