trace: separate trace event control and query routines from the simple backend
authorLluís <xscript@gmx.net>
Wed, 31 Aug 2011 18:31:18 +0000 (20:31 +0200)
committerStefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Thu, 1 Sep 2011 09:34:54 +0000 (10:34 +0100)
commit439b644179f6827c09a44e1a36e53b867f211e11
tree554e18aadadccd03db4f95ac6856e97527f2de9f
parentcafe08d1ca4cf42bbba74814f1e2615083033bf7
trace: separate trace event control and query routines from the simple backend

Generalize the 'st_print_trace_events' and 'st_change_trace_event_state' into
backend-specific 'trace_print_events' and 'trace_event_set_state' (respectively)
in the "trace/control.h" file.

Signed-off-by: Lluís Vilanova <vilanova@ac.upc.edu>
hmp-commands.hx
monitor.c
trace/control.h
trace/default.c
trace/simple.c
trace/simple.h