From mboxrd@z Thu Jan 1 00:00:00 1970 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 From: Hollis Blanchard Date: Mon, 8 Feb 2016 16:03:03 -0800 Message-ID: <1454976185-30095-1-git-send-email-hollis_blanchard@mentor.com> MIME-Version: 1.0 Content-Type: text/plain Subject: [Qemu-devel] [PATCH 1/3] 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: stefanha@gmail.com, Hollis Blanchard 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 -- 1.9.1