linux-cxl.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [RFC PATCH 0/7] rasdaemon: Process the generic CXL trace events
@ 2023-04-12  8:33 shiju.jose
  2023-04-12  8:33 ` [RFC PATCH 1/7] rasdaemon: Add common function to convert timestamp in the CXL event records to the broken-down time format shiju.jose
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: shiju.jose @ 2023-04-12  8:33 UTC (permalink / raw)
  To: mchehab, linux-cxl, linux-edac; +Cc: jonathan.cameron, linuxarm, shiju.jose

From: Shiju Jose <shiju.jose@huawei.com>

Log and record the following generic CXL error records reported through
the kernel trace events.
- cxl_overflow
- cxl_generic_event
- cxl_general_media
- cxl_dram
- cxl_memory_module

Shiju Jose (7):
  rasdaemon: Add common function to convert timestamp in the CXL event
    records to the broken-down time format
  rasdaemon: Add common function to get timestamp for the event
  rasdaemon: Add support for the CXL overflow events
  rasdaemon: Add support for the CXL generic events
  rasdaemon: Add support for the CXL general media events
  rasdaemon: Add support for the CXL dram events
  rasdaemon: Add support for the CXL memory module events

 ras-cxl-handler.c | 826 +++++++++++++++++++++++++++++++++++++++++++---
 ras-cxl-handler.h |  15 +
 ras-events.c      |  45 +++
 ras-events.h      |   5 +
 ras-record.c      | 420 +++++++++++++++++++++++
 ras-record.h      |  99 ++++++
 ras-report.c      | 476 ++++++++++++++++++++++++++
 ras-report.h      |  10 +
 8 files changed, 1853 insertions(+), 43 deletions(-)

-- 
2.25.1


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

end of thread, other threads:[~2023-04-12  9:23 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-12  8:33 [RFC PATCH 0/7] rasdaemon: Process the generic CXL trace events shiju.jose
2023-04-12  8:33 ` [RFC PATCH 1/7] rasdaemon: Add common function to convert timestamp in the CXL event records to the broken-down time format shiju.jose
2023-04-12  8:33 ` [RFC PATCH 2/7] rasdaemon: Add common function to get timestamp for the event shiju.jose
2023-04-12  8:33 ` [RFC PATCH 3/7] rasdaemon: Add support for the CXL overflow events shiju.jose
2023-04-12  8:33 ` [RFC PATCH 4/7] rasdaemon: Add support for the CXL generic events shiju.jose
2023-04-12  8:33 ` [RFC PATCH 5/7] rasdaemon: Add support for the CXL general media events shiju.jose
2023-04-12  8:33 ` [RFC PATCH 6/7] rasdaemon: Add support for the CXL dram events shiju.jose
2023-04-12  8:33 ` [RFC PATCH 7/7] rasdaemon: Add support for the CXL memory module events shiju.jose

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