Searched defs:__printf (Results 1 – 4 of 4) sorted by relevance
/tools/perf/lib/ |
D | core.c | 3 #define __printf(a, b) __attribute__((format(printf, a, b))) macro
|
/tools/include/linux/ |
D | compiler-gcc.h | 39 #define __printf(a, b) __attribute__((format(printf, a, b))) macro
|
/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
|