Searched defs:__printf (Results  1 – 7 of 7) sorted by relevance
| /Linux-v5.4/kernel/bpf/ | 
| D | disasm.h | 22 typedef __printf(2, 3) void (*bpf_insn_print_t)(void *private_data,  typedef
 | 
| /Linux-v5.4/tools/perf/lib/ | 
| D | core.c | 3 #define __printf(a, b)  __attribute__((format(printf, a, b)))  macro
 | 
| /Linux-v5.4/tools/include/linux/ | 
| D | compiler-gcc.h | 39 #define __printf(a, b)	__attribute__((format(printf, a, b)))  macro
 | 
| /Linux-v5.4/include/linux/ | 
| D | compiler_attributes.h | 158 #define __printf(a, b)                  __attribute__((__format__(printf, a, b)))  macro
 | 
| D | kdb.h | 168 typedef __printf(1, 2) int (*kdb_printf_t)(const char *, ...);  typedef
 | 
| /Linux-v5.4/tools/virtio/linux/ | 
| D | kernel.h | 48 #define __printf(a,b) __attribute__((format(printf,a,b)))  macro
 | 
| /Linux-v5.4/tools/lib/bpf/ | 
| D | libbpf.c | 67 #define __printf(a, b)	__attribute__((format(printf, a, b)))  macro
 |