]> git.proxmox.com Git - qemu.git/commit
trace: Provide a detailed event control interface
authorLluís Vilanova <vilanova@ac.upc.edu>
Tue, 5 Mar 2013 13:47:38 +0000 (14:47 +0100)
committerStefan Hajnoczi <stefanha@redhat.com>
Thu, 28 Mar 2013 13:19:57 +0000 (14:19 +0100)
commitb1bae816c4c0743e37ee9e797a503610c34e3073
tree4b10c9a3a0bfa301d8ecd728db20e61867eeb4ac
parent45be2f5d0dcdd314cd0c70a11220e5e09a44d654
trace: Provide a detailed event control interface

This interface decouples event obtaining from interaction.

Events can be obtained through three different methods:

* identifier
* name
* simple wildcard pattern

Signed-off-by: Lluís Vilanova <vilanova@ac.upc.edu>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
docs/tracing.txt
trace/control-internal.h [new file with mode: 0644]
trace/control.c
trace/control.h