| /tools/perf/util/ |
| A D | debug.h | 19 #ifndef pr_fmt 20 #define pr_fmt(fmt) fmt macro 24 eprintf(0, verbose, pr_fmt(fmt), ##__VA_ARGS__) 26 eprintf(0, verbose, pr_fmt(fmt), ##__VA_ARGS__) 35 eprintf(0, verbose, pr_fmt(fmt), ##__VA_ARGS__) 37 eprintf(1, verbose, pr_fmt(fmt), ##__VA_ARGS__) 39 eprintf(n, verbose, pr_fmt(fmt), ##__VA_ARGS__) 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__) 47 pr_debugN(0, pr_fmt(fmt), ##__VA_ARGS__); \ [all …]
|
| A D | ordered-events.c | 16 #define pr(fmt, ...) pr_N(1, pr_fmt(fmt), ##__VA_ARGS__)
|
| A D | data-convert-bt.c | 45 #define pr(fmt, ...) pr_N(1, pr_fmt(fmt), ##__VA_ARGS__) 46 #define pr2(fmt, ...) pr_N(2, pr_fmt(fmt), ##__VA_ARGS__) 48 #define pr_time2(t, fmt, ...) pr_time_N(2, debug_data_convert, t, pr_fmt(fmt), ##__VA_ARGS__)
|
| /tools/usb/usbip/libsrc/ |
| A 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/testing/selftests/livepatch/test_modules/ |
| A D | test_klp_callbacks_mod.c | 4 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt macro
|
| A D | test_klp_livepatch.c | 4 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt macro
|
| A D | test_klp_atomic_replace.c | 4 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt macro
|
| A D | test_klp_callbacks_busy.c | 4 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt macro
|
| A D | test_klp_callbacks_demo2.c | 4 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt macro
|
| A D | test_klp_callbacks_demo.c | 4 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt macro
|
| A D | test_klp_state.c | 4 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt macro
|
| A D | test_klp_state2.c | 4 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt macro
|
| A D | test_klp_shadow_vars.c | 4 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt macro
|
| /tools/bpf/resolve_btfids/ |
| A D | main.c | 159 #ifndef pr_fmt 160 #define pr_fmt(fmt) fmt macro 164 eprintf(1, verbose, pr_fmt(fmt), ##__VA_ARGS__) 166 eprintf(n, verbose, pr_fmt(fmt), ##__VA_ARGS__) 167 #define pr_debug2(fmt, ...) pr_debugN(2, pr_fmt(fmt), ##__VA_ARGS__) 169 eprintf(0, verbose, pr_fmt(fmt), ##__VA_ARGS__) 171 eprintf(0, verbose, pr_fmt(fmt), ##__VA_ARGS__)
|
| /tools/testing/selftests/net/bench/page_pool/ |
| A D | bench_page_pool_simple.c | 6 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt macro
|
| A D | time_bench.c | 7 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt macro
|
| /tools/testing/nvdimm/test/ |
| A D | ndtest.c | 2 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt macro
|
| A D | nfit.c | 5 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt macro
|