Home
last modified time | relevance | path

Searched defs:format (Results 1 – 25 of 27) sorted by relevance

12

/tools/perf/ui/
Dutil.c8 static int perf_stdio__error(const char *format, va_list args) in perf_stdio__error()
15 static int perf_stdio__warning(const char *format, va_list args) in perf_stdio__warning()
31 int ui__error(const char *format, ...) in ui__error()
43 int ui__warning(const char *format, ...) in ui__warning()
Dhist.c513 struct perf_hpp_fmt *format) in perf_hpp_list__column_register()
519 struct perf_hpp_fmt *format) in perf_hpp_list__register_sort_field()
525 struct perf_hpp_fmt *format) in perf_hpp_list__prepend_sort_field()
530 void perf_hpp__column_unregister(struct perf_hpp_fmt *format) in perf_hpp__column_unregister()
Dbrowser.c197 const char *format, ...) in ui_browser__warning()
/tools/perf/ui/gtk/
Dutil.c31 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/include/asm/
Dbug.h8 #define WARN(condition, format...) ({ \ argument
15 #define WARN_ONCE(condition, format...) ({ \ argument
/tools/virtio/virtio-trace/
Dtrace-agent.h67 #define pr_err(format, ...) fprintf(stderr, format, ## __VA_ARGS__) argument
68 #define pr_info(format, ...) fprintf(stdout, format, ## __VA_ARGS__) argument
70 #define pr_debug(format, ...) fprintf(stderr, format, ## __VA_ARGS__) argument
72 #define pr_debug(format, ...) do {} while (0) argument
/tools/objtool/
Dwarn.h48 #define WARN(format, ...) \ argument
53 #define WARN_FUNC(format, sec, offset, ...) \ argument
/tools/virtio/linux/
Dkernel.h111 #define pr_err(format, ...) fprintf (stderr, format, ## __VA_ARGS__) argument
113 #define pr_debug(format, ...) fprintf (stderr, format, ## __VA_ARGS__) argument
115 #define pr_debug(format, ...) do {} while (0) argument
117 #define dev_err(dev, format, ...) fprintf (stderr, format, ## __VA_ARGS__) argument
118 #define dev_warn(dev, format, ...) fprintf (stderr, format, ## __VA_ARGS__) argument
/tools/perf/tests/
Dpmu.c95 struct test_format *format = &test_formats[i]; in test_format_dir_get() local
138 char *format = test_format_dir_get(); in test__pmu() local
/tools/perf/ui/tui/
Dutil.c226 static int __ui__warning(const char *title, const char *format, va_list args) in __ui__warning()
243 static int perf_tui__error(const char *format, va_list args) in perf_tui__error()
248 static int perf_tui__warning(const char *format, va_list args) in perf_tui__warning()
Dhelpline.c29 static int tui_helpline__show(const char *format, va_list ap) in tui_helpline__show()
/tools/lib/api/
Ddebug.c6 static int __base_pr(const char *format, ...) in __base_pr()
/tools/perf/util/
Dhist.h288 static inline void perf_hpp__column_register(struct perf_hpp_fmt *format) in perf_hpp__column_register()
293 static inline void perf_hpp__register_sort_field(struct perf_hpp_fmt *format) in perf_hpp__register_sort_field()
298 static inline void perf_hpp__prepend_sort_field(struct perf_hpp_fmt *format) in perf_hpp__prepend_sort_field()
303 #define perf_hpp_list__for_each_format(_list, format) \ argument
306 #define perf_hpp_list__for_each_format_safe(_list, format, tmp) \ argument
309 #define perf_hpp_list__for_each_sort_list(_list, format) \ argument
312 #define perf_hpp_list__for_each_sort_list_safe(_list, format, tmp) \ argument
315 #define hists__for_each_format(hists, format) \ argument
318 #define hists__for_each_sort_list(hists, format) \ argument
362 static inline bool perf_hpp__should_skip(struct perf_hpp_fmt *format, in perf_hpp__should_skip()
Dpmu.c76 static int pmu_format(const char *name, struct list_head *format) in pmu_format()
641 struct perf_pmu_format *format; in pmu_find_format() local
652 struct perf_pmu_format *format = pmu_find_format(formats, name); in perf_pmu__format_bits() local
669 static void pmu_format_value(unsigned long *format, __u64 value, __u64 *v, in pmu_format_value()
686 static __u64 pmu_format_max_value(const unsigned long *format) in pmu_format_max_value()
728 struct perf_pmu_format *format; in pmu_formats_string() local
758 struct perf_pmu_format *format; in pmu_config_term() local
994 struct perf_pmu_format *format; in perf_pmu__new_format() local
Dpmu.h26 struct list_head format; /* HEAD struct perf_pmu_format -> list */ member
Dtrace-event-info.c177 char *format; in copy_event_system() local
/tools/usb/usbip/libsrc/
Dusbip_common.c118 const char *format) in read_attr_value()
175 #define READ_ATTR(object, type, dev, name, format) \ argument
/tools/lib/traceevent/
Devent-parse.h202 struct format { struct
205 struct format_field *common_fields; argument
206 struct format_field *fields; argument
320 char *format; member
329 struct format format; member
Devent-parse.c3258 struct format_field *format; in pevent_find_common_field() local
3280 struct format_field *format; in pevent_find_field() local
3303 struct format_field *format; in pevent_find_any_field() local
3793 static void print_str_to_seq(struct trace_seq *s, const char *format, in print_str_to_seq()
3803 struct trace_seq *s, const char *format, in print_bitmask_to_seq()
3857 struct event_format *event, const char *format, in print_str_arg()
4361 char *format; in get_bprint_format() local
4843 char format[32]; in pretty_print() local
6699 static void free_formats(struct format *format) in free_formats()
/tools/perf/jvmti/
Dlibjvmti.c228 jvmtiJlocationFormat format; in Agent_OnLoad() local
/tools/testing/selftests/x86/
Dpkey-helpers.h24 static inline void sigsafe_printf(const char *format, ...) in sigsafe_printf()
/tools/perf/
Dbuiltin-help.c34 static enum help_format parse_help_format(const char *format) in parse_help_format()
Dbuiltin-kmem.c1024 const char *format; in __print_page_alloc_result() local
/tools/power/acpi/os_specific/service_layers/
Doslinuxtbl.c440 char format[32]; in osl_find_rsdp_via_efi_by_keyword() local
/tools/lib/bpf/
Dlibbpf.c47 static int __base_pr(const char *format, ...) in __base_pr()

12