linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] tracing: Introduce trace clock tai
@ 2022-04-09  8:12 Kurt Kanzenbach
  2022-04-09  8:12 ` [PATCH 1/3] timekeeping: Introduce fast accessor to " Kurt Kanzenbach
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Kurt Kanzenbach @ 2022-04-09  8:12 UTC (permalink / raw)
  To: John Stultz, Thomas Gleixner, Stephen Boyd, Steven Rostedt,
	Ingo Molnar, Jonathan Corbet
  Cc: Richard Cochran, linux-doc, linux-kernel, Kurt Kanzenbach

Hi,

the Linux kernel tracing infrastructure has support for using different clocks
to generate timestamps for trace events. Especially in TSN networks it's useful
to have TAI as trace clock, because the application scheduling is done in
accordance to the network time, which is based on TAI. With a tai trace_clock in
place, it becomes very convenient to correlate network activity with Linux
kernel application traces.

However, there's no fast accessor for CLOCK_TAI yet. Therefore, patch #1 is
adding one. Patch #2 introduces the clock and the last one adds documentation
for it.

Thanks,
Kurt

Kurt Kanzenbach (3):
  timekeeping: Introduce fast accessor to clock tai
  tracing: Introduce trace clock tai
  tracing: Add documentation for trace clock tai

 Documentation/trace/ftrace.rst | 12 ++++++++++++
 include/linux/timekeeping.h    |  1 +
 kernel/time/timekeeping.c      | 17 +++++++++++++++++
 kernel/trace/trace.c           |  1 +
 4 files changed, 31 insertions(+)

-- 
2.30.2


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2022-04-12  8:11 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-09  8:12 [PATCH 0/3] tracing: Introduce trace clock tai Kurt Kanzenbach
2022-04-09  8:12 ` [PATCH 1/3] timekeeping: Introduce fast accessor to " Kurt Kanzenbach
2022-04-09 13:37   ` Steven Rostedt
2022-04-09 20:33     ` Thomas Gleixner
2022-04-11 20:58       ` Thomas Gleixner
2022-04-12  7:03         ` Kurt Kanzenbach
2022-04-09 20:32   ` Thomas Gleixner
2022-04-09  8:12 ` [PATCH 2/3] tracing: Introduce trace " Kurt Kanzenbach
2022-04-09  8:13 ` [PATCH 3/3] tracing: Add documentation for " Kurt Kanzenbach

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).