Searched defs:pr_debug (Results 1 – 15 of 15) sorted by relevance
| /linux/tools/virtio/virtio-trace/ |
| A D | trace-agent.h | 71 #define pr_debug(format, ...) fprintf(stderr, format, ## __VA_ARGS__) macro 73 #define pr_debug(format, ...) do {} while (0) macro
|
| /linux/tools/testing/memblock/linux/ |
| A D | printk.h | 20 #define pr_debug printk macro
|
| /linux/tools/lib/api/ |
| A D | debug-internal.h | 19 #define pr_debug(fmt, ...) __pr(__pr_debug, fmt, ##__VA_ARGS__) macro
|
| /linux/tools/virtio/linux/ |
| A D | kernel.h | 130 #define pr_debug(format, ...) fprintf (stderr, format, ## __VA_ARGS__) macro 132 #define pr_debug(format, ...) do {} while (0) macro
|
| /linux/tools/testing/selftests/kvm/include/ |
| A D | test_util.h | 28 #define pr_debug(...) printf(__VA_ARGS__) macro 30 #define pr_debug(...) _no_printf(__VA_ARGS__) macro
|
| /linux/tools/testing/shared/linux/ |
| A D | kernel.h | 19 #define pr_debug printk macro
|
| /linux/tools/lib/perf/ |
| A D | internal.h | 19 #define pr_debug(fmt, ...) __pr(LIBPERF_DEBUG, fmt, ##__VA_ARGS__) macro
|
| /linux/rust/kernel/ |
| A D | print.rs | 380 macro_rules! pr_debug ( macro
|
| /linux/tools/perf/util/ |
| A D | debug.h | 36 #define pr_debug(fmt, ...) \ macro
|
| /linux/include/linux/ |
| A D | printk.h | 613 #define pr_debug(fmt, ...) \ macro 616 #define pr_debug(fmt, ...) \ macro 619 #define pr_debug(fmt, ...) \ macro
|
| /linux/tools/perf/dlfilters/ |
| A D | dlfilter-test-api-v0.c | 121 #define pr_debug(fmt, ...) do { \ macro
|
| A D | dlfilter-test-api-v2.c | 136 #define pr_debug(fmt, ...) do { \ macro
|
| /linux/tools/bpf/resolve_btfids/ |
| A D | main.c | 162 #define pr_debug(fmt, ...) \ macro
|
| /linux/tools/lib/bpf/ |
| A D | relo_core.c | 55 #define pr_debug(fmt, log, ...) bpf_log((void *)log, fmt, "", ##__VA_ARGS__) macro
|
| A D | libbpf_internal.h | 172 #define pr_debug(fmt, ...) __pr(LIBBPF_DEBUG, fmt, ##__VA_ARGS__) macro
|
Completed in 19 milliseconds