]> git.proxmox.com Git - qemu.git/commit - vl.c
trace: add "-trace events" argument to control initial state
authorLluís <xscript@gmx.net>
Wed, 31 Aug 2011 18:31:31 +0000 (20:31 +0200)
committerStefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Thu, 1 Sep 2011 09:34:54 +0000 (10:34 +0100)
commit23d15e860b33819ad76092fbb32577542fe0c44d
tree20c99fb621ab3c063c60029e69c8df744c6be0eb
parent31965ae27bc11e90674be12584bb201b83df5aef
trace: add "-trace events" argument to control initial state

The "-trace events" argument can be used to provide a file with a list of trace
event names that will be enabled prior to starting execution, thus providing
early tracing.

This saves the user from manually toggling event states through the monitor
interface or whichever backend-specific interface.

Signed-off-by: Lluís Vilanova <vilanova@ac.upc.edu>
Makefile.objs
docs/tracing.txt
qemu-config.c
qemu-options.hx
trace/control.c [new file with mode: 0644]
trace/control.h
trace/default.c
trace/simple.c
vl.c