qemu-e2k/authz
Markus Armbruster dec9776049 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>
2019-03-22 16:18:07 +00:00
..
Makefile.objs authz: add QAuthZPAM object type for authorizing using PAM 2019-02-26 15:32:19 +00:00
base.c authz: add QAuthZ object as an authorization base class 2019-02-26 15:25:58 +00:00
list.c authz: add QAuthZList object type for an access control list 2019-02-26 15:32:18 +00:00
listfile.c authz: add QAuthZListFile object type for a file access control list 2019-02-26 15:32:18 +00:00
pamacct.c authz: add QAuthZPAM object type for authorizing using PAM 2019-02-26 15:32:19 +00:00
simple.c authz: add QAuthZSimple object type for easy whitelist auth checks 2019-02-26 15:25:58 +00:00
trace-events trace-events: Fix attribution of trace points to source 2019-03-22 16:18:07 +00:00