Home
last modified time | relevance | path

Searched defs:dprintf (Results 1 – 4 of 4) sorted by relevance

/tools/power/cpupower/bench/
A Dconfig.h19 #define dprintf printf macro
21 #define dprintf(...) do { } while (0) macro
/tools/testing/selftests/mm/
A Dhugepage-shm.c33 #define dprintf(x) printf(x) macro
/tools/include/nolibc/
A Dstdio.h436 int dprintf(int fd, const char *fmt, ...) in dprintf() function
/tools/perf/bench/
A Dnuma.c56 #define dprintf(x...) do { if (g && g->p.show_details >= 1) printf(x); } while (0) macro

Completed in 20 milliseconds