mirror of
https://github.com/izzy2lost/xemu.git
synced 2026-07-06 00:20:22 -07:00
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:
+1
-1
@@ -1,4 +1,4 @@
|
||||
# See docs/trace-events.txt for syntax documentation.
|
||||
# See docs/tracing.txt for syntax documentation.
|
||||
|
||||
# audio/alsaaudio.c
|
||||
alsa_revents(int revents) "revents = %d"
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
# See docs/trace-events.txt for syntax documentation.
|
||||
# See docs/tracing.txt for syntax documentation.
|
||||
|
||||
# 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\""
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
# See docs/trace-events.txt for syntax documentation.
|
||||
# See docs/tracing.txt for syntax documentation.
|
||||
|
||||
# crypto/tlscreds.c
|
||||
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
|
||||
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
|
||||
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
|
||||
alpha_pci_iack_write(void) ""
|
||||
|
||||
+1
-1
@@ -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
|
||||
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
|
||||
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
|
||||
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
|
||||
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
|
||||
jazz_led_read(uint64_t addr, uint8_t val) "read addr=0x%"PRIx64": 0x%x"
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
# See docs/trace-events.txt for syntax documentation.
|
||||
# See docs/tracing.txt for syntax documentation.
|
||||
|
||||
# hw/dma/rc4030.c
|
||||
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
|
||||
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
|
||||
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
|
||||
cpu_set_apic_base(uint64_t val) "%016"PRIx64
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
# See docs/trace-events.txt for syntax documentation.
|
||||
# See docs/tracing.txt for syntax documentation.
|
||||
|
||||
# hw/isa/pc87312.c
|
||||
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
|
||||
ecc_mem_writel_mer(uint32_t val) "Write memory enable %08x"
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
# See docs/trace-events.txt for syntax documentation.
|
||||
# See docs/tracing.txt for syntax documentation.
|
||||
|
||||
# hw/net/lance.c
|
||||
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
|
||||
nvram_read(uint32_t addr, uint32_t ret) "read addr %d: 0x%02x"
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
# See docs/trace-events.txt for syntax documentation.
|
||||
# See docs/tracing.txt for syntax documentation.
|
||||
|
||||
# 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
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user