Searched refs:__printf (Results 1 – 15 of 15) sorted by relevance
/tools/perf/util/ |
D | debug.h | 43 int dump_printf(const char *fmt, ...) __printf(1, 2); 46 int ui__error(const char *format, ...) __printf(1, 2); 47 int ui__warning(const char *format, ...) __printf(1, 2); 51 int eprintf(int level, int var, const char *fmt, ...) __printf(3, 4); 52 int eprintf_time(int level, int var, u64 t, const char *fmt, ...) __printf(4, 5);
|
D | cache.h | 29 char *mkpath(const char *fmt, ...) __printf(1, 2);
|
D | util.h | 17 void die(const char *err, ...) __noreturn __printf(1, 2);
|
D | strbuf.h | 90 int strbuf_addf(struct strbuf *sb, const char *fmt, ...) __printf(2, 3);
|
D | probe-event.h | 184 int e_snprintf(char *str, size_t size, const char *format, ...) __printf(3, 4);
|
/tools/perf/lib/ |
D | core.c | 3 #define __printf(a, b) __attribute__((format(printf, a, b))) macro 20 __printf(2, 3)
|
/tools/bpf/bpftool/ |
D | json_writer.h | 34 void __printf(2, 0) jsonw_vprintf_enquote(json_writer_t *self, const char *fmt, 36 void __printf(2, 3) jsonw_printf(json_writer_t *self, const char *fmt, ...);
|
D | main.h | 101 void __printf(1, 2) p_err(const char *fmt, ...); 102 void __printf(1, 2) p_info(const char *fmt, ...);
|
D | xlated_dumper.c | 82 static void __printf(2, 3) print_insn(void *private_data, const char *fmt, ...) in print_insn() 91 static void __printf(2, 3) 122 static void __printf(2, 3)
|
D | main.c | 82 static int __printf(2, 0)
|
D | btf.c | 354 static void __printf(2, 0) btf_dump_printf(void *ctx, in btf_dump_printf()
|
/tools/include/linux/ |
D | compiler-gcc.h | 39 #define __printf(a, b) __attribute__((format(printf, a, b))) macro
|
/tools/perf/util/intel-pt-decoder/ |
D | intel-pt-log.h | 30 void __intel_pt_log(const char *fmt, ...) __printf(1, 2);
|
/tools/virtio/linux/ |
D | kernel.h | 49 #define __printf(a,b) __attribute__((format(printf,a,b))) macro
|
/tools/lib/bpf/ |
D | libbpf.c | 67 #define __printf(a, b) __attribute__((format(printf, a, b))) macro 88 __printf(2, 3)
|