cxl/pci: Move tracepoint definitions to drivers/cxl/core/
authorDan Williams <dan.j.williams@intel.com>
Thu, 8 Dec 2022 17:02:00 +0000 (09:02 -0800)
committerDan Williams <dan.j.williams@intel.com>
Thu, 5 Jan 2023 01:11:11 +0000 (17:11 -0800)
commit4a20bc3e207488064e08fc5d7220d6acf95c80dd
tree2e568943c101fc5108c7d025eafde5219048ae63
parent88603b6dc419445847923fcb7fe5080067a30f98
cxl/pci: Move tracepoint definitions to drivers/cxl/core/

CXL is using tracepoints for reporting RAS capability register payloads
for AER events, and has plans to use tracepoints for the output payload
of Get Poison List and Get Event Records commands. For organization
purposes it would be nice to keep those all under a single + local CXL
trace system. This also organization also potentially helps in the
future when CXL drivers expand beyond generic memory expanders, however
that would also entail a move away from the expander-specific
cxl_dev_state context, save that for later.

Note that the powerpc-specific drivers/misc/cxl/ also defines a 'cxl'
trace system, however, it is unlikely that a single platform will ever
load both drivers simultaneously.

Cc: Steven Rostedt <rostedt@goodmis.org>
Tested-by: Alison Schofield <alison.schofield@intel.com>
Reviewed-by: Dave Jiang <dave.jiang@intel.com>
Link: https://lore.kernel.org/r/167051869176.436579.9728373544811641087.stgit@dwillia2-xfh.jf.intel.com
Signed-off-by: Dan Williams <dan.j.williams@intel.com>
drivers/cxl/core/Makefile
drivers/cxl/core/pci.c
drivers/cxl/core/trace.c [new file with mode: 0644]
drivers/cxl/core/trace.h [new file with mode: 0644]
drivers/cxl/cxl.h
drivers/cxl/cxlpci.h
drivers/cxl/pci.c
include/trace/events/cxl.h [deleted file]
tools/testing/cxl/Kbuild