Home
last modified time | relevance | path

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

/linux-4.4.14/tools/perf/util/
Ddebug.h29 #define pr_debugN(n, fmt, ...) \ macro
31 #define pr_debug2(fmt, ...) pr_debugN(2, pr_fmt(fmt), ##__VA_ARGS__)
32 #define pr_debug3(fmt, ...) pr_debugN(3, pr_fmt(fmt), ##__VA_ARGS__)
33 #define pr_debug4(fmt, ...) pr_debugN(4, pr_fmt(fmt), ##__VA_ARGS__)