public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/2] sched_ext: Add trace point to sched_ext core events
@ 2025-03-04  1:27 Changwoo Min
  2025-03-04  1:27 ` [PATCH v3 1/2] sched_ext: Change the event type from u64 to s64 Changwoo Min
  2025-03-04  1:27 ` [PATCH v3 2/2] sched_ext: Add trace point to track sched_ext core events Changwoo Min
  0 siblings, 2 replies; 5+ messages in thread
From: Changwoo Min @ 2025-03-04  1:27 UTC (permalink / raw)
  To: tj, void, arighi; +Cc: kernel-dev, linux-kernel, Changwoo Min

Add tracing support to track sched_ext core events (/sched_ext/sched_ext_event)
to debug and monitor sched_ext schedulers. Also, change the core event type
from u64 to s64 to support negative event values.

ChangeLog v2 -> v3:
 - Change the type of @delta from __u64 to __s64 and make corresponding changes
   in scx_event_stats and scx_qmap.bpf.c.

ChangeLog v1 -> v2:
 - Rename @added field to @delta for clarity.
 - Rename sched_ext_add_event to sched_ext_event.
 - Drop the @offset field to avoid the potential misuse of non-portable numbers.

Changwoo Min (2):
  sched_ext: Change the event type from u64 to s64
  sched_ext: Add trace point to track sched_ext core events

 include/trace/events/sched_ext.h | 19 +++++++++++++++++++
 kernel/sched/ext.c               | 22 ++++++++++++----------
 tools/sched_ext/scx_qmap.bpf.c   | 16 ++++++++--------
 3 files changed, 39 insertions(+), 18 deletions(-)

-- 
2.48.1


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

end of thread, other threads:[~2025-03-04 10:39 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-04  1:27 [PATCH v3 0/2] sched_ext: Add trace point to sched_ext core events Changwoo Min
2025-03-04  1:27 ` [PATCH v3 1/2] sched_ext: Change the event type from u64 to s64 Changwoo Min
2025-03-04  1:27 ` [PATCH v3 2/2] sched_ext: Add trace point to track sched_ext core events Changwoo Min
2025-03-04  6:41   ` Andrea Righi
2025-03-04 10:39     ` Changwoo Min

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox