Searched refs:clo_trace_sched (Results 1 - 4 of 4) sorted by relevance

/external/valgrind/main/coregrind/
H A Dpub_core_options.h129 extern Bool VG_(clo_trace_sched);
H A Dm_options.c81 Bool VG_(clo_trace_sched) = False; variable
H A Dm_main.c525 else if VG_BOOL_CLO(arg, "--trace-sched", VG_(clo_trace_sched)) {}
2537 VG_(clo_trace_sched))
/external/valgrind/main/coregrind/m_scheduler/
H A Dscheduler.c210 if (VG_(clo_trace_sched)) {
238 if (VG_(clo_trace_sched)) {
267 if (VG_(clo_trace_sched)) {
308 if (VG_(clo_trace_sched))
590 } else if (VG_(clo_trace_sched)) \
959 if (VG_(clo_trace_sched))
1062 if (VG_(clo_trace_sched) && VG_(clo_verbosity) > 2) {
1272 if (VG_(clo_trace_sched))
1363 if (0 || VG_(clo_trace_syscalls) || VG_(clo_trace_sched))

Completed in 76 milliseconds