/tools/perf/ui/ |
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() 32 int ui__error(const char *format, ...) in ui__error() 44 int ui__warning(const char *format, ...) in ui__warning()
|
D | hist.c | 533 struct perf_hpp_fmt *format) in perf_hpp_list__column_register() 539 struct perf_hpp_fmt *format) in perf_hpp_list__register_sort_field() 545 struct perf_hpp_fmt *format) in perf_hpp_list__prepend_sort_field() 550 static void perf_hpp__column_unregister(struct perf_hpp_fmt *format) in perf_hpp__column_unregister()
|
/tools/objtool/ |
D | warn.h | 43 #define WARN(format, ...) \ argument 48 #define WARN_FUNC(format, sec, offset, ...) \ argument 55 #define BT_FUNC(format, insn, ...) \ argument 63 #define WARN_ELF(format, ...) \ argument
|
/tools/perf/ui/gtk/ |
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/virtio-trace/ |
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/include/asm/ |
D | bug.h | 10 #define WARN(condition, format...) ({ \ argument 36 #define WARN_ONCE(condition, format...) ({ \ argument
|
/tools/perf/lib/ |
D | core.c | 12 static int __base_pr(enum libperf_print_level level, const char *format, in __base_pr() 21 void libperf_print(enum libperf_print_level level, const char *format, ...) in libperf_print()
|
/tools/virtio/linux/ |
D | kernel.h | 122 #define pr_err(format, ...) fprintf (stderr, format, ## __VA_ARGS__) argument 124 #define pr_debug(format, ...) fprintf (stderr, format, ## __VA_ARGS__) argument 126 #define pr_debug(format, ...) do {} while (0) argument 128 #define dev_err(dev, format, ...) fprintf (stderr, format, ## __VA_ARGS__) argument 129 #define dev_warn(dev, format, ...) fprintf (stderr, format, ## __VA_ARGS__) argument
|
/tools/perf/tests/ |
D | pmu.c | 99 struct test_format *format = &test_formats[i]; in test_format_dir_get() local 142 char *format = test_format_dir_get(); in test__pmu() local
|
/tools/testing/selftests/powerpc/tm/ |
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
|
D | tm-trap.c | 45 #define pr_error(error_code, format, ...) \ argument
|
/tools/perf/ui/tui/ |
D | util.c | 240 static int __ui__warning(const char *title, const char *format, va_list args) in __ui__warning() 257 static int perf_tui__error(const char *format, va_list args) in perf_tui__error() 262 static int perf_tui__warning(const char *format, va_list args) in perf_tui__warning()
|
D | helpline.c | 31 static int tui_helpline__show(const char *format, va_list ap) in tui_helpline__show()
|
/tools/perf/util/ |
D | hist.h | 314 static inline void perf_hpp__column_register(struct perf_hpp_fmt *format) in perf_hpp__column_register() 319 static inline void perf_hpp__register_sort_field(struct perf_hpp_fmt *format) in perf_hpp__register_sort_field() 324 static inline void perf_hpp__prepend_sort_field(struct perf_hpp_fmt *format) in perf_hpp__prepend_sort_field() 329 #define perf_hpp_list__for_each_format(_list, format) \ argument 332 #define perf_hpp_list__for_each_format_safe(_list, format, tmp) \ argument 335 #define perf_hpp_list__for_each_sort_list(_list, format) \ argument 338 #define perf_hpp_list__for_each_sort_list_safe(_list, format, tmp) \ argument 341 #define hists__for_each_format(hists, format) \ argument 344 #define hists__for_each_sort_list(hists, format) \ argument 387 static inline bool perf_hpp__should_skip(struct perf_hpp_fmt *format, in perf_hpp__should_skip()
|
D | pmu.c | 83 static int pmu_format(const char *name, struct list_head *format) in pmu_format() 904 struct perf_pmu_format *format; in pmu_find_format() local 915 struct perf_pmu_format *format = pmu_find_format(formats, name); in perf_pmu__format_bits() local 932 static void pmu_format_value(unsigned long *format, __u64 value, __u64 *v, in pmu_format_value() 949 static __u64 pmu_format_max_value(const unsigned long *format) in pmu_format_max_value() 992 struct perf_pmu_format *format; in pmu_formats_string() local 1022 struct perf_pmu_format *format; in pmu_config_term() local 1271 struct perf_pmu_format *format; in perf_pmu__new_format() local
|
/tools/testing/selftests/bpf/ |
D | test_progs.h | 95 #define _CHECK(condition, tag, duration, format...) ({ \ argument 117 #define CHECK(condition, tag, format...) \ argument 119 #define CHECK_ATTR(condition, tag, format...) \ argument
|
D | test_maps.h | 8 #define CHECK(condition, tag, format...) ({ \ argument
|
D | get_cgroup_id_user.c | 24 #define CHECK(condition, tag, format...) ({ \ argument
|
D | test_btf_dump.c | 9 #define CHECK(condition, format...) ({ \ argument
|
/tools/build/feature/ |
D | test-jvmti.c | 9 jvmtiJlocationFormat format __attribute__((unused)); in main() local
|
/tools/lib/api/ |
D | debug.c | 7 static int __base_pr(const char *format, ...) in __base_pr()
|
/tools/testing/selftests/bpf/prog_tests/ |
D | bpf_verif_scale.c | 5 const char *format, va_list args) in libbpf_debug_print()
|
/tools/usb/usbip/libsrc/ |
D | usbip_common.c | 142 const char *format) in read_attr_value() 199 #define READ_ATTR(object, type, dev, name, format) \ argument
|
/tools/bpf/bpftool/ |
D | tracelog.c | 67 char type[100], format[32]; in get_tracefs_pipe() local
|
/tools/include/linux/ |
D | lockdep.h | 52 #define pr_err(format, ...) fprintf (stderr, format, ## __VA_ARGS__) argument
|