0a122b
From 9a52cf8f79e980ccc07e18ad1ad2f410a2546799 Mon Sep 17 00:00:00 2001
0a122b
Message-Id: <9a52cf8f79e980ccc07e18ad1ad2f410a2546799.1387276076.git.minovotn@redhat.com>
0a122b
In-Reply-To: <e610718166120379517e80d1a7aa12d60294209b.1387276076.git.minovotn@redhat.com>
0a122b
References: <e610718166120379517e80d1a7aa12d60294209b.1387276076.git.minovotn@redhat.com>
0a122b
From: Markus Armbruster <armbru@redhat.com>
0a122b
Date: Tue, 10 Dec 2013 15:12:53 +0100
0a122b
Subject: [PATCH 12/16] trace-events: Drop unused events
0a122b
0a122b
RH-Author: Markus Armbruster <armbru@redhat.com>
0a122b
Message-id: <1386688376-29521-5-git-send-email-armbru@redhat.com>
0a122b
Patchwork-id: 56115
0a122b
O-Subject: [PATCH 7.0 qemu-kvm 4/7] trace-events: Drop unused events
0a122b
Bugzilla: 997832
0a122b
RH-Acked-by: Stefan Hajnoczi <stefanha@redhat.com>
0a122b
RH-Acked-by: Eduardo Habkost <ehabkost@redhat.com>
0a122b
RH-Acked-by: Laszlo Ersek <lersek@redhat.com>
0a122b
0a122b
From: Markus Armbruster <armbru@redhat.com>
0a122b
0a122b
Dropped event                           Unused since
0a122b
mirror_cow                              884fea4
0a122b
paio_complete                           47e6b25
0a122b
paio_cancel                             47e6b25
0a122b
usb_ehci_data                           0ce668b
0a122b
megasas_qf_dequeue                      never used
0a122b
megasas_handle_frame                    never used
0a122b
megasas_io_continue                     never used
0a122b
megasas_iovec_map_failed                never used
0a122b
megasas_dcmd_map_failed                 never used
0a122b
milkymist_softusb_mouse_event           4c15ba9
0a122b
xen_map_block                           6506e4f
0a122b
xen_unmap_block                         6506e4f
0a122b
qemu_spice_start                        67be672
0a122b
qemu_spice_stop                         67be672
0a122b
0a122b
Signed-off-by: Markus Armbruster <armbru@redhat.com>
0a122b
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
0a122b
(cherry picked from commit 3ae76d23d21a1f47390c6abe3497c33b708aec1f)
0a122b
---
0a122b
 trace-events | 14 --------------
0a122b
 1 file changed, 14 deletions(-)
0a122b
0a122b
Signed-off-by: Michal Novotny <minovotn@redhat.com>
0a122b
---
0a122b
 trace-events | 14 --------------
0a122b
 1 file changed, 14 deletions(-)
0a122b
0a122b
diff --git a/trace-events b/trace-events
0a122b
index 7cd335d..ef8b5e1 100644
0a122b
--- a/trace-events
0a122b
+++ b/trace-events
0a122b
@@ -85,7 +85,6 @@ mirror_before_flush(void *s) "s %p"
0a122b
 mirror_before_drain(void *s, int64_t cnt) "s %p dirty count %"PRId64
0a122b
 mirror_before_sleep(void *s, int64_t cnt, int synced) "s %p dirty count %"PRId64" synced %d"
0a122b
 mirror_one_iteration(void *s, int64_t sector_num, int nb_sectors) "s %p sector_num %"PRId64" nb_sectors %d"
0a122b
-mirror_cow(void *s, int64_t sector_num) "s %p sector_num %"PRId64
0a122b
 mirror_iteration_done(void *s, int64_t sector_num, int nb_sectors, int ret) "s %p sector_num %"PRId64" nb_sectors %d ret %d"
0a122b
 mirror_yield(void *s, int64_t cnt, int buf_free_count, int in_flight) "s %p dirty count %"PRId64" free buffers %d in_flight %d"
0a122b
 mirror_yield_in_flight(void *s, int64_t sector_num, int in_flight) "s %p sector_num %"PRId64" in_flight %d"
0a122b
@@ -122,8 +121,6 @@ thread_pool_cancel(void *req, void *opaque) "req %p opaque %p"
0a122b
 
0a122b
 # posix-aio-compat.c
0a122b
 paio_submit(void *acb, void *opaque, int64_t sector_num, int nb_sectors, int type) "acb %p opaque %p sector_num %"PRId64" nb_sectors %d type %d"
0a122b
-paio_complete(void *acb, void *opaque, int ret) "acb %p opaque %p ret %d"
0a122b
-paio_cancel(void *acb, void *opaque) "acb %p opaque %p"
0a122b
 
0a122b
 # ioport.c
0a122b
 cpu_in(unsigned int addr, unsigned int val) "addr %#x value %u"
0a122b
@@ -303,7 +300,6 @@ usb_ehci_sitd(uint32_t addr, uint32_t nxt, uint32_t active) "ITD @ %08x: next %0
0a122b
 usb_ehci_port_attach(uint32_t port, const char *owner, const char *device) "attach port #%d, owner %s, device %s"
0a122b
 usb_ehci_port_detach(uint32_t port, const char *owner) "detach port #%d, owner %s"
0a122b
 usb_ehci_port_reset(uint32_t port, int enable) "reset port #%d - %d"
0a122b
-usb_ehci_data(int rw, uint32_t cpage, uint32_t offset, uint32_t addr, uint32_t len, uint32_t bufpos) "write %d, cpage %d, offset 0x%03x, addr 0x%08x, len %d, bufpos %d"
0a122b
 usb_ehci_queue_action(void *q, const char *action) "q %p: %s"
0a122b
 usb_ehci_packet_action(void *q, void *p, const char *action) "q %p p %p: %s"
0a122b
 usb_ehci_irq(uint32_t level, uint32_t frindex, uint32_t sts, uint32_t mask) "level %d, frindex 0x%04x, sts 0x%x, mask 0x%x"
0a122b
@@ -609,11 +605,9 @@ megasas_qf_new(unsigned int index, void *cmd) "return new frame %x cmd %p"
0a122b
 megasas_qf_failed(unsigned long pa) "all frames busy for frame %lx"
0a122b
 megasas_qf_enqueue(unsigned int index, unsigned int count, uint64_t context, unsigned int tail, int busy) "enqueue frame %x count %d context %" PRIx64 " tail %x busy %d"
0a122b
 megasas_qf_update(unsigned int head, unsigned int busy) "update reply queue head %x busy %d"
0a122b
-megasas_qf_dequeue(unsigned int index) "dequeue frame %x"
0a122b
 megasas_qf_map_failed(int cmd, unsigned long frame) "scmd %d: frame %lu"
0a122b
 megasas_qf_complete_noirq(uint64_t context) "context %" PRIx64 " "
0a122b
 megasas_qf_complete(uint64_t context, unsigned int tail, unsigned int offset, int busy, unsigned int doorbell) "context %" PRIx64 " tail %x offset %d busy %d doorbell %x"
0a122b
-megasas_handle_frame(const char *cmd, uint64_t addr, uint64_t context, uint32_t count) "MFI cmd %s addr %" PRIx64 " context %" PRIx64 " count %d"
0a122b
 megasas_frame_busy(uint64_t addr) "frame %" PRIx64 " busy"
0a122b
 megasas_unhandled_frame_cmd(int cmd, uint8_t frame_cmd) "scmd %d: Unhandled MFI cmd %x"
0a122b
 megasas_handle_scsi(const char *frame, int bus, int dev, int lun, void *sdev, unsigned long size) "%s dev %x/%x/%x sdev %p xfer %lu"
0a122b
@@ -636,8 +630,6 @@ megasas_io_write_start(int cmd, unsigned long lba, unsigned long count, unsigned
0a122b
 megasas_io_complete(int cmd, uint32_t len) "scmd %d: %d bytes completed"
0a122b
 megasas_io_read(int cmd, int bytes, int len, unsigned long offset) "scmd %d: %d/%d bytes, iov offset %lu"
0a122b
 megasas_io_write(int cmd, int bytes, int len, unsigned long offset) "scmd %d: %d/%d bytes, iov offset %lu"
0a122b
-megasas_io_continue(int cmd, int bytes) "scmd %d: %d bytes left"
0a122b
-megasas_iovec_map_failed(int cmd, int index, unsigned long iov_size) "scmd %d: iovec %d size %lu"
0a122b
 megasas_iovec_sgl_overflow(int cmd, int index, int limit) "scmd %d: iovec count %d limit %d"
0a122b
 megasas_iovec_sgl_underflow(int cmd, int index) "scmd %d: iovec count %d"
0a122b
 megasas_iovec_sgl_invalid(int cmd, int index, uint64_t pa, uint32_t len) "scmd %d: element %d pa %" PRIx64 " len %u"
0a122b
@@ -652,7 +644,6 @@ megasas_dcmd_internal_invalid(int cmd, int opcode) "scmd %d: Invalid internal DC
0a122b
 megasas_dcmd_unhandled(int cmd, int opcode, int len) "scmd %d: opcode %x, len %d"
0a122b
 megasas_dcmd_zero_sge(int cmd) "scmd %d: zero DCMD sge count"
0a122b
 megasas_dcmd_invalid_sge(int cmd, int count) "scmd %d: invalid DCMD sge count %d"
0a122b
-megasas_dcmd_map_failed(int cmd) "scmd %d: Failed to map DCMD buffer"
0a122b
 megasas_dcmd_invalid_xfer_len(int cmd, unsigned long size, unsigned long max) "scmd %d: invalid xfer len %ld, max %ld"
0a122b
 megasas_dcmd_enter(int cmd, const char *dcmd, int len) "scmd %d: DCMD %s len %d"
0a122b
 megasas_dcmd_dummy(int cmd, unsigned long size) "scmd %d: DCMD dummy xfer len %ld"
0a122b
@@ -722,7 +713,6 @@ milkymist_softusb_memory_read(uint32_t addr, uint32_t value) "addr %08x value %0
0a122b
 milkymist_softusb_memory_write(uint32_t addr, uint32_t value) "addr %08x value %08x"
0a122b
 milkymist_softusb_mevt(uint8_t m) "m %d"
0a122b
 milkymist_softusb_kevt(uint8_t m) "m %d"
0a122b
-milkymist_softusb_mouse_event(int dx, int dy, int dz, int bs) "dx %d dy %d dz %d bs %02x"
0a122b
 milkymist_softusb_pulse_irq(void) "Pulse IRQ"
0a122b
 
0a122b
 # hw/milkymist-sysctl.c
0a122b
@@ -810,8 +800,6 @@ xen_client_set_memory(uint64_t start_addr, unsigned long size, bool log_dirty) "
0a122b
 xen_map_cache(uint64_t phys_addr) "want %#"PRIx64
0a122b
 xen_remap_bucket(uint64_t index) "index %#"PRIx64
0a122b
 xen_map_cache_return(void* ptr) "%p"
0a122b
-xen_map_block(uint64_t phys_addr, uint64_t size) "%#"PRIx64", size %#"PRIx64
0a122b
-xen_unmap_block(void* addr, unsigned long size) "%p, size %#lx"
0a122b
 
0a122b
 # exec.c
0a122b
 qemu_put_ram_ptr(void* addr) "%p"
0a122b
@@ -1076,8 +1064,6 @@ qemu_spice_del_memslot(int qid, uint32_t gid, uint32_t slot_id) "%d gid=%u sid=%
0a122b
 qemu_spice_create_primary_surface(int qid, uint32_t sid, void *surface, int async) "%d sid=%u surface=%p async=%d"
0a122b
 qemu_spice_destroy_primary_surface(int qid, uint32_t sid, int async) "%d sid=%u async=%d"
0a122b
 qemu_spice_wakeup(uint32_t qid) "%d"
0a122b
-qemu_spice_start(uint32_t qid) "%d"
0a122b
-qemu_spice_stop(uint32_t qid) "%d"
0a122b
 qemu_spice_create_update(uint32_t left, uint32_t right, uint32_t top, uint32_t bottom) "lr %d -> %d,  tb -> %d -> %d"
0a122b
 qxl_spice_destroy_surfaces_complete(int qid) "%d"
0a122b
 qxl_spice_destroy_surfaces(int qid, int async) "%d async=%d"
0a122b
-- 
0a122b
1.7.11.7
0a122b