Searched defs:pr_debug2 (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/tools/lib/perf/ |
H A D | internal.h | 20 #define pr_debug2(fmt, ...) __pr(LIBPERF_DEBUG2, fmt, ##__VA_ARGS__) macro
|
/kernel/linux/linux-6.6/tools/lib/perf/ |
H A D | internal.h | 20 #define pr_debug2(fmt, ...) __pr(LIBPERF_DEBUG2, fmt, ##__VA_ARGS__) macro
|
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | debug.h | 30 #define pr_debug2(fmt, ...) pr_debugN(2, pr_fmt(fmt), ##__VA_ARGS__) macro
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | debug.h | 38 #define pr_debug2(fmt, ...) pr_debugN(2, pr_fmt(fmt), ##__VA_ARGS__) macro
|
/kernel/linux/linux-5.10/tools/bpf/resolve_btfids/ |
H A D | main.c | 139 #define pr_debug2(fmt, ...) pr_debugN(2, pr_fmt(fmt), ##__VA_ARGS__) macro
|
/kernel/linux/linux-6.6/tools/bpf/resolve_btfids/ |
H A D | main.c | 166 #define pr_debug2(fmt, ...) pr_debugN(2, pr_fmt(fmt), ##__VA_ARGS__) macro
|
Completed in 4 milliseconds