Home
last modified time | relevance | path

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

/linux-6.3-rc2/tools/testing/selftests/timens/
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-6.3-rc2/kernel/trace/
A Dtrace.c7320 int tracing_set_clock(struct trace_array *tr, const char *clockstr) in tracing_set_clock() argument
7325 if (strcmp(trace_clocks[i].name, clockstr) == 0) in tracing_set_clock()
7360 const char *clockstr; in tracing_clock_write() local
7371 clockstr = strstrip(buf); in tracing_clock_write()
7373 ret = tracing_set_clock(tr, clockstr); in tracing_clock_write()
A Dtrace.h405 extern int tracing_set_clock(struct trace_array *tr, const char *clockstr);

Completed in 28 milliseconds