Searched refs:pr_fmt (Results 1 – 6 of 6) sorted by relevance
/tools/perf/util/ |
D | debug.h | 17 #ifndef pr_fmt 18 #define pr_fmt(fmt) fmt macro 22 eprintf(0, verbose, pr_fmt(fmt), ##__VA_ARGS__) 24 eprintf(0, verbose, pr_fmt(fmt), ##__VA_ARGS__) 26 eprintf(0, verbose, pr_fmt(fmt), ##__VA_ARGS__) 28 eprintf(1, verbose, pr_fmt(fmt), ##__VA_ARGS__) 30 eprintf(n, verbose, pr_fmt(fmt), ##__VA_ARGS__) 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__) [all …]
|
D | data-convert-bt.c | 33 #define pr(fmt, ...) pr_N(1, pr_fmt(fmt), ##__VA_ARGS__) 34 #define pr2(fmt, ...) pr_N(2, pr_fmt(fmt), ##__VA_ARGS__) 36 #define pr_time2(t, fmt, ...) pr_time_N(2, debug_data_convert, t, pr_fmt(fmt), ##__VA_ARGS__)
|
D | ordered-events.c | 12 #define pr(fmt, ...) pr_N(1, pr_fmt(fmt), ##__VA_ARGS__)
|
D | bpf-loader.c | 24 ret = veprintf(level, verbose, pr_fmt(fmt), args);\
|
/tools/usb/usbip/libsrc/ |
D | usbip_common.h | 48 #define pr_fmt(fmt) "%s: %s: " fmt "\n", PROGNAME macro 49 #define dbg_fmt(fmt) pr_fmt("%s:%d:[%s] " fmt), "debug", \ 55 syslog(LOG_ERR, pr_fmt(fmt), "error", ##args); \ 58 fprintf(stderr, pr_fmt(fmt), "error", ##args); \ 65 syslog(LOG_INFO, pr_fmt(fmt), "info", ##args); \ 68 fprintf(stderr, pr_fmt(fmt), "info", ##args); \
|
/tools/testing/nvdimm/test/ |
D | nfit.c | 13 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt macro
|