On 2022/11/30 18:36, Johannes Thumshirn wrote:
Add tracepoints to the SCSI zone append emulation, in order to trace the zone start to write-pointer aligned LBA translation and the corresponding completion. Signed-off-by: Johannes Thumshirn<johannes.thumshirn@xxxxxxx> --- Changes to v4: - Move tracepoint header to drivers/scsi Changes to v3: - Move tracepoints into own sd trace events header Changes to v2: - Fix linking when SCSI is a module Changes to v1: - Fix style issues pointed out by Damien --- drivers/scsi/sd_trace.h | 85 +++++++++++++++++++++++++++++++++++++++++ drivers/scsi/sd_zbc.c | 6 +++ 2 files changed, 91 insertions(+) create mode 100644 drivers/scsi/sd_trace.h
Looks good, Reviewed-by: Jason Yan <yanaijie@xxxxxxxxxx>