From patchwork Thu Nov 12 01:09:57 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Hollis Blanchard X-Patchwork-Id: 543164 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [IPv6:2001:4830:134:3::11]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id B09DA140549 for ; Thu, 12 Nov 2015 12:11:03 +1100 (AEDT) Received: from localhost ([::1]:43856 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZwgPl-0008Ac-8t for incoming@patchwork.ozlabs.org; Wed, 11 Nov 2015 20:11:01 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37365) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZwgPD-0007Zn-50 for qemu-devel@nongnu.org; Wed, 11 Nov 2015 20:10:27 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZwgP7-0001fk-NQ for qemu-devel@nongnu.org; Wed, 11 Nov 2015 20:10:26 -0500 Received: from relay1.mentorg.com ([192.94.38.131]:57722) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZwgP7-0001fe-9P for qemu-devel@nongnu.org; Wed, 11 Nov 2015 20:10:21 -0500 Received: from svr-orw-fem-04.mgc.mentorg.com ([147.34.97.41]) by relay1.mentorg.com with esmtp id 1ZwgP6-0007FT-71 from Hollis_Blanchard@mentor.com for qemu-devel@nongnu.org; Wed, 11 Nov 2015 17:10:20 -0800 Received: from matte.unsanctioned (147.34.91.1) by svr-orw-fem-04.mgc.mentorg.com (147.34.97.41) with Microsoft SMTP Server id 14.3.224.2; Wed, 11 Nov 2015 17:10:19 -0800 From: Hollis Blanchard To: Date: Wed, 11 Nov 2015 17:09:57 -0800 Message-ID: <1447290598-13069-1-git-send-email-hollis_blanchard@mentor.com> X-Mailer: git-send-email 1.9.1 MIME-Version: 1.0 X-detected-operating-system: by eggs.gnu.org: Windows NT kernel [generic] [fuzzy] X-Received-From: 192.94.38.131 Cc: Hollis Blanchard Subject: [Qemu-devel] [PATCH 1/2] docs: "simple" trace backend does support strings X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org The simple tracing backend has supported strings for more than three years (62bab73213ba885426a781eb2741670b9f3cae36). Signed-off-by: Hollis Blanchard --- docs/tracing.txt | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs/tracing.txt b/docs/tracing.txt index 3853a6a..f2f553b 100644 --- a/docs/tracing.txt +++ b/docs/tracing.txt @@ -172,9 +172,6 @@ source tree. It may not be as powerful as platform-specific or third-party trace backends but it is portable. This is the recommended trace backend unless you have specific needs for more advanced backends. -The "simple" backend currently does not capture string arguments, it simply -records the char* pointer value instead of the string that is pointed to. - === Ftrace === The "ftrace" backend writes trace data to ftrace marker. This effectively