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