Home
last modified time | relevance | path

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

/tools/testing/selftests/kvm/include/
Dtest_util.h25 #define pr_debug(...) printf(__VA_ARGS__) macro
27 #define pr_debug(...) _no_printf(__VA_ARGS__) macro
/tools/virtio/virtio-trace/
Dtrace-agent.h71 #define pr_debug(format, ...) fprintf(stderr, format, ## __VA_ARGS__) macro
73 #define pr_debug(format, ...) do {} while (0) macro
/tools/bootconfig/include/linux/
Dprintk.h12 #define pr_debug printk macro
/tools/testing/radix-tree/linux/
Dkernel.h18 #define pr_debug printk macro
/tools/lib/api/
Ddebug-internal.h19 #define pr_debug(fmt, ...) __pr(__pr_debug, fmt, ##__VA_ARGS__) macro
/tools/perf/pmu-events/
Djson.h27 #define pr_debug(fmt, ...) \ macro
/tools/lib/perf/
Dinternal.h19 #define pr_debug(fmt, ...) __pr(LIBPERF_DEBUG, fmt, ##__VA_ARGS__) macro
/tools/virtio/linux/
Dkernel.h123 #define pr_debug(format, ...) fprintf (stderr, format, ## __VA_ARGS__) macro
125 #define pr_debug(format, ...) do {} while (0) macro
/tools/perf/util/
Ddebug.h26 #define pr_debug(fmt, ...) \ macro
/tools/lib/bpf/
Dlibbpf_internal.h79 #define pr_debug(fmt, ...) __pr(LIBBPF_DEBUG, fmt, ##__VA_ARGS__) macro
/tools/bpf/resolve_btfids/
Dmain.c135 #define pr_debug(fmt, ...) \ macro