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)
commitd4fa28b9d5e0fffbdb983cd9a66e786053222fc9
tree20c99fb621ab3c063c60029e69c8df744c6be0eb
parent047ed7cb0c49fc946c3f848a20c17e959051f9ff
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