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

/external/qemu/memcheck/
H A Dmemcheck.h31 * tracing_flags - Parameters set for the -memcheck option. These parameters
35 void memcheck_init(const char* tracing_flags);
H A Dmemcheck.c283 memcheck_init(const char* tracing_flags) argument
285 if (*tracing_flags == '0') {
288 } else if (*tracing_flags == '1') {
297 while (*tracing_flags) {
298 switch (*tracing_flags) {
353 tracing_flags++;

Completed in 70 milliseconds