Searched refs:clockstr (Results 1 – 1 of 1) sorted by relevance
5215 static int tracing_set_clock(struct trace_array *tr, const char *clockstr) in tracing_set_clock() argument5220 if (strcmp(trace_clocks[i].name, clockstr) == 0) in tracing_set_clock()5255 const char *clockstr; in tracing_clock_write() local5266 clockstr = strstrip(buf); in tracing_clock_write()5268 ret = tracing_set_clock(tr, clockstr); in tracing_clock_write()