diff options
author | Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> | 2018-01-26 09:20:27 +0000 |
---|---|---|
committer | David Gibson <david@gibson.dropbear.id.au> | 2018-01-27 17:25:59 +1100 |
commit | b728fbbc27c7c9012c6459c7521b867664238ffd (patch) | |
tree | c0845ddecdb5383d25b887877e3bdf230e6a97db /hw/pci-host/trace-events | |
parent | 64b47457dacc92cf3f1a9a1af243cdec3951168c (diff) |
grackle: convert to trace-events
Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Diffstat (limited to 'hw/pci-host/trace-events')
-rw-r--r-- | hw/pci-host/trace-events | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/hw/pci-host/trace-events b/hw/pci-host/trace-events index 32dfc84692..5b8fcc228b 100644 --- a/hw/pci-host/trace-events +++ b/hw/pci-host/trace-events @@ -1,5 +1,8 @@ # See docs/devel/tracing.txt for syntax documentation. +# hw/pci-host/grackle.c +grackle_set_irq(int irq_num, int level) "set_irq num %d level %d" + # hw/pci-host/sabre.c sabre_set_request(int irq_num) "request irq %d" sabre_clear_request(int irq_num) "clear request irq %d" |