]> git.proxmox.com Git - qemu.git/commitdiff
trace: Remove "info trace" from documents
authorLiming Wang <walimisdev@gmail.com>
Fri, 16 Nov 2012 07:10:49 +0000 (15:10 +0800)
committerStefan Hajnoczi <stefanha@redhat.com>
Fri, 16 Nov 2012 12:35:48 +0000 (13:35 +0100)
commit 88affa1c monitor: remove unused do_info_trace

has removed "info trace" function from monitor, so remove it from documents.

Signed-off-by: Liming Wang <walimisdev@gmail.com>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
docs/tracing.txt
hmp-commands.hx

index 79014093db7ccff651e7984ccef9bacfd5d62bb7..453cc4a63d9aeaf7cbf27baccbc7051fb66c6225 100644 (file)
@@ -189,15 +189,6 @@ records the char* pointer value instead of the string that is pointed to.
 
 ==== Monitor commands ====
 
-* info trace
-  Display the contents of trace buffer.  This command dumps the trace buffer
-  with simple formatting.  For full pretty-printing, use the simpletrace.py
-  script on a binary trace file.
-
-  The trace buffer is written into until full.  The full trace buffer is
-  flushed and emptied.  This means the 'info trace' will display few or no
-  entries if the buffer has just been flushed.
-
 * trace-file on|off|flush|set <path>
   Enable/disable/flush the trace file or set the trace file name.
 
index b74ef75c39e74ae97e9462af25ada986805b4764..010b8c9ba5fcc091ede0eda4933cbc65ba8c3c35 100644 (file)
@@ -1573,13 +1573,6 @@ show roms
 @end table
 ETEXI
 
-#ifdef CONFIG_TRACE_SIMPLE
-STEXI
-@item info trace
-show contents of trace buffer
-ETEXI
-#endif
-
 STEXI
 @item info trace-events
 show available trace events and their state