Home
last modified time | relevance | path

Searched refs:PER_VCPU_DEBUG (Results 1 – 2 of 2) sorted by relevance

/linux/tools/testing/selftests/kvm/include/
H A Duserfaultfd_util.h49 #define PER_VCPU_DEBUG(...) printf(__VA_ARGS__) macro
51 #define PER_VCPU_DEBUG(...) _no_printf(__VA_ARGS__) macro
/linux/tools/testing/selftests/kvm/
H A Ddemand_paging_test.c53 PER_VCPU_DEBUG("vCPU %d execution time: %ld.%.9lds\n", vcpu_idx, in vcpu_worker()