Home
last modified time | relevance | path

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

/Linux-v5.4/kernel/trace/
Dtrace.h344 extern int tracing_set_clock(struct trace_array *tr, const char *clockstr);
Dtrace.c6521 int tracing_set_clock(struct trace_array *tr, const char *clockstr) in tracing_set_clock() argument
6526 if (strcmp(trace_clocks[i].name, clockstr) == 0) in tracing_set_clock()
6561 const char *clockstr; in tracing_clock_write() local
6572 clockstr = strstrip(buf); in tracing_clock_write()
6574 ret = tracing_set_clock(tr, clockstr); in tracing_clock_write()