Searched refs:pr_fmt (Results 1 – 9 of 9) 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__) 33 eprintf(0, verbose, pr_fmt(fmt), ##__VA_ARGS__) 35 eprintf(1, verbose, pr_fmt(fmt), ##__VA_ARGS__) 37 eprintf(n, verbose, pr_fmt(fmt), ##__VA_ARGS__) 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__) [all …]
|
D | ordered-events.c | 16 #define pr(fmt, ...) pr_N(1, pr_fmt(fmt), ##__VA_ARGS__)
|
D | data-convert-bt.c | 41 #define pr(fmt, ...) pr_N(1, pr_fmt(fmt), ##__VA_ARGS__) 42 #define pr2(fmt, ...) pr_N(2, pr_fmt(fmt), ##__VA_ARGS__) 44 #define pr_time2(t, fmt, ...) pr_time_N(2, debug_data_convert, t, pr_fmt(fmt), ##__VA_ARGS__)
|
D | bpf-loader.c | 35 return veprintf(1, verbose, pr_fmt(fmt), args); in libbpf_perf_print()
|
/tools/perf/pmu-events/ |
D | json.h | 19 #define pr_fmt(fmt) fmt macro 22 eprintf(0, verbose, pr_fmt(fmt), ##__VA_ARGS__) 25 eprintf(1, verbose, pr_fmt(fmt), ##__VA_ARGS__) 28 eprintf(2, verbose, pr_fmt(fmt), ##__VA_ARGS__)
|
/tools/usb/usbip/libsrc/ |
D | usbip_common.h | 62 #define pr_fmt(fmt) "%s: %s: " fmt "\n", PROGNAME macro 63 #define dbg_fmt(fmt) pr_fmt("%s:%d:[%s] " fmt), "debug", \ 69 syslog(LOG_ERR, pr_fmt(fmt), "error", ##args); \ 72 fprintf(stderr, pr_fmt(fmt), "error", ##args); \ 79 syslog(LOG_INFO, pr_fmt(fmt), "info", ##args); \ 82 fprintf(stderr, pr_fmt(fmt), "info", ##args); \
|
/tools/bpf/resolve_btfids/ |
D | main.c | 131 #ifndef pr_fmt 132 #define pr_fmt(fmt) fmt macro 136 eprintf(1, verbose, pr_fmt(fmt), ##__VA_ARGS__) 138 eprintf(n, verbose, pr_fmt(fmt), ##__VA_ARGS__) 139 #define pr_debug2(fmt, ...) pr_debugN(2, pr_fmt(fmt), ##__VA_ARGS__) 141 eprintf(0, verbose, pr_fmt(fmt), ##__VA_ARGS__) 143 eprintf(0, verbose, pr_fmt(fmt), ##__VA_ARGS__)
|
/tools/testing/nvdimm/test/ |
D | ndtest.c | 2 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt macro
|
D | nfit.c | 5 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt macro
|