cxl/trace: Remove unnecessary memcpy's
authorIra Weiny <ira.weiny@intel.com>
Wed, 31 Jan 2024 23:55:39 +0000 (15:55 -0800)
committerArd Biesheuvel <ardb@kernel.org>
Sat, 3 Feb 2024 17:31:17 +0000 (18:31 +0100)
commitdbea519d6878c298dd0f48e6ec2dbacebe4bbb2a
tree6ee63cac95e5b9a3e6759db1504f43838fc92e65
parent54ce1927eb787f7bbb7ee664841c8f5932703f39
cxl/trace: Remove unnecessary memcpy's

CPER events don't have UUIDs.  Therefore UUIDs were removed from the
records passed to trace events and replaced with hard coded values.

As pointed out by Jonathan, the new defines for the UUIDs present a more
efficient way to assign UUID in trace records.[1]

Replace memcpy's with the use of static data.

[1] https://lore.kernel.org/all/20240108132325.00000e9c@Huawei.com/

Suggested-by: Jonathan Cameron <Jonathan.Cameron@Huawei.com>
Signed-off-by: Ira Weiny <ira.weiny@intel.com>
Reviewed-by: Dave Jiang <dave.jiang@intel.com>
Reviewed-by: Alison Schofield <alison.schofield@intel.com>
Reviewed-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
drivers/cxl/core/trace.h