commit | ddde8acc989d9e59b37605d438d5cb6b5ce8fbae | [log] [tgz] |
---|---|---|
author | Gerd Hoffmann <kraxel@redhat.com> | Fri Oct 26 13:46:34 2012 +0200 |
committer | Stefan Hajnoczi <stefanha@redhat.com> | Fri Nov 16 13:12:13 2012 +0100 |
tree | 9bfd116fdf631efffbd510bebd770fe4ccb4cc5b | |
parent | 81dee729c1a8fccaab8cd978721acca0282f43c9 [diff] |
trace: allow disabling events in events file Disable trace events prefixed with a '-'. Useful to enable a group of tracepoints with exceptions, like this: usb_xhci_port_* -usb_xhci_port_read which will enable all xhci port tracepoints except reads. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>