-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1 iQEcBAABAgAGBQJXraljAAoJEJykq7OBq3PIgCsIAKix9uyPGZQqL8sxMjpxz4ck cQ+hjStWSDZGw+eJ4R7DCO3MW/b0O8JUzT5OL+h0y5qiR/M9QkqfYyzC2Lwn45UO Zz6iRrRMLfAGlfnJPXC5a1s4/tBn39rJtYcKkrDmpJwRZg8PUw7LC27k7Rr0Jpi0 PYe9o8buwsAjuH0O2Q4UC2PtSX06s1aQf06CAHB9jfvZlHaRM3o8msan66u+FkJg Tz+IUNj+AUakM2uMptagoxRcEsqwH4XbnbJtyFb9VcxIVW7BX3WxVuNUvVQkCIvD A1wMy2mFjBi9i3uBMT9Zos5cE3QTFLFTdlV9qhLuzJFcmEjyLCdiPfvzFl81AHw= =zWck -----END PGP SIGNATURE----- Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' into staging # gpg: Signature made Fri 12 Aug 2016 11:48:03 BST # gpg: using RSA key 0x9CA4ABB381AB73C8 # gpg: Good signature from "Stefan Hajnoczi <stefanha@redhat.com>" # gpg: aka "Stefan Hajnoczi <stefanha@gmail.com>" # Primary key fingerprint: 8695 A8BF D3F9 7CDA AC35 775A 9CA4 ABB3 81AB 73C8 * remotes/stefanha/tags/tracing-pull-request: trace-events: fix first line comment in trace-events Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
This commit is contained in:
commit
aba5d97664
@ -1,4 +1,4 @@
|
|||||||
# See docs/trace-events.txt for syntax documentation.
|
# See docs/tracing.txt for syntax documentation.
|
||||||
|
|
||||||
# audio/alsaaudio.c
|
# audio/alsaaudio.c
|
||||||
alsa_revents(int revents) "revents = %d"
|
alsa_revents(int revents) "revents = %d"
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# See docs/trace-events.txt for syntax documentation.
|
# See docs/tracing.txt for syntax documentation.
|
||||||
|
|
||||||
# block.c
|
# block.c
|
||||||
bdrv_open_common(void *bs, const char *filename, int flags, const char *format_name) "bs %p filename \"%s\" flags %#x format_name \"%s\""
|
bdrv_open_common(void *bs, const char *filename, int flags, const char *format_name) "bs %p filename \"%s\" flags %#x format_name \"%s\""
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# See docs/trace-events.txt for syntax documentation.
|
# See docs/tracing.txt for syntax documentation.
|
||||||
|
|
||||||
# crypto/tlscreds.c
|
# crypto/tlscreds.c
|
||||||
qcrypto_tls_creds_load_dh(void *creds, const char *filename) "TLS creds load DH creds=%p filename=%s"
|
qcrypto_tls_creds_load_dh(void *creds, const char *filename) "TLS creds load DH creds=%p filename=%s"
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# See docs/trace-events.txt for syntax documentation.
|
# See docs/tracing.txt for syntax documentation.
|
||||||
|
|
||||||
# hw/9pfs/virtio-9p.c
|
# hw/9pfs/virtio-9p.c
|
||||||
v9fs_rerror(uint16_t tag, uint8_t id, int err) "tag %d id %d err %d"
|
v9fs_rerror(uint16_t tag, uint8_t id, int err) "tag %d id %d err %d"
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# See docs/trace-events.txt for syntax documentation.
|
# See docs/tracing.txt for syntax documentation.
|
||||||
|
|
||||||
# hw/acpi/memory_hotplug.c
|
# hw/acpi/memory_hotplug.c
|
||||||
mhp_acpi_invalid_slot_selected(uint32_t slot) "0x%"PRIx32
|
mhp_acpi_invalid_slot_selected(uint32_t slot) "0x%"PRIx32
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# See docs/trace-events.txt for syntax documentation.
|
# See docs/tracing.txt for syntax documentation.
|
||||||
|
|
||||||
# hw/alpha/pci.c
|
# hw/alpha/pci.c
|
||||||
alpha_pci_iack_write(void) ""
|
alpha_pci_iack_write(void) ""
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# See docs/trace-events.txt for syntax documentation.
|
# See docs/tracing.txt for syntax documentation.
|
||||||
|
|
||||||
# hw/arm/virt-acpi-build.c
|
# hw/arm/virt-acpi-build.c
|
||||||
virt_acpi_setup(void) "No fw cfg or ACPI disabled. Bailing out."
|
virt_acpi_setup(void) "No fw cfg or ACPI disabled. Bailing out."
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# See docs/trace-events.txt for syntax documentation.
|
# See docs/tracing.txt for syntax documentation.
|
||||||
|
|
||||||
# hw/audio/cs4231.c
|
# hw/audio/cs4231.c
|
||||||
cs4231_mem_readl_dreg(uint32_t reg, uint32_t ret) "read dreg %d: 0x%02x"
|
cs4231_mem_readl_dreg(uint32_t reg, uint32_t ret) "read dreg %d: 0x%02x"
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# See docs/trace-events.txt for syntax documentation.
|
# See docs/tracing.txt for syntax documentation.
|
||||||
|
|
||||||
# hw/block/virtio-blk.c
|
# hw/block/virtio-blk.c
|
||||||
virtio_blk_req_complete(void *req, int status) "req %p status %d"
|
virtio_blk_req_complete(void *req, int status) "req %p status %d"
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# See docs/trace-events.txt for syntax documentation.
|
# See docs/tracing.txt for syntax documentation.
|
||||||
|
|
||||||
# hw/char/virtio-serial-bus.c
|
# hw/char/virtio-serial-bus.c
|
||||||
virtio_serial_send_control_event(unsigned int port, uint16_t event, uint16_t value) "port %u, event %u, value %u"
|
virtio_serial_send_control_event(unsigned int port, uint16_t event, uint16_t value) "port %u, event %u, value %u"
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# See docs/trace-events.txt for syntax documentation.
|
# See docs/tracing.txt for syntax documentation.
|
||||||
|
|
||||||
# hw/display/jazz_led.c
|
# hw/display/jazz_led.c
|
||||||
jazz_led_read(uint64_t addr, uint8_t val) "read addr=0x%"PRIx64": 0x%x"
|
jazz_led_read(uint64_t addr, uint8_t val) "read addr=0x%"PRIx64": 0x%x"
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# See docs/trace-events.txt for syntax documentation.
|
# See docs/tracing.txt for syntax documentation.
|
||||||
|
|
||||||
# hw/dma/rc4030.c
|
# hw/dma/rc4030.c
|
||||||
jazzio_read(uint64_t addr, uint32_t ret) "read reg[0x%"PRIx64"] = 0x%x"
|
jazzio_read(uint64_t addr, uint32_t ret) "read reg[0x%"PRIx64"] = 0x%x"
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# See docs/trace-events.txt for syntax documentation.
|
# See docs/tracing.txt for syntax documentation.
|
||||||
|
|
||||||
# hw/i386/xen/xen_platform.c
|
# hw/i386/xen/xen_platform.c
|
||||||
xen_platform_log(char *s) "xen platform: %s"
|
xen_platform_log(char *s) "xen platform: %s"
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# See docs/trace-events.txt for syntax documentation.
|
# See docs/tracing.txt for syntax documentation.
|
||||||
|
|
||||||
# hw/input/ps2.c
|
# hw/input/ps2.c
|
||||||
ps2_put_keycode(void *opaque, int keycode) "%p keycode %d"
|
ps2_put_keycode(void *opaque, int keycode) "%p keycode %d"
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# See docs/trace-events.txt for syntax documentation.
|
# See docs/tracing.txt for syntax documentation.
|
||||||
|
|
||||||
# hw/intc/apic_common.c
|
# hw/intc/apic_common.c
|
||||||
cpu_set_apic_base(uint64_t val) "%016"PRIx64
|
cpu_set_apic_base(uint64_t val) "%016"PRIx64
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# See docs/trace-events.txt for syntax documentation.
|
# See docs/tracing.txt for syntax documentation.
|
||||||
|
|
||||||
# hw/isa/pc87312.c
|
# hw/isa/pc87312.c
|
||||||
pc87312_io_read(uint32_t addr, uint32_t val) "read addr=%x val=%x"
|
pc87312_io_read(uint32_t addr, uint32_t val) "read addr=%x val=%x"
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# See docs/trace-events.txt for syntax documentation.
|
# See docs/tracing.txt for syntax documentation.
|
||||||
|
|
||||||
# hw/misc/eccmemctl.c
|
# hw/misc/eccmemctl.c
|
||||||
ecc_mem_writel_mer(uint32_t val) "Write memory enable %08x"
|
ecc_mem_writel_mer(uint32_t val) "Write memory enable %08x"
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# See docs/trace-events.txt for syntax documentation.
|
# See docs/tracing.txt for syntax documentation.
|
||||||
|
|
||||||
# hw/net/lance.c
|
# hw/net/lance.c
|
||||||
lance_mem_readw(uint64_t addr, uint32_t ret) "addr=%"PRIx64"val=0x%04x"
|
lance_mem_readw(uint64_t addr, uint32_t ret) "addr=%"PRIx64"val=0x%04x"
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# See docs/trace-events.txt for syntax documentation.
|
# See docs/tracing.txt for syntax documentation.
|
||||||
|
|
||||||
# hw/nvram/ds1225y.c
|
# hw/nvram/ds1225y.c
|
||||||
nvram_read(uint32_t addr, uint32_t ret) "read addr %d: 0x%02x"
|
nvram_read(uint32_t addr, uint32_t ret) "read addr %d: 0x%02x"
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# See docs/trace-events.txt for syntax documentation.
|
# See docs/tracing.txt for syntax documentation.
|
||||||
|
|
||||||
# hw/pci/pci.c
|
# hw/pci/pci.c
|
||||||
pci_update_mappings_del(void *d, uint32_t bus, uint32_t slot, uint32_t func, int bar, uint64_t addr, uint64_t size) "d=%p %02x:%02x.%x %d,%#"PRIx64"+%#"PRIx64
|
pci_update_mappings_del(void *d, uint32_t bus, uint32_t slot, uint32_t func, int bar, uint64_t addr, uint64_t size) "d=%p %02x:%02x.%x %d,%#"PRIx64"+%#"PRIx64
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# See docs/trace-events.txt for syntax documentation.
|
# See docs/tracing.txt for syntax documentation.
|
||||||
|
|
||||||
# hw/ppc/spapr_pci.c
|
# hw/ppc/spapr_pci.c
|
||||||
spapr_pci_msi(const char *msg, uint32_t ca) "%s (cfg=%x)"
|
spapr_pci_msi(const char *msg, uint32_t ca) "%s (cfg=%x)"
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# See docs/trace-events.txt for syntax documentation.
|
# See docs/tracing.txt for syntax documentation.
|
||||||
|
|
||||||
# hw/s390x/css.c
|
# hw/s390x/css.c
|
||||||
css_enable_facility(const char *facility) "CSS: enable %s"
|
css_enable_facility(const char *facility) "CSS: enable %s"
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# See docs/trace-events.txt for syntax documentation.
|
# See docs/tracing.txt for syntax documentation.
|
||||||
|
|
||||||
# hw/scsi/scsi-bus.c
|
# hw/scsi/scsi-bus.c
|
||||||
scsi_req_alloc(int target, int lun, int tag) "target %d lun %d tag %d"
|
scsi_req_alloc(int target, int lun, int tag) "target %d lun %d tag %d"
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# See docs/trace-events.txt for syntax documentation.
|
# See docs/tracing.txt for syntax documentation.
|
||||||
|
|
||||||
# hw/sd/milkymist-memcard.c
|
# hw/sd/milkymist-memcard.c
|
||||||
milkymist_memcard_memory_read(uint32_t addr, uint32_t value) "addr %08x value %08x"
|
milkymist_memcard_memory_read(uint32_t addr, uint32_t value) "addr %08x value %08x"
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# See docs/trace-events.txt for syntax documentation.
|
# See docs/tracing.txt for syntax documentation.
|
||||||
|
|
||||||
# hw/sparc/sun4m.c
|
# hw/sparc/sun4m.c
|
||||||
sun4m_cpu_interrupt(unsigned int level) "Set CPU IRQ %d"
|
sun4m_cpu_interrupt(unsigned int level) "Set CPU IRQ %d"
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# See docs/trace-events.txt for syntax documentation.
|
# See docs/tracing.txt for syntax documentation.
|
||||||
|
|
||||||
# hw/timer/slavio_timer.c
|
# hw/timer/slavio_timer.c
|
||||||
slavio_timer_get_out(uint64_t limit, uint32_t counthigh, uint32_t count) "limit %"PRIx64" count %x%08x"
|
slavio_timer_get_out(uint64_t limit, uint32_t counthigh, uint32_t count) "limit %"PRIx64" count %x%08x"
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# See docs/trace-events.txt for syntax documentation.
|
# See docs/tracing.txt for syntax documentation.
|
||||||
|
|
||||||
# hw/usb/core.c
|
# hw/usb/core.c
|
||||||
usb_packet_state_change(int bus, const char *port, int ep, void *p, const char *o, const char *n) "bus %d, port %s, ep %d, packet %p, state %s -> %s"
|
usb_packet_state_change(int bus, const char *port, int ep, void *p, const char *o, const char *n) "bus %d, port %s, ep %d, packet %p, state %s -> %s"
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# See docs/trace-events.txt for syntax documentation.
|
# See docs/tracing.txt for syntax documentation.
|
||||||
|
|
||||||
# hw/vfio/pci.c
|
# hw/vfio/pci.c
|
||||||
vfio_intx_interrupt(const char *name, char line) " (%s) Pin %c"
|
vfio_intx_interrupt(const char *name, char line) " (%s) Pin %c"
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# See docs/trace-events.txt for syntax documentation.
|
# See docs/tracing.txt for syntax documentation.
|
||||||
|
|
||||||
# hw/virtio/virtio.c
|
# hw/virtio/virtio.c
|
||||||
virtqueue_fill(void *vq, const void *elem, unsigned int len, unsigned int idx) "vq %p elem %p len %u idx %u"
|
virtqueue_fill(void *vq, const void *elem, unsigned int len, unsigned int idx) "vq %p elem %p len %u idx %u"
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# See docs/trace-events.txt for syntax documentation.
|
# See docs/tracing.txt for syntax documentation.
|
||||||
|
|
||||||
# io/buffer.c
|
# io/buffer.c
|
||||||
buffer_resize(const char *buf, size_t olen, size_t len) "%s: old %zd, new %zd"
|
buffer_resize(const char *buf, size_t olen, size_t len) "%s: old %zd, new %zd"
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# See docs/trace-events.txt for syntax documentation.
|
# See docs/tracing.txt for syntax documentation.
|
||||||
|
|
||||||
# linux-user/signal.c
|
# linux-user/signal.c
|
||||||
user_setup_frame(void *env, uint64_t frame_addr) "env=%p frame_addr=%"PRIx64
|
user_setup_frame(void *env, uint64_t frame_addr) "env=%p frame_addr=%"PRIx64
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# See docs/trace-events.txt for syntax documentation.
|
# See docs/tracing.txt for syntax documentation.
|
||||||
|
|
||||||
# migration/savevm.c
|
# migration/savevm.c
|
||||||
qemu_loadvm_state_section(unsigned int section_type) "%d"
|
qemu_loadvm_state_section(unsigned int section_type) "%d"
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# See docs/trace-events.txt for syntax documentation.
|
# See docs/tracing.txt for syntax documentation.
|
||||||
|
|
||||||
# net/vhost-user.c
|
# net/vhost-user.c
|
||||||
vhost_user_event(const char *chr, int event) "chr: %s got event: %d"
|
vhost_user_event(const char *chr, int event) "chr: %s got event: %d"
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# See docs/trace-events.txt for syntax documentation.
|
# See docs/tracing.txt for syntax documentation.
|
||||||
|
|
||||||
# qom/object.c
|
# qom/object.c
|
||||||
object_dynamic_cast_assert(const char *type, const char *target, const char *file, int line, const char *func) "%s->%s (%s:%d:%s)"
|
object_dynamic_cast_assert(const char *type, const char *target, const char *file, int line, const char *func) "%s->%s (%s:%d:%s)"
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# See docs/trace-events.txt for syntax documentation.
|
# See docs/tracing.txt for syntax documentation.
|
||||||
|
|
||||||
# target-i386/kvm.c
|
# target-i386/kvm.c
|
||||||
kvm_x86_fixup_msi_error(uint32_t gsi) "VT-d failed to remap interrupt for GSI %" PRIu32
|
kvm_x86_fixup_msi_error(uint32_t gsi) "VT-d failed to remap interrupt for GSI %" PRIu32
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# See docs/trace-events.txt for syntax documentation.
|
# See docs/tracing.txt for syntax documentation.
|
||||||
|
|
||||||
# target-ppc/kvm.c
|
# target-ppc/kvm.c
|
||||||
kvm_failed_spr_set(int str, const char *msg) "Warning: Unable to set SPR %d to KVM: %s"
|
kvm_failed_spr_set(int str, const char *msg) "Warning: Unable to set SPR %d to KVM: %s"
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# See docs/trace-events.txt for syntax documentation.
|
# See docs/tracing.txt for syntax documentation.
|
||||||
|
|
||||||
# target-s390x/mmu_helper.c
|
# target-s390x/mmu_helper.c
|
||||||
get_skeys_nonzero(int rc) "SKEY: Call to get_skeys unexpectedly returned %d"
|
get_skeys_nonzero(int rc) "SKEY: Call to get_skeys unexpectedly returned %d"
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# See docs/trace-events.txt for syntax documentation.
|
# See docs/tracing.txt for syntax documentation.
|
||||||
|
|
||||||
# target-sparc/mmu_helper.c
|
# target-sparc/mmu_helper.c
|
||||||
mmu_helper_dfault(uint64_t address, uint64_t context, int mmu_idx, uint32_t tl) "DFAULT at %"PRIx64" context %"PRIx64" mmu_idx=%d tl=%d"
|
mmu_helper_dfault(uint64_t address, uint64_t context, int mmu_idx, uint32_t tl) "DFAULT at %"PRIx64" context %"PRIx64" mmu_idx=%d tl=%d"
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# See docs/trace-events.txt for syntax documentation.
|
# See docs/tracing.txt for syntax documentation.
|
||||||
|
|
||||||
# ui/console.c
|
# ui/console.c
|
||||||
console_gfx_new(void) ""
|
console_gfx_new(void) ""
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# See docs/trace-events.txt for syntax documentation.
|
# See docs/tracing.txt for syntax documentation.
|
||||||
|
|
||||||
# util/oslib-win32.c
|
# util/oslib-win32.c
|
||||||
# util/oslib-posix.c
|
# util/oslib-posix.c
|
||||||
|
Loading…
Reference in New Issue
Block a user