Home
last modified time | relevance | path

Searched refs:DBG_INFO (Results 1 – 11 of 11) sorted by relevance

/external/ltp/testcases/realtime/func/pi-tests/
Dtestpi-7.c165 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/
Ddebug.h32 #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/
Dpthread_kill_latency.c157 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/
Dsched_latency.c133 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/
Dprio-preempt.c185 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/
Dr300_screen.h92 #define DBG_INFO (1 << 13) macro
Dr300_debug.c30 { "info", DBG_INFO, "Print hardware info (printed by default on debug builds"},
Dr300_context.c492 if (DBG_ON(r300, DBG_INFO)) {
/external/ltp/testcases/realtime/include/
Dlibrttest.h185 #define DBG_INFO 3 macro
/external/mesa3d/src/gallium/drivers/radeon/
Dr600_pipe_common.c679 { "info", DBG_INFO, "Print driver information" },
1275 if (rscreen->debug_flags & DBG_INFO) { in r600_common_screen_init()
Dr600_pipe_common.h95 #define DBG_INFO (1llu << 40) macro