diff options
author | Hollis Blanchard <hollis_blanchard@mentor.com> | 2016-02-08 16:03:03 -0800 |
---|---|---|
committer | Stefan Hajnoczi <stefanha@redhat.com> | 2016-03-01 13:20:15 +0000 |
commit | 2c140f5f2c245603c0123956eb6abf20b998b501 (patch) | |
tree | dc0d40181d95fe750b95cf20951c02688f71ab50 /docs | |
parent | 6411dd13349a6430dcefec7b96986ad0b8c6e7ff (diff) | |
download | qemu-2c140f5f2c245603c0123956eb6abf20b998b501.tar.gz qemu-2c140f5f2c245603c0123956eb6abf20b998b501.tar.bz2 qemu-2c140f5f2c245603c0123956eb6abf20b998b501.zip |
trace: docs: "simple" backend does support strings
The simple tracing backend has supported strings for more than three years
(62bab73213ba885426a781eb2741670b9f3cae36).
Signed-off-by: Hollis Blanchard <hollis_blanchard@mentor.com>
Message-id: 1454976185-30095-1-git-send-email-hollis_blanchard@mentor.com
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/tracing.txt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/docs/tracing.txt b/docs/tracing.txt index 3853a6ad8a..f2f553bd4c 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 |