trace-events: Delete unused trace points
authorMarkus Armbruster <armbru@redhat.com>
Thu, 14 Mar 2019 18:09:28 +0000 (19:09 +0100)
committerStefan Hajnoczi <stefanha@redhat.com>
Fri, 22 Mar 2019 16:18:07 +0000 (16:18 +0000)
commita9779a3ab0c616ef3e0423f218145bc7d1de03f2
tree11bb5610385c667c992e3674f10129780e3d78ce
parenta44cf524f823a6155909ea541a3b0d57eac41234
trace-events: Delete unused trace points

Tracked down with cleanup-trace-events.pl.  Funnies requiring manual
post-processing:

* block.c and blockdev.c trace points are in block/trace-events.

* hw/block/nvme.c uses the preprocessor to hide its trace point use
  from cleanup-trace-events.pl.

* include/hw/xen/xen_common.h trace points are in hw/xen/trace-events.

* net/colo-compare and net/filter-rewriter.c use pseudo trace points
  colo_compare_udp_miscompare and colo_filter_rewriter_debug to guard
  debug code.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-id: 20190314180929.27722-5-armbru@redhat.com
Message-Id: <20190314180929.27722-5-armbru@redhat.com>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
14 files changed:
block/trace-events
hw/arm/trace-events
hw/block/trace-events
hw/display/trace-events
hw/i386/trace-events
hw/ide/trace-events
hw/intc/trace-events
hw/misc/macio/trace-events
hw/misc/trace-events
hw/ppc/trace-events
hw/sd/trace-events
hw/vfio/trace-events
nbd/trace-events
util/trace-events