From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39165) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aamX8-0006ae-RE for qemu-devel@nongnu.org; Tue, 01 Mar 2016 10:48:26 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aamX7-00034E-Tq for qemu-devel@nongnu.org; Tue, 01 Mar 2016 10:48:22 -0500 Received: from mx1.redhat.com ([209.132.183.28]:56394) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aamX7-00033n-Oy for qemu-devel@nongnu.org; Tue, 01 Mar 2016 10:48:21 -0500 From: Stefan Hajnoczi Date: Tue, 1 Mar 2016 15:48:03 +0000 Message-Id: <1456847294-13576-3-git-send-email-stefanha@redhat.com> In-Reply-To: <1456847294-13576-1-git-send-email-stefanha@redhat.com> References: <1456847294-13576-1-git-send-email-stefanha@redhat.com> Subject: [Qemu-devel] [PULL 02/13] trace: docs: "simple" backend does support strings List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Peter Maydell , Hollis Blanchard , Stefan Hajnoczi From: Hollis Blanchard The simple tracing backend has supported strings for more than three years (62bab73213ba885426a781eb2741670b9f3cae36). Signed-off-by: Hollis Blanchard Message-id: 1454976185-30095-1-git-send-email-hollis_blanchard@mentor.com Signed-off-by: Stefan Hajnoczi --- 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 -- 2.5.0