Searched defs:__printf (Results 1 – 8 of 8) sorted by relevance
| /linux/tools/testing/selftests/bpf/ |
| H A D | disasm.h | 22 typedef __printf(2, 3) void (*bpf_insn_print_t)(void *private_data, typedef
|
| /linux/kernel/bpf/ |
| H A D | disasm.h | 22 typedef __printf(2, 3) void (*bpf_insn_print_t)(void *private_data, typedef
|
| /linux/tools/lib/perf/ |
| H A D | core.c | 3 #define __printf(a, b) __attribute__((format(printf, a, b))) macro
|
| /linux/tools/include/linux/ |
| H A D | compiler-gcc.h | 41 #define __printf(a, b) __attribute__((format(printf, a, b))) macro
|
| /linux/include/linux/ |
| H A D | compiler_attributes.h | 158 #define __printf(a, b) __attribute__((__format__(printf, a, b))) macro
|
| /linux/tools/virtio/linux/ |
| H A D | kernel.h | 51 #define __printf(a,b) __attribute__((format(printf,a,b))) macro
|
| /linux/tools/testing/selftests/ |
| H A D | kselftest.h | 94 #define __printf(a, b) __attribute__((format(printf, a, b))) macro
|
| /linux/tools/lib/bpf/ |
| H A D | libbpf.c | 74 #define __printf( global() macro
|