From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kei Tokunaga Subject: [PATCH 0/2 v3] scsi: ftrace based scsi tracing feature Date: Mon, 15 Feb 2010 18:33:01 +0900 Message-ID: <4B7914CD.8020508@jp.fujitsu.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Sender: linux-kernel-owner@vger.kernel.org To: "linux-scsi@vger.kernel.org" , James Bottomley , Ingo Molnar , Steven Rostedt , Frederic Cc: Tomohiro Kusumi , lkml , Li Zefan , Xiao Guangrong , Kei Tokunaga List-Id: linux-scsi@vger.kernel.org Hi, This is v3 patch series of SCSI trace. Since there has been no more new feedback on v2 for about a week, I've decided to post this. Changelog from v2: - fixed variable length command handling (removed the assumption that READ/WRITE(32) is only called if protection is enabled.) Here are the links to the discussions on v2: [PATCH 0/2 v2] scsi: ftrace based scsi tracing feature http://marc.info/?l=linux-scsi&m=126500018231317&w=2 [PATCH 1/2 v2] scsi: add __print_hex() to ftrace http://marc.info/?l=linux-scsi&m=126500074718183&w=2 [PATCH 2/2 v2] scsi: add scsi trace core function and put trace points http://marc.info/?l=linux-scsi&m=126500087718320&w=2 This patchset applies to 2.6.33-rc8. Thanks, Kei