Searched defs:trace_hb (Results 1 - 2 of 2) sorted by relevance

/external/valgrind/main/drd/
H A Ddrd_hb.c61 void DRD_(hb_set_trace)(const Bool trace_hb) argument
63 DRD_(s_trace_hb) = trace_hb;
H A Ddrd_main.c85 int trace_hb = -1; local
115 else if VG_BOOL_CLO(arg, "--trace-hb", trace_hb) {}
170 if (trace_hb != -1)
171 DRD_(hb_set_trace)(trace_hb);

Completed in 108 milliseconds