tracetool: dtrace disabled-events fix
authorLee Essen <lee.essen@nowonline.co.uk>
Tue, 20 Mar 2012 17:02:40 +0000 (17:02 +0000)
committerStefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Fri, 30 Mar 2012 10:55:21 +0000 (11:55 +0100)
commit60be795f0b9ca06030b942367a82d80f125a50f7
tree6b2f4159f58a46e52f5ac88ddee0c820945f8b6a
parent2174e2380fcf853977a73be935b369218671a9a6
tracetool: dtrace disabled-events fix

If there are "disabled" entries in the trace-events file then
linetod_nop() is called if the backend is dtrace, it's currently
not present. Also equivalent fix for stap.

Signed-off-by: Lee Essen <lee.essen@nowonline.co.uk>
Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
scripts/tracetool