Home
last modified time | relevance | path

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

/tools/tracing/latency/
Dlatency-collector.c104 static const char * const OPT_NO_PREFIX = "no"; variable
1239 s = strlen(opt) + strlen(OPT_NO_PREFIX) + 1; in get_no_opt()
1242 strcpy(no_opt, OPT_NO_PREFIX); in get_no_opt()