Home
last modified time | relevance | path

Searched defs:format (Results 1 – 25 of 49) 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.c533 struct perf_hpp_fmt *format) in perf_hpp_list__column_register()
539 struct perf_hpp_fmt *format) in perf_hpp_list__register_sort_field()
545 struct perf_hpp_fmt *format) in perf_hpp_list__prepend_sort_field()
550 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/perf/lib/
Dcore.c12 static int __base_pr(enum libperf_print_level level, const char *format, in __base_pr()
21 void libperf_print(enum libperf_print_level level, const char *format, ...) in libperf_print()
/tools/virtio/linux/
Dkernel.h122 #define pr_err(format, ...) fprintf (stderr, format, ## __VA_ARGS__) argument
124 #define pr_debug(format, ...) fprintf (stderr, format, ## __VA_ARGS__) argument
126 #define pr_debug(format, ...) do {} while (0) argument
128 #define dev_err(dev, format, ...) fprintf (stderr, format, ## __VA_ARGS__) argument
129 #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
Dtm-trap.c45 #define pr_error(error_code, format, ...) \ argument
/tools/perf/ui/tui/
Dutil.c240 static int __ui__warning(const char *title, const char *format, va_list args) in __ui__warning()
257 static int perf_tui__error(const char *format, va_list args) in perf_tui__error()
262 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/perf/util/
Dhist.h314 static inline void perf_hpp__column_register(struct perf_hpp_fmt *format) in perf_hpp__column_register()
319 static inline void perf_hpp__register_sort_field(struct perf_hpp_fmt *format) in perf_hpp__register_sort_field()
324 static inline void perf_hpp__prepend_sort_field(struct perf_hpp_fmt *format) in perf_hpp__prepend_sort_field()
329 #define perf_hpp_list__for_each_format(_list, format) \ argument
332 #define perf_hpp_list__for_each_format_safe(_list, format, tmp) \ argument
335 #define perf_hpp_list__for_each_sort_list(_list, format) \ argument
338 #define perf_hpp_list__for_each_sort_list_safe(_list, format, tmp) \ argument
341 #define hists__for_each_format(hists, format) \ argument
344 #define hists__for_each_sort_list(hists, format) \ argument
387 static inline bool perf_hpp__should_skip(struct perf_hpp_fmt *format, in perf_hpp__should_skip()
Dpmu.c83 static int pmu_format(const char *name, struct list_head *format) in pmu_format()
904 struct perf_pmu_format *format; in pmu_find_format() local
915 struct perf_pmu_format *format = pmu_find_format(formats, name); in perf_pmu__format_bits() local
932 static void pmu_format_value(unsigned long *format, __u64 value, __u64 *v, in pmu_format_value()
949 static __u64 pmu_format_max_value(const unsigned long *format) in pmu_format_max_value()
992 struct perf_pmu_format *format; in pmu_formats_string() local
1022 struct perf_pmu_format *format; in pmu_config_term() local
1271 struct perf_pmu_format *format; in perf_pmu__new_format() local
/tools/testing/selftests/bpf/
Dtest_progs.h95 #define _CHECK(condition, tag, duration, format...) ({ \ argument
117 #define CHECK(condition, tag, format...) \ argument
119 #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
Dtest_btf_dump.c9 #define CHECK(condition, format...) ({ \ argument
/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/testing/selftests/bpf/prog_tests/
Dbpf_verif_scale.c5 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
/tools/include/linux/
Dlockdep.h52 #define pr_err(format, ...) fprintf (stderr, format, ## __VA_ARGS__) argument

12