Home
last modified time | relevance | path

Searched defs:__printf (Results 1 – 5 of 5) sorted by relevance

/tools/lib/perf/
A Dcore.c3 #define __printf(a, b) __attribute__((format(printf, a, b))) macro
/tools/include/linux/
A Dcompiler-gcc.h41 #define __printf(a, b) __attribute__((format(printf, a, b))) macro
/tools/virtio/linux/
A Dkernel.h51 #define __printf(a,b) __attribute__((format(printf,a,b))) macro
/tools/testing/selftests/
A Dkselftest.h93 #define __printf(a, b) __attribute__((format(printf, a, b))) macro
/tools/lib/bpf/
A Dlibbpf.c74 #define __printf(a, b) __attribute__((format(printf, a, b))) macro

Completed in 31 milliseconds