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

  /external/ltp/testcases/kernel/hotplug/memory_hotplug/
debug.h 32 #define DBG_INFO 0x0004 /* display other debug info */
39 #define DBG_ALL (DBG_INOUT|DBG_ERRORS|DBG_INFO|DBG_ARGS)
  /external/ltp/testcases/realtime/func/pi-tests/
testpi-7.c 165 debug(DBG_INFO, "low try mutex\n");
167 debug(DBG_INFO, "low grab mutex\n");
174 debug(DBG_INFO, "low drop mutex\n");
182 debug(DBG_INFO, "low prio thread finished (flags=%#x)\n", t->flags);
199 debug(DBG_INFO, MP "thread %d writing flag\n", t->id);
212 debug(DBG_INFO, MP "thread %d resetting m_flag\n",
217 debug(DBG_INFO, "med prio thread finished\n");
232 debug(DBG_INFO, "Staring iteration %d\n", i);
238 debug(DBG_INFO, HP "high try mutex\n");
243 debug(DBG_INFO, HP "high grab mutex\n")
    [all...]
  /external/mesa3d/src/gallium/drivers/r300/
r300_screen.h 92 #define DBG_INFO (1 << 13)
r300_debug.c 30 { "info", DBG_INFO, "Print hardware info (printed by default on debug builds"},
r300_context.c 494 if (DBG_ON(r300, DBG_INFO)) {
  /external/ltp/testcases/realtime/func/prio-preempt/
prio-preempt.c 185 debug(DBG_INFO, "%llu: Thread %d(%d) wakes up from sleep \n",
200 debug(DBG_INFO, "%llu: Thread %d(%d): Sent signal (%d) to (%d)\n",
206 debug(DBG_INFO, "%llu: Thread %d(%d) setting it's bit \n", rt_gettime(),
  /external/ltp/testcases/realtime/func/pthread_kill_latency/
pthread_kill_latency.c 157 debug(DBG_INFO, "\n\n");
176 debug(DBG_INFO, "Iteration %d: Took %ld us. Max = %ld us, "
231 debug(DBG_INFO, "Signal sending thread: target thread id =%d\n",
  /external/ltp/testcases/realtime/func/sched_latency/
sched_latency.c 133 debug(DBG_INFO, "ITERATION DELAY(US) MAX_DELAY(US) FAILURES\n");
134 debug(DBG_INFO, "--------- --------- ------------- --------\n");
197 debug(DBG_INFO, "%9i %9llu %13llu %8i\r", i, delay, max_delay,
  /external/ltp/testcases/realtime/include/
librttest.h 185 #define DBG_INFO 3
  /external/mesa3d/src/gallium/drivers/radeon/
r600_pipe_common.h 85 DBG_INFO,
  /external/mesa3d/src/gallium/drivers/r600/
r600_pipe_common.h 104 #define DBG_INFO (1ull << 40)
r600_pipe_common.c 760 { "info", DBG_INFO, "Print driver information" },
    [all...]
r600_query.c     [all...]

Completed in 245 milliseconds