From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36659) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XX47K-0000TI-IZ for qemu-devel@nongnu.org; Thu, 25 Sep 2014 04:09:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XX47E-0004Gd-E1 for qemu-devel@nongnu.org; Thu, 25 Sep 2014 04:09:34 -0400 Received: from mx1.redhat.com ([209.132.183.28]:19127) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XX47E-0004FQ-6E for qemu-devel@nongnu.org; Thu, 25 Sep 2014 04:09:28 -0400 Message-ID: <1411632559.7154.8.camel@nilsson.home.kraxel.org> From: Gerd Hoffmann Date: Thu, 25 Sep 2014 10:09:19 +0200 In-Reply-To: <1411604219-15029-1-git-send-email-aik@ozlabs.ru> References: <1411604219-15029-1-git-send-email-aik@ozlabs.ru> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] ohci: Split long traces to smaller ones List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alexey Kardashevskiy Cc: qemu-devel@nongnu.org On Do, 2014-09-25 at 10:16 +1000, Alexey Kardashevskiy wrote: > Recent traces rework introduced 2 tracepoints with 13 and 20 > arguments. When dtrace backend is selected > (--enable-trace-backend=dtrace), compile fails as > sys/sdt.h defines DTRACE_PROBE up to DTRACE_PROBE12 only. > > This splits long tracepoints. Can you also change the tracing-enabled check to use '#ifndef CONFIG_TRACE_NOP' as suggested by Stefan please? thanks, Gerd