Home
last modified time | relevance | path

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

123

/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.c596 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/
Dwarn.h43 #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/
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/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.h10 #define WARN(condition, format...) ({ \ argument
36 #define WARN_ONCE(condition, format...) ({ \ argument
/tools/lib/perf/
Dcore.c13 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/
Dkernel.h121 #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/
Dpmu.c99 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/
Dtm-unavailable.c37 #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/
Dutil.c244 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()
Dhelpline.c31 static int tui_helpline__show(const char *format, va_list ap) in tui_helpline__show()
/tools/testing/selftests/bpf/
Dtest_progs.h95 #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
Dtest_maps.h8 #define CHECK(condition, tag, format...) ({ \ argument
Dget_cgroup_id_user.c24 #define CHECK(condition, tag, format...) ({ \ argument
/tools/perf/util/
Dhist.h315 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()
Dpmu.c86 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/
Dtest-jvmti.c9 jvmtiJlocationFormat format __attribute__((unused)); in main() local
/tools/lib/api/
Ddebug.c7 static int __base_pr(const char *format, ...) in __base_pr()
/tools/lib/traceevent/
Devent-parse.c3370 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/
Dtest_util.h22 static inline int _no_printf(const char *format, ...) { return 0; } in _no_printf()
/tools/testing/selftests/bpf/prog_tests/
Dbpf_verif_scale.c5 const char *format, va_list args) in libbpf_debug_print()
Dtest_global_funcs.c9 const char *format, va_list args) in libbpf_debug_print()
/tools/usb/usbip/libsrc/
Dusbip_common.c142 const char *format) in read_attr_value()
199 #define READ_ATTR(object, type, dev, name, format) \ argument
/tools/bpf/bpftool/
Dtracelog.c67 char type[100], format[32]; in get_tracefs_pipe() local

123