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

/linux-master/tools/tracing/latency/
H A Dlatency-collector.c1247 static char *find_next_optstr(const char *allopt, const char **next) argument
1254 if (allopt == NULL)
1257 for (begin = allopt; *begin != '\0'; begin++) {
1275 static bool get_trace_opt(const char *allopt, const char *opt, bool *found) argument
1280 const char *next = allopt;
1325 char *allopt; local
1329 allopt = tracefs_instance_file_read(NULL, TR_OPTIONS, &psize);
1330 if (!allopt)
1334 state->opt[i] = get_trace_opt(allopt, optstr[i],
1337 free(allopt);
[all...]

Completed in 183 milliseconds