Home
last modified time | relevance | path

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

/kernel/trace/
Dtrace.c7315 int tracing_set_clock(struct trace_array *tr, const char *clockstr) in tracing_set_clock() argument
7320 if (strcmp(trace_clocks[i].name, clockstr) == 0) in tracing_set_clock()
7355 const char *clockstr; in tracing_clock_write() local
7366 clockstr = strstrip(buf); in tracing_clock_write()
7368 ret = tracing_set_clock(tr, clockstr); in tracing_clock_write()
Dtrace.h407 extern int tracing_set_clock(struct trace_array *tr, const char *clockstr);