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.c144 /* counter watch subopts */
202 char *device_name = NULL, *subopts, *value; in main() local
258 subopts = optarg; in main()
259 while (*subopts != '\0') { in main()
260 ret = getsubopt(&subopts, counter_watch_subopts, &value); in main()