Home
last modified time | relevance | path

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

/linux/tools/counter/
H A Dcounter_watch_events.c198 char *device_name = NULL, *subopts, *value; in main() local
254 subopts = optarg; in main()
255 while (*subopts != '\0') { in main()
256 ret = getsubopt(&subopts, counter_watch_subopts, &value); in main()