Home
last modified time | relevance | path

Searched defs:pr_debug (Results 1 – 4 of 4) sorted by relevance

/tools/virtio/virtio-trace/
Dtrace-agent.h70 #define pr_debug(format, ...) fprintf(stderr, format, ## __VA_ARGS__) macro
72 #define pr_debug(format, ...) do {} while (0) macro
/tools/virtio/linux/
Dkernel.h100 #define pr_debug(format, ...) fprintf (stderr, format, ## __VA_ARGS__) macro
102 #define pr_debug(format, ...) do {} while (0) macro
/tools/perf/util/
Ddebug.h27 #define pr_debug(fmt, ...) \ macro
/tools/lib/bpf/
Dlibbpf.c53 #define pr_debug(fmt, ...) __pr(__pr_debug, fmt, ##__VA_ARGS__) macro