From patchwork Tue Feb 9 00:03:03 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Hollis Blanchard X-Patchwork-Id: 580564 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 5AE0B140C15 for ; Tue, 9 Feb 2016 11:04:04 +1100 (AEDT) Received: from localhost ([::1]:50077 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aSvmk-0000CE-Gz for incoming@patchwork.ozlabs.org; Mon, 08 Feb 2016 19:04:02 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50436) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aSvmM-0007zv-OA for qemu-devel@nongnu.org; Mon, 08 Feb 2016 19:03:39 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aSvmJ-0006bH-HR for qemu-devel@nongnu.org; Mon, 08 Feb 2016 19:03:38 -0500 Received: from relay1.mentorg.com ([192.94.38.131]:36496) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aSvmJ-0006b7-Bw for qemu-devel@nongnu.org; Mon, 08 Feb 2016 19:03:35 -0500 Received: from svr-orw-fem-02x.mgc.mentorg.com ([147.34.96.206] helo=SVR-ORW-FEM-02.mgc.mentorg.com) by relay1.mentorg.com with esmtp id 1aSvmI-0004VI-5x from Hollis_Blanchard@mentor.com ; Mon, 08 Feb 2016 16:03:34 -0800 Received: from matte.unsanctioned (147.34.91.1) by svr-orw-fem-02.mgc.mentorg.com (147.34.96.168) with Microsoft SMTP Server id 14.3.224.2; Mon, 8 Feb 2016 16:03:33 -0800 From: Hollis Blanchard To: Date: Mon, 8 Feb 2016 16:03:03 -0800 Message-ID: <1454976185-30095-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: stefanha@gmail.com, Hollis Blanchard Subject: [Qemu-devel] [PATCH 1/3] trace: docs: "simple" 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