From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37420) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XW4DD-0004ts-DF for qemu-devel@nongnu.org; Mon, 22 Sep 2014 10:03:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XW4D7-00081y-8a for qemu-devel@nongnu.org; Mon, 22 Sep 2014 10:03:31 -0400 Received: from mx1.redhat.com ([209.132.183.28]:38174) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XW4D7-0007yu-20 for qemu-devel@nongnu.org; Mon, 22 Sep 2014 10:03:25 -0400 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s8ME3J0v026351 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Mon, 22 Sep 2014 10:03:19 -0400 From: Stefan Hajnoczi Date: Mon, 22 Sep 2014 15:03:12 +0100 Message-Id: <1411394595-15300-1-git-send-email-stefanha@redhat.com> Subject: [Qemu-devel] [PATCH 0/3] trace: drop orphan events from ./trace-events List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Stefan Hajnoczi Over time a few unused trace events have been left behind in ./trace-events. Either the code that called them was deleted or the event was never called in the first place. This is a clear violation of the solider's motto "no man left behind". It's time to bring these trace events home. On a more serious note, unused trace events cause confusion to users who want to enable existing instrumentation. On the SystemTap backend we get errors when attempting to enable them because the static probes that these events are based on do not exist. Stefan Hajnoczi (3): trace-events: drop orphan virtio_blk_data_plane_complete_request trace-events: drop orphan usb_mtp_data_out trace-events: drop orphan iscsi trace events block/iscsi.c | 1 - trace-events | 8 -------- 2 files changed, 9 deletions(-) -- 1.9.3