Home
last modified time | relevance | path

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

/linux/tools/virtio/virtio-trace/
A Dtrace-agent.h71 #define pr_debug(format, ...) fprintf(stderr, format, ## __VA_ARGS__) macro
73 #define pr_debug(format, ...) do {} while (0) macro
/linux/tools/testing/selftests/kvm/include/
A Dtest_util.h26 #define pr_debug(...) printf(__VA_ARGS__) macro
28 #define pr_debug(...) _no_printf(__VA_ARGS__) macro
/linux/tools/testing/radix-tree/linux/
A Dkernel.h18 #define pr_debug printk macro
/linux/tools/lib/api/
A Ddebug-internal.h19 #define pr_debug(fmt, ...) __pr(__pr_debug, fmt, ##__VA_ARGS__) macro
/linux/tools/perf/pmu-events/
A Djson.h27 #define pr_debug(fmt, ...) \ macro
/linux/tools/virtio/linux/
A Dkernel.h133 #define pr_debug(format, ...) fprintf (stderr, format, ## __VA_ARGS__) macro
135 #define pr_debug(format, ...) do {} while (0) macro
/linux/tools/lib/perf/
A Dinternal.h19 #define pr_debug(fmt, ...) __pr(LIBPERF_DEBUG, fmt, ##__VA_ARGS__) macro
/linux/tools/perf/util/
A Ddebug.h34 #define pr_debug(fmt, ...) \ macro
/linux/include/linux/
A Dprintk.h573 #define pr_debug(fmt, ...) \ macro
576 #define pr_debug(fmt, ...) \ macro
579 #define pr_debug(fmt, ...) \ macro
/linux/tools/perf/dlfilters/
A Ddlfilter-test-api-v0.c121 #define pr_debug(fmt, ...) do { \ macro
/linux/tools/bpf/resolve_btfids/
A Dmain.c137 #define pr_debug(fmt, ...) \ macro
/linux/tools/lib/bpf/
A Dlibbpf_internal.h141 #define pr_debug(fmt, ...) __pr(LIBBPF_DEBUG, fmt, ##__VA_ARGS__) macro

Completed in 18 milliseconds