Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/util/
Ddebug.h31 #define pr_debugN(n, fmt, ...) \ macro
33 #define pr_debug2(fmt, ...) pr_debugN(2, pr_fmt(fmt), ##__VA_ARGS__)
34 #define pr_debug3(fmt, ...) pr_debugN(3, pr_fmt(fmt), ##__VA_ARGS__)
35 #define pr_debug4(fmt, ...) pr_debugN(4, pr_fmt(fmt), ##__VA_ARGS__)