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