Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/timens/
H A Dgettime_perf.c47 static void test(clock_t clockid, char *clockstr, bool in_ns) in test() argument
62 in_ns ? "ns" : "host", clockstr, i); in test()
/linux/kernel/trace/
H A Dtrace.c6456 int tracing_set_clock(struct trace_array *tr, const char *clockstr) in tracing_set_clock() argument
6461 if (strcmp(trace_clocks[i].name, clockstr) == 0) in tracing_set_clock()
6501 const char *clockstr; in tracing_clock_write() local
6512 clockstr = strstrip(buf); in tracing_clock_write()
6514 ret = tracing_set_clock(tr, clockstr); in tracing_clock_write()