linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [RFC PATCH v4 0/2] trace,smp: Add tracepoints for csd
@ 2023-05-15 18:30 Leonardo Bras
  2023-05-15 18:30 ` [RFC PATCH v4 1/2] trace,smp: Add tracepoints around remotelly called functions Leonardo Bras
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: Leonardo Bras @ 2023-05-15 18:30 UTC (permalink / raw)
  To: Thomas Gleixner, Sebastian Andrzej Siewior, Nadav Amit,
	Chen Zhongjin, Daniel Bristot de Oliveira, Marcelo Tosatti,
	Steven Rostedt, Masami Hiramatsu, Leonardo Bras, Peter Zijlstra,
	Paul E. McKenney, Juergen Gross, Valentin Schneider, Yury Norov
  Cc: linux-kernel, linux-trace-kernel

Changes since RFCv3:
- Split the patch in 2: entry/exit and queue
- Fix 'struct __call_single_data' & call_single_data_t alignment issue
- Made all TP_printk follow the same pattern

Changes since RFCv2:
- Fixed some spacing issues and trace calls

Changes since RFCv1:
- Implemented trace_csd_queue_cpu() as suggested by Valentin Schneider
- Using EVENT_CLASS in order to avoid duplication
- Introduced new helper: csd_do_func()
- Name change from smp_call_function_* to csd_function_*
- Rebased on top of torvalds/master

Leonardo Bras (2):
  trace,smp: Add tracepoints around remotelly called functions
  trace,smp: Add tracepoints for scheduling remotelly called functions

 include/trace/events/smp.h | 72 ++++++++++++++++++++++++++++++++++++++
 kernel/smp.c               | 41 +++++++++++++---------
 2 files changed, 96 insertions(+), 17 deletions(-)
 create mode 100644 include/trace/events/smp.h

-- 
2.40.1


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

end of thread, other threads:[~2023-06-14  9:28 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-15 18:30 [RFC PATCH v4 0/2] trace,smp: Add tracepoints for csd Leonardo Bras
2023-05-15 18:30 ` [RFC PATCH v4 1/2] trace,smp: Add tracepoints around remotelly called functions Leonardo Bras
2023-05-30 10:36   ` Valentin Schneider
2023-06-14  4:10     ` Leonardo Bras Soares Passos
2023-05-15 18:30 ` [RFC PATCH v4 2/2] trace,smp: Add tracepoints for scheduling " Leonardo Bras
2023-05-15 18:47 ` [RFC PATCH v4 0/2] trace,smp: Add tracepoints for csd Leonardo Brás
2023-05-30 10:36 ` Valentin Schneider
2023-06-14  4:14   ` Leonardo Bras Soares Passos
2023-06-14  5:16     ` Leonardo Bras Soares Passos
2023-06-14  9:27       ` Valentin Schneider

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).