Home
last modified time | relevance | path

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

/Linux-v4.19/tools/lib/api/
Ddebug-internal.h7 #define __pr(func, fmt, ...) \ macro
17 #define pr_warning(fmt, ...) __pr(__pr_warning, fmt, ##__VA_ARGS__)
18 #define pr_info(fmt, ...) __pr(__pr_info, fmt, ##__VA_ARGS__)
19 #define pr_debug(fmt, ...) __pr(__pr_debug, fmt, ##__VA_ARGS__)
/Linux-v4.19/tools/lib/bpf/
Dlibbpf.c81 #define __pr(func, fmt, ...) \ macro
87 #define pr_warning(fmt, ...) __pr(__pr_warning, fmt, ##__VA_ARGS__)
88 #define pr_info(fmt, ...) __pr(__pr_info, fmt, ##__VA_ARGS__)
89 #define pr_debug(fmt, ...) __pr(__pr_debug, fmt, ##__VA_ARGS__)