Searched defs:__printf (Results 1 – 7 of 7) 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/lib/bpf/ |
H A D | libbpf.c | 74 #define __printf(a, b) __attribute__((format(printf, a, b))) macro
|