/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 | 596 struct perf_hpp_fmt *format) in perf_hpp_list__column_register() 602 struct perf_hpp_fmt *format) in perf_hpp_list__register_sort_field() 608 struct perf_hpp_fmt *format) in perf_hpp_list__prepend_sort_field() 613 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/lib/perf/ |
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/virtio/linux/ |
D | kernel.h | 121 #define pr_err(format, ...) fprintf (stderr, format, ## __VA_ARGS__) argument 123 #define pr_debug(format, ...) fprintf (stderr, format, ## __VA_ARGS__) argument 125 #define pr_debug(format, ...) do {} while (0) argument 127 #define dev_err(dev, format, ...) fprintf (stderr, format, ## __VA_ARGS__) argument 128 #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
|
/tools/perf/ui/tui/ |
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()
|
D | helpline.c | 31 static int tui_helpline__show(const char *format, va_list ap) in tui_helpline__show()
|
/tools/testing/selftests/bpf/ |
D | test_progs.h | 95 #define PRINT_FAIL(format...) \ argument 102 #define _CHECK(condition, tag, duration, format...) ({ \ argument 128 #define CHECK(condition, tag, format...) \ argument 130 #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
|
/tools/perf/util/ |
D | hist.h | 315 static inline void perf_hpp__column_register(struct perf_hpp_fmt *format) in perf_hpp__column_register() 320 static inline void perf_hpp__register_sort_field(struct perf_hpp_fmt *format) in perf_hpp__register_sort_field() 325 static inline void perf_hpp__prepend_sort_field(struct perf_hpp_fmt *format) in perf_hpp__prepend_sort_field() 330 #define perf_hpp_list__for_each_format(_list, format) \ argument 333 #define perf_hpp_list__for_each_format_safe(_list, format, tmp) \ argument 336 #define perf_hpp_list__for_each_sort_list(_list, format) \ argument 339 #define perf_hpp_list__for_each_sort_list_safe(_list, format, tmp) \ argument 342 #define hists__for_each_format(hists, format) \ argument 345 #define hists__for_each_sort_list(hists, format) \ argument 388 static inline bool perf_hpp__should_skip(struct perf_hpp_fmt *format, in perf_hpp__should_skip()
|
D | pmu.c | 86 static int pmu_format(const char *name, struct list_head *format) in pmu_format() 867 struct perf_pmu_format *format; in perf_pmu__warn_invalid_formats() local 957 struct perf_pmu_format *format; in pmu_find_format() local 968 struct perf_pmu_format *format = pmu_find_format(formats, name); in perf_pmu__format_bits() local 983 struct perf_pmu_format *format = pmu_find_format(formats, name); in perf_pmu__format_type() local 995 static void pmu_format_value(unsigned long *format, __u64 value, __u64 *v, in pmu_format_value() 1012 static __u64 pmu_format_max_value(const unsigned long *format) in pmu_format_max_value() 1054 struct perf_pmu_format *format; in pmu_formats_string() local 1085 struct perf_pmu_format *format; in pmu_config_term() local 1348 struct perf_pmu_format *format; in perf_pmu__new_format() local [all …]
|
/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/lib/traceevent/ |
D | event-parse.c | 3370 struct tep_format_field *format; in tep_find_common_field() local 3392 struct tep_format_field *format; in tep_find_field() local 3415 struct tep_format_field *format; in tep_find_any_field() local 3909 static void print_str_to_seq(struct trace_seq *s, const char *format, in print_str_to_seq() 3919 struct trace_seq *s, const char *format, in print_bitmask_to_seq() 3973 struct tep_event *event, const char *format, in print_str_arg() 4519 char *format; in get_bprint_format() local 4547 static int print_mac_arg(struct trace_seq *s, const char *format, in print_mac_arg() 4968 char *format = "%02x"; in print_uuid_arg() local 5175 static int print_function(struct trace_seq *s, const char *format, in print_function() [all …]
|
/tools/testing/selftests/kvm/include/ |
D | test_util.h | 22 static inline int _no_printf(const char *format, ...) { return 0; } in _no_printf()
|
/tools/testing/selftests/bpf/prog_tests/ |
D | bpf_verif_scale.c | 5 const char *format, va_list args) in libbpf_debug_print()
|
D | test_global_funcs.c | 9 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
|