mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 08:43:55 -06:00
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>
This commit is contained in:
parent
a9779a3ab0
commit
dec9776049
19 changed files with 78 additions and 43 deletions
|
@ -51,5 +51,5 @@ hid_kbd_queue_empty(void) "queue empty"
|
|||
# tsc2005.c
|
||||
tsc2005_sense(const char *state) "touchscreen sense %s"
|
||||
|
||||
# virtio
|
||||
# virtio-input.c
|
||||
virtio_input_queue_full(void) "queue full"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue