Searched refs:kcov_debug (Results 1 – 1 of 1) sorted by relevance
/linux-6.6.21/kernel/ |
D | kcov.c | 29 #define kcov_debug(fmt, ...) pr_debug("%s: " fmt, __func__, ##__VA_ARGS__) macro 350 kcov_debug("t = %px, size = %u, area = %px\n", t, size, area); in kcov_start() 444 kcov_debug("t = %px, kcov->t = %px\n", t, kcov->t); in kcov_task_exit() 881 kcov_debug("handle = %llx, context: %s\n", handle, in kcov_remote_start() 935 kcov_debug("%px %u <= %px %lu\n", in kcov_move_area()
|