Searched defs:pr_debug (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/kvm/include/ |
H A D | test_util.h | 26 #define pr_debug(...) printf(__VA_ARGS__) macro 28 #define pr_debug(...) _no_printf(__VA_ARGS__) macro
|
/aosp_15_r20/external/zstd/contrib/linux-kernel/test/include/linux/ |
H A D | printk.h | 13 #define pr_debug(...) macro
|
/aosp_15_r20/external/coreboot/src/drivers/aspeed/common/ |
H A D | aspeed_coreboot.h | 35 #define pr_debug(format, arg...) printk(BIOS_INFO, "%s: " format, __func__, ##arg) macro
|
/aosp_15_r20/external/libbpf/src/ |
H A D | relo_core.c | 55 #define pr_debug(fmt, log, ...) bpf_log((void *)log, fmt, "", ##__VA_ARGS__) macro
|
H A D | libbpf_internal.h | 172 #define pr_debug(fmt, ...) __pr(LIBBPF_DEBUG, fmt, ##__VA_ARGS__) macro
|
/aosp_15_r20/out/soong/.intermediates/external/libbpf/libbpf_headers/gen/bpf/ |
D | libbpf_internal.h | 172 #define pr_debug(fmt, ...) __pr(LIBBPF_DEBUG, fmt, ##__VA_ARGS__) macro
|