Home
last modified time | relevance | path

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

/Linux-v5.10/tools/testing/selftests/timens/
Dgettime_perf.c39 static void test(clock_t clockid, char *clockstr, bool in_ns) in test() argument
54 in_ns ? "ns" : "host", clockstr, i); in test()
/Linux-v5.10/kernel/trace/
Dtrace.c6797 int tracing_set_clock(struct trace_array *tr, const char *clockstr) in tracing_set_clock() argument
6802 if (strcmp(trace_clocks[i].name, clockstr) == 0) in tracing_set_clock()
6837 const char *clockstr; in tracing_clock_write() local
6848 clockstr = strstrip(buf); in tracing_clock_write()
6850 ret = tracing_set_clock(tr, clockstr); in tracing_clock_write()
Dtrace.h395 extern int tracing_set_clock(struct trace_array *tr, const char *clockstr);