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