/tools/objtool/include/objtool/ |
A D | warn.h | 45 #define ___WARN(severity, extra, format, ...) \ argument 53 #define __WARN(severity, format, ...) \ argument 56 #define __WARN_LINE(severity, format, ...) \ argument 59 #define __WARN_ELF(severity, format, ...) \ argument 62 #define __WARN_GLIBC(severity, format, ...) \ argument 65 #define __WARN_FUNC(severity, sec, offset, format, ...) \ argument 74 #define WARN(format, ...) __WARN(WARN_STR, format, ##__VA_ARGS__) argument 77 #define WARN_INSN(insn, format, ...) \ argument 87 #define BT_INSN(insn, format, ...) \ argument 99 #define ERROR(format, ...) __WARN(ERROR_STR, format, ##__VA_ARGS__) argument [all …]
|
/tools/perf/ui/ |
A D | util.c | 9 static int perf_stdio__error(const char *format, va_list args) in perf_stdio__error() 16 static int perf_stdio__warning(const char *format, va_list args) in perf_stdio__warning() 35 int ui__error(const char *format, ...) in ui__error() 47 int ui__warning(const char *format, ...) in ui__warning()
|
/tools/virtio/virtio-trace/ |
A D | trace-agent.h | 68 #define pr_err(format, ...) fprintf(stderr, format, ## __VA_ARGS__) argument 69 #define pr_info(format, ...) fprintf(stdout, format, ## __VA_ARGS__) argument 71 #define pr_debug(format, ...) fprintf(stderr, format, ## __VA_ARGS__) argument 73 #define pr_debug(format, ...) do {} while (0) argument
|
/tools/perf/ui/gtk/ |
A D | util.c | 31 static int perf_gtk__error(const char *format, va_list args) in perf_gtk__error() 57 static int perf_gtk__warning_info_bar(const char *format, va_list args) in perf_gtk__warning_info_bar() 78 static int perf_gtk__warning_statusbar(const char *format, va_list args) in perf_gtk__warning_statusbar()
|
/tools/virtio/linux/ |
A D | kernel.h | 128 #define pr_err(format, ...) fprintf (stderr, format, ## __VA_ARGS__) argument 130 #define pr_debug(format, ...) fprintf (stderr, format, ## __VA_ARGS__) argument 132 #define pr_debug(format, ...) do {} while (0) argument 134 #define dev_err(dev, format, ...) fprintf (stderr, format, ## __VA_ARGS__) argument 135 #define dev_warn(dev, format, ...) fprintf (stderr, format, ## __VA_ARGS__) argument 136 #define dev_warn_once(dev, format, ...) fprintf (stderr, format, ## __VA_ARGS__) argument
|
/tools/include/asm/ |
A D | bug.h | 10 #define WARN(condition, format...) ({ \ argument 36 #define WARN_ONCE(condition, format...) ({ \ argument
|
/tools/lib/perf/ |
A D | core.c | 13 static int __base_pr(enum libperf_print_level level __maybe_unused, const char *format, in __base_pr() 22 void libperf_print(enum libperf_print_level level, const char *format, ...) in libperf_print()
|
/tools/testing/selftests/powerpc/tm/ |
A D | tm-unavailable.c | 37 #define err_at_line(status, errnum, format, ...) \ argument 40 #define pr_warn(code, format, ...) err_at_line(0, code, format, ##__VA_ARGS__) argument 41 #define pr_err(code, format, ...) err_at_line(1, code, format, ##__VA_ARGS__) argument
|
A D | tm-trap.c | 45 #define pr_error(error_code, format, ...) \ argument
|
/tools/perf/ui/tui/ |
A D | util.c | 244 static int __ui__warning(const char *title, const char *format, va_list args) in __ui__warning() 261 static int perf_tui__error(const char *format, va_list args) in perf_tui__error() 266 static int perf_tui__warning(const char *format, va_list args) in perf_tui__warning()
|
A D | helpline.c | 30 static int tui_helpline__show(const char *format, va_list ap) in tui_helpline__show()
|
/tools/perf/util/ |
A D | pmu.c | 139 struct perf_pmu_format *format; in perf_pmu__new_format() local 157 struct perf_pmu_format *format = vformat; in perf_pmu_format__set_value() local 213 struct perf_pmu_format *format; in perf_pmu__format_parse() local 1306 struct perf_pmu_format *format; in perf_pmu__warn_invalid_formats() local 1371 struct perf_pmu_format *format; in pmu_find_format() local 1427 static __u64 pmu_format_max_value(const unsigned long *format) in pmu_format_max_value() 1469 struct perf_pmu_format *format; in pmu_formats_string() local 1500 struct perf_pmu_format *format; in pmu_config_term() local 1899 struct perf_pmu_format *format; in perf_pmu__has_format() local 1934 struct perf_pmu_format *format; in perf_pmu__for_each_format() local [all …]
|
A D | hist.h | 543 static inline void perf_hpp__column_register(struct perf_hpp_fmt *format) in perf_hpp__column_register() 548 static inline void perf_hpp__register_sort_field(struct perf_hpp_fmt *format) in perf_hpp__register_sort_field() 553 static inline void perf_hpp__prepend_sort_field(struct perf_hpp_fmt *format) in perf_hpp__prepend_sort_field() 558 #define perf_hpp_list__for_each_format(_list, format) \ argument 561 #define perf_hpp_list__for_each_format_safe(_list, format, tmp) \ argument 564 #define perf_hpp_list__for_each_sort_list(_list, format) \ argument 567 #define perf_hpp_list__for_each_sort_list_safe(_list, format, tmp) \ argument 570 #define hists__for_each_format(hists, format) \ argument 573 #define hists__for_each_sort_list(hists, format) \ argument 630 static inline bool perf_hpp__should_skip(struct perf_hpp_fmt *format, in perf_hpp__should_skip()
|
A D | data-convert-json.c | 86 static void output_json_format(FILE *out, bool comma, int depth, const char *format, ...) in output_json_format() 109 const char *key, const char *format, ...) in output_json_key_format()
|
/tools/testing/selftests/bpf/ |
A D | test_maps.h | 9 #define CHECK(condition, tag, format...) ({ \ argument
|
/tools/build/feature/ |
A D | test-jvmti.c | 9 jvmtiJlocationFormat format __attribute__((unused)); in main() local
|
/tools/lib/api/ |
A D | debug.c | 7 static int __base_pr(const char *format, ...) in __base_pr()
|
/tools/crypto/tcrypt/ |
A D | tcrypt_speed_compare.py | 136 def format(merged): function
|
/tools/thermal/lib/ |
A D | log.c | 34 extern void logit(int level, const char *format, ...) in logit()
|
/tools/sched_ext/ |
A D | scx_qmap.c | 43 static int libbpf_print_fn(enum libbpf_print_level level, const char *format, va_list args) in libbpf_print_fn()
|
A D | scx_central.c | 34 static int libbpf_print_fn(enum libbpf_print_level level, const char *format, va_list args) in libbpf_print_fn()
|
A D | scx_simple.c | 29 static int libbpf_print_fn(enum libbpf_print_level level, const char *format, va_list args) in libbpf_print_fn()
|
/tools/usb/usbip/libsrc/ |
A D | usbip_common.c | 142 const char *format) in read_attr_value() 199 #define READ_ATTR(object, type, dev, name, format) \ argument
|
/tools/testing/selftests/alsa/ |
A D | test-pcmtest-driver.c | 30 snd_pcm_format_t format; member 78 static size_t get_sec_buf_len(unsigned int rate, unsigned long channels, snd_pcm_format_t format) in get_sec_buf_len()
|
/tools/bpf/bpftool/ |
A D | tracelog.c | 67 char type[100], format[32]; in get_tracefs_pipe() local
|