Searched defs:pr_debug (Results 1 – 8 of 8) sorted by relevance
/Linux-v4.19/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-v4.19/tools/testing/radix-tree/linux/ |
D | kernel.h | 17 #define pr_debug printk macro
|
/Linux-v4.19/tools/lib/api/ |
D | debug-internal.h | 19 #define pr_debug(fmt, ...) __pr(__pr_debug, fmt, ##__VA_ARGS__) macro
|
/Linux-v4.19/tools/perf/pmu-events/ |
D | json.h | 27 #define pr_debug(fmt, ...) \ macro
|
/Linux-v4.19/tools/virtio/linux/ |
D | kernel.h | 119 #define pr_debug(format, ...) fprintf (stderr, format, ## __VA_ARGS__) macro 121 #define pr_debug(format, ...) do {} while (0) macro
|
/Linux-v4.19/tools/perf/util/ |
D | debug.h | 29 #define pr_debug(fmt, ...) \ macro
|
/Linux-v4.19/include/linux/ |
D | printk.h | 339 #define pr_debug(fmt, ...) \ macro 342 #define pr_debug(fmt, ...) \ macro 345 #define pr_debug(fmt, ...) \ macro
|
/Linux-v4.19/tools/lib/bpf/ |
D | libbpf.c | 89 #define pr_debug(fmt, ...) __pr(__pr_debug, fmt, ##__VA_ARGS__) macro
|