Home
last modified time | relevance | path

Searched refs:DPRINTF (Results 1 – 12 of 12) sorted by relevance

/external/ltp/testcases/open_posix_testsuite/functional/threads/pi_test/
Dpitest-6.c109 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 …]
Dpitest-1.c111 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 …]
Dpitest-5.c112 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 …]
Dpitest-2.c112 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 …]
Dpitest-3.c114 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 …]
Dpitest-4.c114 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/
Ddebug.h13 #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/
Dsocketmodule.h224 #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/iproute2/tc/
Dq_gred.c33 #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/dhcpcd-6.8.2/
Dconfigure684 if [ -z "$DPRINTF" ]; then
693 DPRINTF=yes
695 DPRINTF=no
697 echo "$DPRINTF"
700 if [ "$DPRINTF" = no ]; then
/external/ltp/testcases/open_posix_testsuite/functional/threads/include/
Dtest.h24 #define DPRINTF(a, x, args...) fprintf(a, x , ##args); macro
/external/strace/
DChangeLog2771 unwind.c: eliminate DPRINTF.
2772 Since DPRINTF is simply a macro that provides debugging information
2776 * unwind.c (DPRINTF): Remove.
2779 DPRINTF(fmt, str, ...) with debug_func_msg(fmt, ...)/
30816 * unwind.c (DPRINTF): Likewise.
35978 * unwind.c (DPRINTF): New macro, to be utilized in debugging cache