Searched refs:clockstr (Results 1 – 1 of 1) sorted by relevance
5182 static int tracing_set_clock(struct trace_array *tr, const char *clockstr) in tracing_set_clock() argument5187 if (strcmp(trace_clocks[i].name, clockstr) == 0) in tracing_set_clock()5222 const char *clockstr; in tracing_clock_write() local5233 clockstr = strstrip(buf); in tracing_clock_write()5235 ret = tracing_set_clock(tr, clockstr); in tracing_clock_write()