HomeSort by relevance Sort by last modified time
    Searched refs:DPRINTF (Results 1 - 14 of 14) sorted by null

  /external/ltp/testcases/kernel/hotplug/memory_hotplug/
debug.h 13 #define DPRINTF(F,X) if (_Developer_Debug & DBG_##F) _dprintf X
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)
  /external/ltp/testcases/open_posix_testsuite/functional/threads/pi_test/
pitest-6.c 109 DPRINTF(stderr, "Thread %s index %d: started\n", tp->name, tp->index);
110 DPRINTF(stdout, "#EVENT %f Thread %s Started\n",
128 DPRINTF(stdout, "#EVENT %f Thread %s Started\n",
151 DPRINTF(stderr, "Thread %s index %d: started\n", tp->name, tp->index);
152 DPRINTF(stdout, "#EVENT %f Thread %s Started\n",
160 DPRINTF(stdout, "#EVENT %f Thread %s Stopted\n",
175 DPRINTF(stderr, "Thread Sampler: started\n");
176 DPRINTF(stdout, "# COLUMNS %d Time TP TL ", 2 + cpus);
178 DPRINTF(stdout, "TF%d ", i);
179 DPRINTF(stdout, "\n")
    [all...]
pitest-1.c 111 DPRINTF(stdout, "#EVENT %f %s Thread Started\n",
129 DPRINTF(stdout, "#EVENT %f %s Thread Stopped\n",
151 DPRINTF(stdout, "#EVENT %f Thread TL Started\n",
160 DPRINTF(stdout, "#EVENT %f Thread TL Stopped\n",
176 DPRINTF(stderr, "Thread Sampler: started \n");
177 DPRINTF(stdout, "# COLUMNS %d Time TL TP ", 2 + cpus);
179 DPRINTF(stdout, "TF%d ", i);
180 DPRINTF(stdout, "\n");
190 DPRINTF(stdout, "%s \n", buffer);
207 DPRINTF(stdout, "#EVENT %f TB Starts\n", seconds_read() - base_time)
    [all...]
pitest-5.c 112 DPRINTF(stdout, "#EVENT %f Thread %s started\n",
114 DPRINTF(stderr, "Thread %s index %d: started\n", tp->name, tp->index);
131 DPRINTF(stdout, "#EVENT %f Thread %s stopped\n",
153 DPRINTF(stdout, "#EVENT %f Thread TL started\n",
155 DPRINTF(stderr, "Thread %s index %d: started\n", tp->name, tp->index);
165 DPRINTF(stdout,
177 DPRINTF(stdout, "#EVENT %f Thread TL stopped\n",
193 DPRINTF(stderr, "Thread Sampler: started\n");
194 DPRINTF(stdout, "# COLUMNS %d Time TL TP ", 2 + cpus);
197 DPRINTF(stdout, "TF%d ", i)
    [all...]
pitest-4.c 114 DPRINTF(stdout, "#EVENT %f Thread %s Started\n",
116 DPRINTF(stderr, "Thread %s index %d: started\n", tp->name, tp->index);
137 DPRINTF(stdout, "#EVENT %f Thread %s Stopped\n",
153 DPRINTF(stderr, "Thread Sampler: started\n");
154 DPRINTF(stdout, "# COLUMNS %d Time TL TP ", 2 + cpus);
156 DPRINTF(stdout, "TF%d ", i);
157 DPRINTF(stdout, "\n");
167 DPRINTF(stdout, "%s\n", buffer);
183 DPRINTF(stderr, "Thread TB1: started\n");
184 DPRINTF(stdout, "#EVENT %f Thread TB1 Started\n"
    [all...]
pitest-2.c 112 DPRINTF(stdout, "#EVENT %f Thread %s Started\n",
114 DPRINTF(stderr, "Thread %s index %d: started \n", tp->name, tp->index);
129 DPRINTF(stdout, "#EVENT %f Thread %s Stopped\n",
145 DPRINTF(stdout, "#EVENT %f Thread TL Started\n",
147 DPRINTF(stderr, "Thread %s index %d: started\n", tp->name, tp->index);
160 DPRINTF(stdout, "#EVENT %f Thread TL Stoped\n",
176 DPRINTF(stderr, "Thread Sampler: started \n");
177 DPRINTF(stdout, "# COLUMNS %d Time TL TP1 TP2 ", 3 + cpus);
179 DPRINTF(stdout, "TF%d ", i);
180 DPRINTF(stdout, "\n")
    [all...]
pitest-3.c 114 DPRINTF(stdout, "#EVENT %f Thread %s Started\n",
116 DPRINTF(stderr, "Thread %s index %d: started\n", tp->name, tp->index);
133 DPRINTF(stdout, "#EVENT %f Thread %s Stopped\n",
155 DPRINTF(stdout, "#EVENT %f Thread TL Started\n",
157 DPRINTF(stderr, "Thread %s index %d: started\n", tp->name, tp->index);
168 DPRINTF(stdout, "#EVENT %f Thread TL Stopped\n",
184 DPRINTF(stderr, "Thread Sampler: started\n");
186 DPRINTF(stdout, "# COLUMNS %d Time TL TP1 TP2 ", 3 + cpus);
189 DPRINTF(stdout, "TF%d ", i);
190 DPRINTF(stdout, "\n")
    [all...]
  /external/ltp/testcases/open_posix_testsuite/functional/threads/include/
test.h 24 #define DPRINTF(a, x, args...) fprintf(a, x , ##args);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/
socketmodule.h 223 #ifndef DPRINTF
224 # define DPRINTF if (0) printf
232 DPRINTF(" Loading capsule %s\n", PySocket_CAPSULE_NAME);
237 DPRINTF(" API object loaded and initialized.\n");
241 DPRINTF(" not found.\n");
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
socketmodule.h 224 #ifndef DPRINTF
225 # define DPRINTF if (0) printf
233 DPRINTF(" Loading capsule %s\n", PySocket_CAPSULE_NAME);
238 DPRINTF(" API object loaded and initialized.\n");
242 DPRINTF(" not found.\n");
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
socketmodule.h 223 #ifndef DPRINTF
224 # define DPRINTF if (0) printf
232 DPRINTF(" Loading capsule %s\n", PySocket_CAPSULE_NAME);
237 DPRINTF(" API object loaded and initialized.\n");
241 DPRINTF(" not found.\n");
  /external/python/cpython2/Modules/
socketmodule.h 224 #ifndef DPRINTF
225 # define DPRINTF if (0) printf
233 DPRINTF(" Loading capsule %s\n", PySocket_CAPSULE_NAME);
238 DPRINTF(" API object loaded and initialized.\n");
242 DPRINTF(" not found.\n");
  /external/iproute2/tc/
q_gred.c 33 #define DPRINTF(format, args...) fprintf(stderr, format, ##args)
35 #define DPRINTF(format, args...)
58 DPRINTF(stderr, "init_gred: invoked with %s\n", *argv);
107 DPRINTF("TC_GRED: sending DPs=%u def_DP=%u\n", opt.DPs, opt.def_DP);
  /external/dhcpcd-6.8.2/
configure 684 if [ -z "$DPRINTF" ]; then
685 printf "Testing for dprintf ... "
689 return dprintf(0, "%d", 0);
693 DPRINTF=yes
695 DPRINTF=no
697 echo "$DPRINTF"
700 if [ "$DPRINTF" = no ]; then
701 echo "COMPAT_SRCS+= compat/dprintf.c" >>$CONFIG_MK
702 echo "#include \"compat/dprintf.h\"" >>$CONFIG_H

Completed in 405 milliseconds