Searched refs:kcov_debug (Results 1 – 1 of 1) sorted by relevance
/kernel/ |
D | kcov.c | 28 #define kcov_debug(fmt, ...) pr_debug("%s: " fmt, __func__, ##__VA_ARGS__) macro 122 kcov_debug("size = %u\n", size); in kcov_remote_area_get() 127 kcov_debug("rv = %px\n", area); in kcov_remote_area_get() 131 kcov_debug("rv = NULL\n"); in kcov_remote_area_get() 139 kcov_debug("area = %px, size = %u\n", area, size); in kcov_remote_area_put() 318 kcov_debug("t = %px, size = %u, area = %px\n", t, size, area); in kcov_start() 369 kcov_debug("removing handle %llx\n", remote->handle); in kcov_remote_reset() 410 kcov_debug("t = %px, kcov->t = %px\n", t, kcov->t); in kcov_task_exit() 556 kcov_debug("KCOV_INIT_TRACE\n"); in kcov_ioctl_locked() 575 kcov_debug("KCOV_ENABLE\n"); in kcov_ioctl_locked() [all …]
|