Home
last modified time | relevance | path

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

12

/tools/perf/ui/
Dutil.c9 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()
Dhist.c517 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/
Dwarn.h55 #define WARN(format, ...) \ argument
60 #define WARN_FUNC(format, sec, offset, ...) \ argument
67 #define WARN_ELF(format, ...) \ argument
/tools/perf/ui/gtk/
Dutil.c32 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/
Dtrace-agent.h68 #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/
Dbug.h9 #define WARN(condition, format...) ({ \ argument
35 #define WARN_ONCE(condition, format...) ({ \ argument
/tools/virtio/linux/
Dkernel.h116 #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/
Dutil.c227 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()
Dhelpline.c30 static int tui_helpline__show(const char *format, va_list ap) in tui_helpline__show()
/tools/perf/tests/
Dpmu.c98 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/
Dhist.h292 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()
Dpmu.c80 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
Dpmu.h29 struct list_head format; /* HEAD struct perf_pmu_format -> list */ member
Dtrace-event-info.c183 char *format; in copy_event_system() local
/tools/build/feature/
Dtest-jvmti.c10 jvmtiJlocationFormat format __attribute__((unused)); in main() local
/tools/lib/api/
Ddebug.c7 static int __base_pr(const char *format, ...) in __base_pr()
/tools/usb/usbip/libsrc/
Dusbip_common.c119 const char *format) in read_attr_value()
176 #define READ_ATTR(object, type, dev, name, format) \ argument
/tools/include/linux/
Dlockdep.h49 #define pr_err(format, ...) fprintf (stderr, format, ## __VA_ARGS__) argument
/tools/lib/traceevent/
Devent-parse.h199 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
Devent-parse.c3277 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/
Dlibjvmti.c247 jvmtiJlocationFormat format; in Agent_OnLoad() local
/tools/testing/selftests/x86/
Dpkey-helpers.h25 static inline void sigsafe_printf(const char *format, ...) in sigsafe_printf()
/tools/perf/
Dbuiltin-help.c41 static enum help_format parse_help_format(const char *format) in parse_help_format()
/tools/power/acpi/os_specific/service_layers/
Doslinuxtbl.c440 char format[32]; in osl_find_rsdp_via_efi_by_keyword() local
/tools/testing/selftests/bpf/
Dtest_progs.c65 #define CHECK(condition, tag, format...) ({ \ argument

12