Searched refs:trace_clocks (Results 1 – 1 of 1) sorted by relevance
1751 } trace_clocks[] = { variable 1766 if (trace_clocks[tr->clock_id].in_ns) in trace_clock_in_ns() 4668 if (trace_clocks[tr->clock_id].in_ns) in __tracing_open() 6535 if (trace_clocks[tr->clock_id].in_ns) in tracing_open_pipe() 7355 for (i = 0; i < ARRAY_SIZE(trace_clocks); i++) in tracing_clock_show() 7358 i == tr->clock_id ? "[" : "", trace_clocks[i].name, in tracing_clock_show() 7369 for (i = 0; i < ARRAY_SIZE(trace_clocks); i++) { in tracing_set_clock() 7370 if (strcmp(trace_clocks[i].name, clockstr) == 0) in tracing_set_clock() 7373 if (i == ARRAY_SIZE(trace_clocks)) in tracing_set_clock() 7380 ring_buffer_set_clock(tr->array_buffer.buffer, trace_clocks[ in tracing_set_clock() [all...]