Home
last modified time | relevance | path

Searched refs:pr_debugN (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/tools/perf/util/
Ddebug.h28 #define pr_debugN(n, fmt, ...) \ macro
30 #define pr_debug2(fmt, ...) pr_debugN(2, pr_fmt(fmt), ##__VA_ARGS__)
31 #define pr_debug3(fmt, ...) pr_debugN(3, pr_fmt(fmt), ##__VA_ARGS__)
32 #define pr_debug4(fmt, ...) pr_debugN(4, pr_fmt(fmt), ##__VA_ARGS__)
37 pr_debugN(0, pr_fmt(fmt), ##__VA_ARGS__); \
39 pr_debugN(2, pr_fmt(fmt), ##__VA_ARGS__); \
/kernel/linux/linux-5.10/tools/bpf/resolve_btfids/
Dmain.c137 #define pr_debugN(n, fmt, ...) \ macro
139 #define pr_debug2(fmt, ...) pr_debugN(2, pr_fmt(fmt), ##__VA_ARGS__)