Home
last modified time | relevance | path

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

/linux/tools/perf/util/
A Ddebug.h38 #define pr_debugN(n, fmt, ...) \ macro
40 #define pr_debug2(fmt, ...) pr_debugN(2, pr_fmt(fmt), ##__VA_ARGS__)
41 #define pr_debug3(fmt, ...) pr_debugN(3, pr_fmt(fmt), ##__VA_ARGS__)
42 #define pr_debug4(fmt, ...) pr_debugN(4, pr_fmt(fmt), ##__VA_ARGS__)
47 pr_debugN(0, pr_fmt(fmt), ##__VA_ARGS__); \
49 pr_debugN(2, pr_fmt(fmt), ##__VA_ARGS__); \
/linux/tools/bpf/resolve_btfids/
A Dmain.c164 #define pr_debugN(n, fmt, ...) \ macro
166 #define pr_debug2(fmt, ...) pr_debugN(2, pr_fmt(fmt), ##__VA_ARGS__)

Completed in 9 milliseconds