Home
last modified time | relevance | path

Searched refs:clockstr (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/tools/testing/selftests/timens/
H A 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()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/kernel/trace/
H A Dtrace.h397 extern int tracing_set_clock(struct trace_array *tr, const char *clockstr);
H A Dtrace.c7002 int tracing_set_clock(struct trace_array *tr, const char *clockstr) in tracing_set_clock() argument
7007 if (strcmp(trace_clocks[i].name, clockstr) == 0) in tracing_set_clock()
7042 const char *clockstr; in tracing_clock_write() local
7053 clockstr = strstrip(buf); in tracing_clock_write()
7055 ret = tracing_set_clock(tr, clockstr); in tracing_clock_write()
/kernel/linux/linux-6.6/kernel/trace/
H A Dtrace.h430 extern int tracing_set_clock(struct trace_array *tr, const char *clockstr);
H A Dtrace.c7442 int tracing_set_clock(struct trace_array *tr, const char *clockstr) in tracing_set_clock() argument
7447 if (strcmp(trace_clocks[i].name, clockstr) == 0) in tracing_set_clock()
7482 const char *clockstr; in tracing_clock_write() local
7493 clockstr = strstrip(buf); in tracing_clock_write()
7495 ret = tracing_set_clock(tr, clockstr); in tracing_clock_write()

Completed in 33 milliseconds