/external/ltp/testcases/open_posix_testsuite/functional/threads/pi_test/ |
D | pitest-6.c | 109 DPRINTF(stderr, "Thread %s index %d: started\n", tp->name, tp->index); in thread_fn() 110 DPRINTF(stdout, "#EVENT %f Thread %s Started\n", in thread_fn() 128 DPRINTF(stdout, "#EVENT %f Thread %s Started\n", in thread_fn() 151 DPRINTF(stderr, "Thread %s index %d: started\n", tp->name, tp->index); in thread_tl() 152 DPRINTF(stdout, "#EVENT %f Thread %s Started\n", in thread_tl() 160 DPRINTF(stdout, "#EVENT %f Thread %s Stopted\n", in thread_tl() 175 DPRINTF(stderr, "Thread Sampler: started\n"); in thread_sample() 176 DPRINTF(stdout, "# COLUMNS %d Time TP TL ", 2 + cpus); in thread_sample() 178 DPRINTF(stdout, "TF%d ", i); in thread_sample() 179 DPRINTF(stdout, "\n"); in thread_sample() [all …]
|
D | pitest-5.c | 112 DPRINTF(stdout, "#EVENT %f Thread %s started\n", in thread_fn() 114 DPRINTF(stderr, "Thread %s index %d: started\n", tp->name, tp->index); in thread_fn() 131 DPRINTF(stdout, "#EVENT %f Thread %s stopped\n", in thread_fn() 153 DPRINTF(stdout, "#EVENT %f Thread TL started\n", in thread_tl() 155 DPRINTF(stderr, "Thread %s index %d: started\n", tp->name, tp->index); in thread_tl() 165 DPRINTF(stdout, in thread_tl() 177 DPRINTF(stdout, "#EVENT %f Thread TL stopped\n", in thread_tl() 193 DPRINTF(stderr, "Thread Sampler: started\n"); in thread_sample() 194 DPRINTF(stdout, "# COLUMNS %d Time TL TP ", 2 + cpus); in thread_sample() 197 DPRINTF(stdout, "TF%d ", i); in thread_sample() [all …]
|
D | pitest-1.c | 111 DPRINTF(stdout, "#EVENT %f %s Thread Started\n", in thread_fn() 129 DPRINTF(stdout, "#EVENT %f %s Thread Stopped\n", in thread_fn() 151 DPRINTF(stdout, "#EVENT %f Thread TL Started\n", in thread_tl() 160 DPRINTF(stdout, "#EVENT %f Thread TL Stopped\n", in thread_tl() 176 DPRINTF(stderr, "Thread Sampler: started \n"); in thread_sample() 177 DPRINTF(stdout, "# COLUMNS %d Time TL TP ", 2 + cpus); in thread_sample() 179 DPRINTF(stdout, "TF%d ", i); in thread_sample() 180 DPRINTF(stdout, "\n"); in thread_sample() 190 DPRINTF(stdout, "%s \n", buffer); in thread_sample() 207 DPRINTF(stdout, "#EVENT %f TB Starts\n", seconds_read() - base_time); in thread_tb() [all …]
|
D | pitest-2.c | 112 DPRINTF(stdout, "#EVENT %f Thread %s Started\n", in thread_fn() 114 DPRINTF(stderr, "Thread %s index %d: started \n", tp->name, tp->index); in thread_fn() 129 DPRINTF(stdout, "#EVENT %f Thread %s Stopped\n", in thread_fn() 145 DPRINTF(stdout, "#EVENT %f Thread TL Started\n", in thread_tl() 147 DPRINTF(stderr, "Thread %s index %d: started\n", tp->name, tp->index); in thread_tl() 160 DPRINTF(stdout, "#EVENT %f Thread TL Stoped\n", in thread_tl() 176 DPRINTF(stderr, "Thread Sampler: started \n"); in thread_sample() 177 DPRINTF(stdout, "# COLUMNS %d Time TL TP1 TP2 ", 3 + cpus); in thread_sample() 179 DPRINTF(stdout, "TF%d ", i); in thread_sample() 180 DPRINTF(stdout, "\n"); in thread_sample() [all …]
|
D | pitest-3.c | 114 DPRINTF(stdout, "#EVENT %f Thread %s Started\n", in thread_fn() 116 DPRINTF(stderr, "Thread %s index %d: started\n", tp->name, tp->index); in thread_fn() 133 DPRINTF(stdout, "#EVENT %f Thread %s Stopped\n", in thread_fn() 155 DPRINTF(stdout, "#EVENT %f Thread TL Started\n", in thread_tl() 157 DPRINTF(stderr, "Thread %s index %d: started\n", tp->name, tp->index); in thread_tl() 168 DPRINTF(stdout, "#EVENT %f Thread TL Stopped\n", in thread_tl() 184 DPRINTF(stderr, "Thread Sampler: started\n"); in thread_sample() 186 DPRINTF(stdout, "# COLUMNS %d Time TL TP1 TP2 ", 3 + cpus); in thread_sample() 189 DPRINTF(stdout, "TF%d ", i); in thread_sample() 190 DPRINTF(stdout, "\n"); in thread_sample() [all …]
|
D | pitest-4.c | 114 DPRINTF(stdout, "#EVENT %f Thread %s Started\n", in thread_fn() 116 DPRINTF(stderr, "Thread %s index %d: started\n", tp->name, tp->index); in thread_fn() 137 DPRINTF(stdout, "#EVENT %f Thread %s Stopped\n", in thread_fn() 153 DPRINTF(stderr, "Thread Sampler: started\n"); in thread_sample() 154 DPRINTF(stdout, "# COLUMNS %d Time TL TP ", 2 + cpus); in thread_sample() 156 DPRINTF(stdout, "TF%d ", i); in thread_sample() 157 DPRINTF(stdout, "\n"); in thread_sample() 167 DPRINTF(stdout, "%s\n", buffer); in thread_sample() 183 DPRINTF(stderr, "Thread TB1: started\n"); in thread_tb1() 184 DPRINTF(stdout, "#EVENT %f Thread TB1 Started\n", in thread_tb1() [all …]
|
/external/ltp/testcases/kernel/hotplug/memory_hotplug/ |
D | debug.h | 13 #define DPRINTF(F,X) if (_Developer_Debug & DBG_##F) _dprintf X macro 15 #define DENTER(F) DPRINTF(F, ("%s() entered.\n",fname)) 16 #define DEXIT(F) DPRINTF(F, ("%s() exiting.\n",fname)) 18 DPRINTF(F, ("%s() returning status = %d\n", fname, S)) 44 #define DPRINTF(F,X) macro
|
/external/python/cpython2/Modules/ |
D | socketmodule.h | 224 #ifndef DPRINTF 225 # define DPRINTF if (0) printf macro 233 DPRINTF(" Loading capsule %s\n", PySocket_CAPSULE_NAME); in PySocketModule_ImportModuleAndAPI() 238 DPRINTF(" API object loaded and initialized.\n"); in PySocketModule_ImportModuleAndAPI() 242 DPRINTF(" not found.\n"); in PySocketModule_ImportModuleAndAPI()
|
/external/u-boot/drivers/rtc/ |
D | ds1302.c | 33 # define DPRINTF(x,args...) printf("ds1302: " x , ##args) macro 40 # define DPRINTF(x,args...) macro 157 DPRINTF("READ 0x%x bytes @ 0x%x [ ", count, addr); in read_ser_drv() 178 DPRINTF("WRITE 0x%x bytes @ 0x%x [ ", count, addr); in write_ser_drv() 198 DPRINTF("init\n"); in rtc_init() 244 DPRINTF("init done\n"); in rtc_init() 283 DPRINTF("Get DATE: %4d-%02d-%02d (wday=%d) TIME: %2d:%02d:%02d\n", in rtc_get() 297 DPRINTF("Set DATE: %4d-%02d-%02d (wday=%d) TIME: %2d:%02d:%02d\n", in rtc_set()
|
/external/iproute2/tc/ |
D | q_gred.c | 33 #define DPRINTF(format, args...) fprintf(stderr, format, ##args) 35 #define DPRINTF(format, args...) macro 58 DPRINTF(stderr, "init_gred: invoked with %s\n", *argv); in init_gred() 107 DPRINTF("TC_GRED: sending DPs=%u def_DP=%u\n", opt.DPs, opt.def_DP); in init_gred()
|
/external/ltp/testcases/open_posix_testsuite/functional/threads/include/ |
D | test.h | 24 #define DPRINTF(a, x, args...) fprintf(a, x , ##args); macro
|
/external/strace/ |
D | ChangeLog | 10333 unwind.c: eliminate DPRINTF. 10334 Since DPRINTF is simply a macro that provides debugging information 10338 * unwind.c (DPRINTF): Remove. 10341 DPRINTF(fmt, str, ...) with debug_func_msg(fmt, ...)/ 38378 * unwind.c (DPRINTF): Likewise. 43540 * unwind.c (DPRINTF): New macro, to be utilized in debugging cache
|