| /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 | 517 struct perf_hpp_fmt *format) in perf_hpp_list__column_register() 523 struct perf_hpp_fmt *format) in perf_hpp_list__register_sort_field() 529 struct perf_hpp_fmt *format) in perf_hpp_list__prepend_sort_field() 534 void perf_hpp__column_unregister(struct perf_hpp_fmt *format) in perf_hpp__column_unregister()
|
| /tools/objtool/ |
| D | warn.h | 55 #define WARN(format, ...) \ argument 60 #define WARN_FUNC(format, sec, offset, ...) \ argument 67 #define WARN_ELF(format, ...) \ argument
|
| /tools/perf/ui/gtk/ |
| D | util.c | 32 static int perf_gtk__error(const char *format, va_list args) in perf_gtk__error() 58 static int perf_gtk__warning_info_bar(const char *format, va_list args) in perf_gtk__warning_info_bar() 79 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 | 9 #define WARN(condition, format...) ({ \ argument 35 #define WARN_ONCE(condition, format...) ({ \ argument
|
| /tools/virtio/linux/ |
| D | kernel.h | 116 #define pr_err(format, ...) fprintf (stderr, format, ## __VA_ARGS__) argument 118 #define pr_debug(format, ...) fprintf (stderr, format, ## __VA_ARGS__) argument 120 #define pr_debug(format, ...) do {} while (0) argument 122 #define dev_err(dev, format, ...) fprintf (stderr, format, ## __VA_ARGS__) argument 123 #define dev_warn(dev, format, ...) fprintf (stderr, format, ## __VA_ARGS__) argument
|
| /tools/perf/ui/tui/ |
| D | util.c | 227 static int __ui__warning(const char *title, const char *format, va_list args) in __ui__warning() 244 static int perf_tui__error(const char *format, va_list args) in perf_tui__error() 249 static int perf_tui__warning(const char *format, va_list args) in perf_tui__warning()
|
| D | helpline.c | 30 static int tui_helpline__show(const char *format, va_list ap) in tui_helpline__show()
|
| /tools/perf/tests/ |
| D | pmu.c | 98 struct test_format *format = &test_formats[i]; in test_format_dir_get() local 141 char *format = test_format_dir_get(); in test__pmu() local
|
| /tools/perf/util/ |
| D | hist.h | 292 static inline void perf_hpp__column_register(struct perf_hpp_fmt *format) in perf_hpp__column_register() 297 static inline void perf_hpp__register_sort_field(struct perf_hpp_fmt *format) in perf_hpp__register_sort_field() 302 static inline void perf_hpp__prepend_sort_field(struct perf_hpp_fmt *format) in perf_hpp__prepend_sort_field() 307 #define perf_hpp_list__for_each_format(_list, format) \ argument 310 #define perf_hpp_list__for_each_format_safe(_list, format, tmp) \ argument 313 #define perf_hpp_list__for_each_sort_list(_list, format) \ argument 316 #define perf_hpp_list__for_each_sort_list_safe(_list, format, tmp) \ argument 319 #define hists__for_each_format(hists, format) \ argument 322 #define hists__for_each_sort_list(hists, format) \ argument 366 static inline bool perf_hpp__should_skip(struct perf_hpp_fmt *format, in perf_hpp__should_skip()
|
| D | pmu.c | 80 static int pmu_format(const char *name, struct list_head *format) in pmu_format() 710 struct perf_pmu_format *format; in pmu_find_format() local 721 struct perf_pmu_format *format = pmu_find_format(formats, name); in perf_pmu__format_bits() local 738 static void pmu_format_value(unsigned long *format, __u64 value, __u64 *v, in pmu_format_value() 755 static __u64 pmu_format_max_value(const unsigned long *format) in pmu_format_max_value() 798 struct perf_pmu_format *format; in pmu_formats_string() local 828 struct perf_pmu_format *format; in pmu_config_term() local 1077 struct perf_pmu_format *format; in perf_pmu__new_format() local
|
| D | pmu.h | 29 struct list_head format; /* HEAD struct perf_pmu_format -> list */ member
|
| D | trace-event-info.c | 183 char *format; in copy_event_system() local
|
| /tools/build/feature/ |
| D | test-jvmti.c | 10 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/usb/usbip/libsrc/ |
| D | usbip_common.c | 119 const char *format) in read_attr_value() 176 #define READ_ATTR(object, type, dev, name, format) \ argument
|
| /tools/include/linux/ |
| D | lockdep.h | 49 #define pr_err(format, ...) fprintf (stderr, format, ## __VA_ARGS__) argument
|
| /tools/lib/traceevent/ |
| D | event-parse.h | 199 struct format { struct 202 struct format_field *common_fields; argument 203 struct format_field *fields; argument 318 char *format; member 327 struct format format; member
|
| D | event-parse.c | 3277 struct format_field *format; in pevent_find_common_field() local 3299 struct format_field *format; in pevent_find_field() local 3322 struct format_field *format; in pevent_find_any_field() local 3813 static void print_str_to_seq(struct trace_seq *s, const char *format, in print_str_to_seq() 3823 struct trace_seq *s, const char *format, in print_bitmask_to_seq() 3877 struct event_format *event, const char *format, in print_str_arg() 4382 char *format; in get_bprint_format() local 4864 char format[32]; in pretty_print() local 6754 static void free_formats(struct format *format) in free_formats()
|
| /tools/perf/jvmti/ |
| D | libjvmti.c | 247 jvmtiJlocationFormat format; in Agent_OnLoad() local
|
| /tools/testing/selftests/x86/ |
| D | pkey-helpers.h | 25 static inline void sigsafe_printf(const char *format, ...) in sigsafe_printf()
|
| /tools/perf/ |
| D | builtin-help.c | 41 static enum help_format parse_help_format(const char *format) in parse_help_format()
|
| /tools/power/acpi/os_specific/service_layers/ |
| D | oslinuxtbl.c | 440 char format[32]; in osl_find_rsdp_via_efi_by_keyword() local
|
| /tools/testing/selftests/bpf/ |
| D | test_progs.c | 65 #define CHECK(condition, tag, format...) ({ \ argument
|