Home
last modified time | relevance | path

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

/linux-5.19.10/tools/perf/util/
Ddebug.h36 #define pr_debugN(n, fmt, ...) \ macro
38 #define pr_debug2(fmt, ...) pr_debugN(2, pr_fmt(fmt), ##__VA_ARGS__)
39 #define pr_debug3(fmt, ...) pr_debugN(3, pr_fmt(fmt), ##__VA_ARGS__)
40 #define pr_debug4(fmt, ...) pr_debugN(4, pr_fmt(fmt), ##__VA_ARGS__)
45 pr_debugN(0, pr_fmt(fmt), ##__VA_ARGS__); \
47 pr_debugN(2, pr_fmt(fmt), ##__VA_ARGS__); \
/linux-5.19.10/tools/bpf/resolve_btfids/
Dmain.c139 #define pr_debugN(n, fmt, ...) \ macro
141 #define pr_debug2(fmt, ...) pr_debugN(2, pr_fmt(fmt), ##__VA_ARGS__)