Home
last modified time | relevance | path

Searched refs:tracing_flags (Results 1 – 2 of 2) sorted by relevance

/external/qemu/memcheck/
Dmemcheck.c283 memcheck_init(const char* tracing_flags) in memcheck_init() argument
285 if (*tracing_flags == '0') { in memcheck_init()
288 } else if (*tracing_flags == '1') { in memcheck_init()
297 while (*tracing_flags) { in memcheck_init()
298 switch (*tracing_flags) { in memcheck_init()
353 tracing_flags++; in memcheck_init()
Dmemcheck.h35 void memcheck_init(const char* tracing_flags);