Features/Tracing/UseCases: Difference between revisions

From QEMU
(Created page with '==Enabling trace events at runtime== ==Starting with trace events enabled==')
 
No edit summary
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
We need to focus on the basic tracing use cases that are needed to satisfy most users.
==Enabling trace events at runtime==
==Enabling trace events at runtime==
* A virtual machine is running and has tracing built in.
* The user decides to observe a set of trace events.
* The user decides to stop tracing.
==Starting with trace events enabled==
==Starting with trace events enabled==
* The user wishes to observe a set of trace events that may include behavior before the VM even starts.
[[Category:Completed feature pages]]

Latest revision as of 14:59, 11 October 2016

We need to focus on the basic tracing use cases that are needed to satisfy most users.

Enabling trace events at runtime

  • A virtual machine is running and has tracing built in.
  • The user decides to observe a set of trace events.
  • The user decides to stop tracing.

Starting with trace events enabled

  • The user wishes to observe a set of trace events that may include behavior before the VM even starts.