]> git.ipfire.org Git - thirdparty/qemu.git/commit
trace-events: Fix attribution of trace points to source
authorMarkus Armbruster <armbru@redhat.com>
Thu, 14 Mar 2019 18:09:29 +0000 (19:09 +0100)
committerStefan Hajnoczi <stefanha@redhat.com>
Fri, 22 Mar 2019 16:18:07 +0000 (16:18 +0000)
commitdec9776049e32d6c830127b286530c5f53267eff
tree509c17a6510212c2ce461732d674dc5aec025a19
parenta9779a3ab0c616ef3e0423f218145bc7d1de03f2
trace-events: Fix attribution of trace points to source

Some trace points are attributed to the wrong source file.  Happens
when we neglect to update trace-events for code motion, or add events
in the wrong place, or misspell the file name.

Clean up with help of cleanup-trace-events.pl.  Same funnies as in the
previous commit, of course.  Manually shorten its change to
linux-user/trace-events to */signal.c.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-id: 20190314180929.27722-6-armbru@redhat.com
Message-Id: <20190314180929.27722-6-armbru@redhat.com>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
19 files changed:
authz/trace-events
hw/9pfs/trace-events
hw/arm/trace-events
hw/block/trace-events
hw/char/trace-events
hw/display/trace-events
hw/ide/trace-events
hw/input/trace-events
hw/misc/trace-events
hw/net/trace-events
hw/ppc/trace-events
hw/timer/trace-events
hw/vfio/trace-events
hw/watchdog/trace-events
linux-user/trace-events
migration/trace-events
trace-events
ui/trace-events
util/trace-events