Searched defs:__printf (Results 1 – 5 of 5) sorted by relevance
| /tools/lib/perf/ |
| D | core.c | 3 #define __printf(a, b) __attribute__((format(printf, a, b))) macro
|
| /tools/include/linux/ |
| D | compiler-gcc.h | 41 #define __printf(a, b) __attribute__((format(printf, a, b))) macro
|
| /tools/virtio/linux/ |
| D | kernel.h | 51 #define __printf(a,b) __attribute__((format(printf,a,b))) macro
|
| /tools/testing/selftests/ |
| D | kselftest.h | 91 #define __printf(a, b) __attribute__((format(printf, a, b))) macro
|
| /tools/lib/bpf/ |
| D | libbpf.c | 74 #define __printf(a, b) __attribute__((format(printf, a, b))) macro
|