Searched refs:clockstr (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/timens/ |
H A D | gettime_perf.c | 39 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 D | gettime_perf.c | 47 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 D | trace.h | 397 extern int tracing_set_clock(struct trace_array *tr, const char *clockstr);
|
H A D | trace.c | 7002 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 D | trace.h | 430 extern int tracing_set_clock(struct trace_array *tr, const char *clockstr);
|
H A D | trace.c | 7442 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 32 milliseconds