Searched defs:pr_debug (Results 1 – 13 of 13) sorted by relevance
/Linux-v5.15/tools/virtio/virtio-trace/ |
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-v5.15/tools/testing/selftests/kvm/include/ |
D | test_util.h | 26 #define pr_debug(...) printf(__VA_ARGS__) macro 28 #define pr_debug(...) _no_printf(__VA_ARGS__) macro
|
/Linux-v5.15/tools/bootconfig/include/linux/ |
D | printk.h | 12 #define pr_debug printk macro
|
/Linux-v5.15/tools/testing/radix-tree/linux/ |
D | kernel.h | 18 #define pr_debug printk macro
|
/Linux-v5.15/tools/lib/api/ |
D | debug-internal.h | 19 #define pr_debug(fmt, ...) __pr(__pr_debug, fmt, ##__VA_ARGS__) macro
|
/Linux-v5.15/tools/perf/pmu-events/ |
D | json.h | 27 #define pr_debug(fmt, ...) \ macro
|
/Linux-v5.15/tools/virtio/linux/ |
D | kernel.h | 133 #define pr_debug(format, ...) fprintf (stderr, format, ## __VA_ARGS__) macro 135 #define pr_debug(format, ...) do {} while (0) macro
|
/Linux-v5.15/tools/lib/perf/ |
D | internal.h | 19 #define pr_debug(fmt, ...) __pr(LIBPERF_DEBUG, fmt, ##__VA_ARGS__) macro
|
/Linux-v5.15/tools/perf/util/ |
D | debug.h | 34 #define pr_debug(fmt, ...) \ macro
|
/Linux-v5.15/include/linux/ |
D | printk.h | 569 #define pr_debug(fmt, ...) \ macro 572 #define pr_debug(fmt, ...) \ macro 575 #define pr_debug(fmt, ...) \ macro
|
/Linux-v5.15/tools/perf/dlfilters/ |
D | dlfilter-test-api-v0.c | 121 #define pr_debug(fmt, ...) do { \ macro
|
/Linux-v5.15/tools/bpf/resolve_btfids/ |
D | main.c | 135 #define pr_debug(fmt, ...) \ macro
|
/Linux-v5.15/tools/lib/bpf/ |
D | libbpf_internal.h | 117 #define pr_debug(fmt, ...) __pr(LIBBPF_DEBUG, fmt, ##__VA_ARGS__) macro
|