From bd3c9aa5319ba2656a0dd8faae2c68b7feb39d1c Mon Sep 17 00:00:00 2001 From: Prerna Saxena Date: Wed, 11 Aug 2010 17:15:11 +0530 Subject: trace: Trace port IO Signed-off-by: Prerna Saxena Signed-off-by: Stefan Hajnoczi --- trace-events | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'trace-events') diff --git a/trace-events b/trace-events index 29580a5..b2c7f10 100644 --- a/trace-events +++ b/trace-events @@ -59,3 +59,7 @@ disable virtio_blk_handle_write(void *req, unsigned long sector, unsigned long n # posix-aio-compat.c disable paio_submit(void *acb, void *opaque, unsigned long sector_num, unsigned long nb_sectors, unsigned long type) "acb %p opaque %p sector_num %lu nb_sectors %lu type %lu" + +# ioport.c +disable cpu_in(unsigned int addr, unsigned int val) "addr %#x value %u" +disable cpu_out(unsigned int addr, unsigned int val) "addr %#x value %u" -- cgit v1.1