Home
last modified time | relevance | path

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

/linux-6.1.9/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
/linux-6.1.9/tools/testing/selftests/kvm/include/
Dtest_util.h26 #define pr_debug(...) printf(__VA_ARGS__) macro
28 #define pr_debug(...) _no_printf(__VA_ARGS__) macro
/linux-6.1.9/tools/testing/memblock/linux/
Dprintk.h20 #define pr_debug printk macro
/linux-6.1.9/tools/lib/api/
Ddebug-internal.h19 #define pr_debug(fmt, ...) __pr(__pr_debug, fmt, ##__VA_ARGS__) macro
/linux-6.1.9/tools/testing/radix-tree/linux/
Dkernel.h19 #define pr_debug printk macro
/linux-6.1.9/tools/virtio/linux/
Dkernel.h132 #define pr_debug(format, ...) fprintf (stderr, format, ## __VA_ARGS__) macro
134 #define pr_debug(format, ...) do {} while (0) macro
/linux-6.1.9/tools/lib/perf/
Dinternal.h19 #define pr_debug(fmt, ...) __pr(LIBPERF_DEBUG, fmt, ##__VA_ARGS__) macro
/linux-6.1.9/tools/perf/util/
Ddebug.h34 #define pr_debug(fmt, ...) \ macro
/linux-6.1.9/include/linux/
Dprintk.h580 #define pr_debug(fmt, ...) \ macro
583 #define pr_debug(fmt, ...) \ macro
586 #define pr_debug(fmt, ...) \ macro
/linux-6.1.9/tools/perf/dlfilters/
Ddlfilter-test-api-v0.c121 #define pr_debug(fmt, ...) do { \ macro
/linux-6.1.9/tools/bpf/resolve_btfids/
Dmain.c152 #define pr_debug(fmt, ...) \ macro
/linux-6.1.9/tools/lib/bpf/
Drelo_core.c55 #define pr_debug(fmt, log, ...) bpf_log((void *)log, fmt, "", ##__VA_ARGS__) macro
Dlibbpf_internal.h156 #define pr_debug(fmt, ...) __pr(LIBBPF_DEBUG, fmt, ##__VA_ARGS__) macro