Searched defs:pr_debug (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/tools/virtio/virtio-trace/ |
D | trace-agent.h | 70 #define pr_debug(format, ...) fprintf(stderr, format, ## __VA_ARGS__) macro 72 #define pr_debug(format, ...) do {} while (0) macro
|
/linux-4.4.14/tools/virtio/linux/ |
D | kernel.h | 100 #define pr_debug(format, ...) fprintf (stderr, format, ## __VA_ARGS__) macro 102 #define pr_debug(format, ...) do {} while (0) macro
|
/linux-4.4.14/tools/perf/util/ |
D | debug.h | 27 #define pr_debug(fmt, ...) \ macro
|
/linux-4.4.14/include/linux/ |
D | printk.h | 282 #define pr_debug(fmt, ...) \ macro 285 #define pr_debug(fmt, ...) \ macro 288 #define pr_debug(fmt, ...) \ macro
|
/linux-4.4.14/tools/lib/bpf/ |
D | libbpf.c | 53 #define pr_debug(fmt, ...) __pr(__pr_debug, fmt, ##__VA_ARGS__) macro
|