Home
last modified time | relevance | path

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

123

/tools/objtool/include/objtool/
A Dwarn.h45 #define ___WARN(severity, extra, format, ...) \ argument
53 #define __WARN(severity, format, ...) \ argument
56 #define __WARN_LINE(severity, format, ...) \ argument
59 #define __WARN_ELF(severity, format, ...) \ argument
62 #define __WARN_GLIBC(severity, format, ...) \ argument
65 #define __WARN_FUNC(severity, sec, offset, format, ...) \ argument
74 #define WARN(format, ...) __WARN(WARN_STR, format, ##__VA_ARGS__) argument
77 #define WARN_INSN(insn, format, ...) \ argument
87 #define BT_INSN(insn, format, ...) \ argument
99 #define ERROR(format, ...) __WARN(ERROR_STR, format, ##__VA_ARGS__) argument
[all …]
/tools/perf/ui/
A 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()
35 int ui__error(const char *format, ...) in ui__error()
47 int ui__warning(const char *format, ...) in ui__warning()
/tools/virtio/virtio-trace/
A 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/perf/ui/gtk/
A 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/linux/
A Dkernel.h128 #define pr_err(format, ...) fprintf (stderr, format, ## __VA_ARGS__) argument
130 #define pr_debug(format, ...) fprintf (stderr, format, ## __VA_ARGS__) argument
132 #define pr_debug(format, ...) do {} while (0) argument
134 #define dev_err(dev, format, ...) fprintf (stderr, format, ## __VA_ARGS__) argument
135 #define dev_warn(dev, format, ...) fprintf (stderr, format, ## __VA_ARGS__) argument
136 #define dev_warn_once(dev, format, ...) fprintf (stderr, format, ## __VA_ARGS__) argument
/tools/include/asm/
A Dbug.h10 #define WARN(condition, format...) ({ \ argument
36 #define WARN_ONCE(condition, format...) ({ \ argument
/tools/lib/perf/
A 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/testing/selftests/powerpc/tm/
A 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
A Dtm-trap.c45 #define pr_error(error_code, format, ...) \ argument
/tools/perf/ui/tui/
A 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()
A Dhelpline.c30 static int tui_helpline__show(const char *format, va_list ap) in tui_helpline__show()
/tools/perf/util/
A Dpmu.c139 struct perf_pmu_format *format; in perf_pmu__new_format() local
157 struct perf_pmu_format *format = vformat; in perf_pmu_format__set_value() local
213 struct perf_pmu_format *format; in perf_pmu__format_parse() local
1306 struct perf_pmu_format *format; in perf_pmu__warn_invalid_formats() local
1371 struct perf_pmu_format *format; in pmu_find_format() local
1427 static __u64 pmu_format_max_value(const unsigned long *format) in pmu_format_max_value()
1469 struct perf_pmu_format *format; in pmu_formats_string() local
1500 struct perf_pmu_format *format; in pmu_config_term() local
1899 struct perf_pmu_format *format; in perf_pmu__has_format() local
1934 struct perf_pmu_format *format; in perf_pmu__for_each_format() local
[all …]
A Dhist.h543 static inline void perf_hpp__column_register(struct perf_hpp_fmt *format) in perf_hpp__column_register()
548 static inline void perf_hpp__register_sort_field(struct perf_hpp_fmt *format) in perf_hpp__register_sort_field()
553 static inline void perf_hpp__prepend_sort_field(struct perf_hpp_fmt *format) in perf_hpp__prepend_sort_field()
558 #define perf_hpp_list__for_each_format(_list, format) \ argument
561 #define perf_hpp_list__for_each_format_safe(_list, format, tmp) \ argument
564 #define perf_hpp_list__for_each_sort_list(_list, format) \ argument
567 #define perf_hpp_list__for_each_sort_list_safe(_list, format, tmp) \ argument
570 #define hists__for_each_format(hists, format) \ argument
573 #define hists__for_each_sort_list(hists, format) \ argument
630 static inline bool perf_hpp__should_skip(struct perf_hpp_fmt *format, in perf_hpp__should_skip()
A Ddata-convert-json.c86 static void output_json_format(FILE *out, bool comma, int depth, const char *format, ...) in output_json_format()
109 const char *key, const char *format, ...) in output_json_key_format()
/tools/testing/selftests/bpf/
A Dtest_maps.h9 #define CHECK(condition, tag, format...) ({ \ argument
/tools/build/feature/
A Dtest-jvmti.c9 jvmtiJlocationFormat format __attribute__((unused)); in main() local
/tools/lib/api/
A Ddebug.c7 static int __base_pr(const char *format, ...) in __base_pr()
/tools/crypto/tcrypt/
A Dtcrypt_speed_compare.py136 def format(merged): function
/tools/thermal/lib/
A Dlog.c34 extern void logit(int level, const char *format, ...) in logit()
/tools/sched_ext/
A Dscx_qmap.c43 static int libbpf_print_fn(enum libbpf_print_level level, const char *format, va_list args) in libbpf_print_fn()
A Dscx_central.c34 static int libbpf_print_fn(enum libbpf_print_level level, const char *format, va_list args) in libbpf_print_fn()
A Dscx_simple.c29 static int libbpf_print_fn(enum libbpf_print_level level, const char *format, va_list args) in libbpf_print_fn()
/tools/usb/usbip/libsrc/
A Dusbip_common.c142 const char *format) in read_attr_value()
199 #define READ_ATTR(object, type, dev, name, format) \ argument
/tools/testing/selftests/alsa/
A Dtest-pcmtest-driver.c30 snd_pcm_format_t format; member
78 static size_t get_sec_buf_len(unsigned int rate, unsigned long channels, snd_pcm_format_t format) in get_sec_buf_len()
/tools/bpf/bpftool/
A Dtracelog.c67 char type[100], format[32]; in get_tracefs_pipe() local

Completed in 79 milliseconds

123