Home
last modified time | relevance | path

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

/Linux-v5.4/tools/perf/util/
Ddebug.h27 #define pr_debugN(n, fmt, ...) \ macro
29 #define pr_debug2(fmt, ...) pr_debugN(2, pr_fmt(fmt), ##__VA_ARGS__)
30 #define pr_debug3(fmt, ...) pr_debugN(3, pr_fmt(fmt), ##__VA_ARGS__)
31 #define pr_debug4(fmt, ...) pr_debugN(4, pr_fmt(fmt), ##__VA_ARGS__)