]> xenbits.xensource.com Git - qemu-xen.git/commitdiff
trace-events: fix first line comment in trace-events
authorLaurent Vivier <lvivier@redhat.com>
Mon, 8 Aug 2016 15:11:21 +0000 (17:11 +0200)
committerStefan Hajnoczi <stefanha@redhat.com>
Fri, 12 Aug 2016 09:36:01 +0000 (10:36 +0100)
Documentation is docs/tracing.txt instead of docs/trace-events.txt.

find . -name trace-events -exec \
     sed -i "s?See docs/trace-events.txt for syntax documentation.?See docs/tracing.txt for syntax documentation.?" \
     {} \;

Signed-off-by: Laurent Vivier <lvivier@redhat.com>
Message-id: 1470669081-17860-1-git-send-email-lvivier@redhat.com
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
40 files changed:
audio/trace-events
block/trace-events
crypto/trace-events
hw/9pfs/trace-events
hw/acpi/trace-events
hw/alpha/trace-events
hw/arm/trace-events
hw/audio/trace-events
hw/block/trace-events
hw/char/trace-events
hw/display/trace-events
hw/dma/trace-events
hw/i386/trace-events
hw/input/trace-events
hw/intc/trace-events
hw/isa/trace-events
hw/misc/trace-events
hw/net/trace-events
hw/nvram/trace-events
hw/pci/trace-events
hw/ppc/trace-events
hw/s390x/trace-events
hw/scsi/trace-events
hw/sd/trace-events
hw/sparc/trace-events
hw/timer/trace-events
hw/usb/trace-events
hw/vfio/trace-events
hw/virtio/trace-events
io/trace-events
linux-user/trace-events
migration/trace-events
net/trace-events
qom/trace-events
target-i386/trace-events
target-ppc/trace-events
target-s390x/trace-events
target-sparc/trace-events
ui/trace-events
util/trace-events

index 5638ea1a38946500e368964f38e2f7aed6ce33bb..517359039e8558e403aea95c53aa52a112622ba4 100644 (file)
@@ -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"
index 978ef4f02a91e6be3ae7d2570d879462ad8191fb..05fa13c8915a85e2e40104312558ad4184e07cf8 100644 (file)
@@ -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\""
index 71f1d99bf6ace866f94ff130d9158c6fdfe345fe..818184372373c5feb956ff273e1fb4878693aced 100644 (file)
@@ -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"
index 63efa27a80efb454d642d8c24d4421b3655470a7..48d3d8abedb52e3f48bab113259d9cab6918660b 100644 (file)
@@ -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"
index 5aa3ba67c83a223dae00174b04101cc67f6c206d..c379607a3e4f6f0f51c30c1b19dcb08f577a044c 100644 (file)
@@ -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
index 7d52b5d1a37c08df72136ab96b988b90b02eb5ab..e44ff01a095f7d0caeca48227f956117b658ceea 100644 (file)
@@ -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) ""
index d0dad16aed8af7cfb1eadea52974987c9f3a7903..d5f33a2a036c265b346aed3e0501e413b5da8fa9 100644 (file)
@@ -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."
index 796f4a10df2e04eb2d45eb58378e49cfe4cdf579..3210386e863e3cd9e47583744af0e5e576819840 100644 (file)
@@ -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"
index 31df44b399ea0ab27fdd854848f9d3c25fcff558..d0dd94ff0555bc8cb1c06bdcb381ab8e0bbca00f 100644 (file)
@@ -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"
index 005fcd8ca706f75b027672693bb7ee2659ab59b5..d53577c99da62bdea837cbf3499d5ff739b6267c 100644 (file)
@@ -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"
index 78f04657a0c51174424bd576496a3b23772e18be..332ababd8ed85b2b1198c6281c40dea817872c0d 100644 (file)
@@ -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"
index d8a56744e17f13e35e42deeaa0dc4e35b84f1216..22878dfdb6f3eb0d5b3af52af4a9648d905b323c 100644 (file)
@@ -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"
index b4882c1157f8db763b2ea5eec65acacd06e188c0..7735e46eaf2fb837776298c4793b8df448136644 100644 (file)
@@ -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"
index f24dff2f8b036a5ad01c855bcf9c8cc65ecdc33a..8c4003f3611127be10e6f919f5a7eae8b8be727f 100644 (file)
@@ -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"
index 376dd1864347029e7605b8dcdd892afed3d72f78..f12192c082b5d4d1fff93b795d530f7231cfe29e 100644 (file)
@@ -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
index 686282fd19b8eab5c1bb9635546b88bb30bb2e7c..9faca41a975d891b1cfe42f88898d3fad24b8720 100644 (file)
@@ -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"
index ea52a14d787f85e10e0a2034df7a793bd6f7beee..0cc556ca9f2e2ff1ba64c07dff40369a9fea618d 100644 (file)
@@ -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"
index aaa905fb117ee8ea61ab1c3f67f0e5902b078829..8d38d7724d3c34fe6a860aa9f5b7b6d05cab793c 100644 (file)
@@ -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"
index 325447d9866b1785da99ebd461bd4c356ae1f2ec..1f1e05ab695a80e9350fe69d935477ce1d502fc4 100644 (file)
@@ -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"
index 285338ac4d3c87e11f9ccd35db7742e9cc8856bc..2b9cf244051c1b95699077339a602bbfe7a08af6 100644 (file)
@@ -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
index 900679bc9d71a8c7d108190a00c4279b4f44ebca..dfeab93089970aeafdb973826a8a7e3933edbbd2 100644 (file)
@@ -1,4 +1,4 @@
-# See docs/trace-events.txt for syntax documentation.
+# See docs/tracing.txt for syntax documentation.
 
 # hw/ppc/spapr_pci.c
 spapr_pci_msi(const char *msg, uint32_t ca) "%s (cfg=%x)"
index 72c4549e37b2d15a707bdaf623400a89e2034d7e..84ea9648750a8a2b49e13bec1ea3ea9fa92ad785 100644 (file)
@@ -1,4 +1,4 @@
-# See docs/trace-events.txt for syntax documentation.
+# See docs/tracing.txt for syntax documentation.
 
 # hw/s390x/css.c
 css_enable_facility(const char *facility) "CSS: enable %s"
index 5f19e320763942bf6e89a3cd334fa71acad813da..ed64858fe371a104d751d0a03f1ea7c36715ed9f 100644 (file)
@@ -1,4 +1,4 @@
-# See docs/trace-events.txt for syntax documentation.
+# See docs/tracing.txt for syntax documentation.
 
 # hw/scsi/scsi-bus.c
 scsi_req_alloc(int target, int lun, int tag) "target %d lun %d tag %d"
index b580a0fbd5bf8dc1cd1459fec6b6fa6d935dc89c..b17e7ba44269af503cc5acf36d2a70b9d0546ff8 100644 (file)
@@ -1,4 +1,4 @@
-# See docs/trace-events.txt for syntax documentation.
+# See docs/tracing.txt for syntax documentation.
 
 # hw/sd/milkymist-memcard.c
 milkymist_memcard_memory_read(uint32_t addr, uint32_t value) "addr %08x value %08x"
index ab677a39d886b625cb77af3cdd45d6ead72277ae..30fb0373e7ece1ee1d7aa52c7a365c3c84a0fb17 100644 (file)
@@ -1,4 +1,4 @@
-# See docs/trace-events.txt for syntax documentation.
+# See docs/tracing.txt for syntax documentation.
 
 # hw/sparc/sun4m.c
 sun4m_cpu_interrupt(unsigned int level) "Set CPU IRQ %d"
index 19db4bfc0b6058cdb674f66bb02d0f5f2ae1c670..3495c41c18861812c0c5077e12365e064fa00af1 100644 (file)
@@ -1,4 +1,4 @@
-# See docs/trace-events.txt for syntax documentation.
+# See docs/tracing.txt for syntax documentation.
 
 # hw/timer/slavio_timer.c
 slavio_timer_get_out(uint64_t limit, uint32_t counthigh, uint32_t count) "limit %"PRIx64" count %x%08x"
index ac2d951b08008194273c595f015b9c6814b9c199..2d42fd45da5bd44bfc24acafd8bd3e10d4363d85 100644 (file)
@@ -1,4 +1,4 @@
-# See docs/trace-events.txt for syntax documentation.
+# See docs/tracing.txt for syntax documentation.
 
 # 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"
index 4bb7690c4627eca050206dd0ba6c7742be3fc80c..da133221def4cb5ba5942aa060323176facf0933 100644 (file)
@@ -1,4 +1,4 @@
-# See docs/trace-events.txt for syntax documentation.
+# See docs/tracing.txt for syntax documentation.
 
 # hw/vfio/pci.c
 vfio_intx_interrupt(const char *name, char line) " (%s) Pin %c"
index 285305350571b7b9d4c955be64e08a0a72523cb7..55184d33b3e1d784ad2065d13218ac4c0a899355 100644 (file)
@@ -1,4 +1,4 @@
-# See docs/trace-events.txt for syntax documentation.
+# See docs/tracing.txt for syntax documentation.
 
 # 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"
index 1108c16b82fef1e84d62ae423aa781209bbca6dc..d064665f441ff9f1c6717312ccbe37e81ef2db17 100644 (file)
@@ -1,4 +1,4 @@
-# See docs/trace-events.txt for syntax documentation.
+# See docs/tracing.txt for syntax documentation.
 
 # io/buffer.c
 buffer_resize(const char *buf, size_t olen, size_t len) "%s: old %zd, new %zd"
index 80a2e07812473630a68e92a3537cf5b7c92bc3ed..fc71f91ccbf3eba0e8e0d805399bd4230c8baebf 100644 (file)
@@ -1,4 +1,4 @@
-# See docs/trace-events.txt for syntax documentation.
+# See docs/tracing.txt for syntax documentation.
 
 # linux-user/signal.c
 user_setup_frame(void *env, uint64_t frame_addr) "env=%p frame_addr=%"PRIx64
index 8568dab81404f2d2b213c480be269e2be8595785..dfee75abf4512f4f763f55892932577bfa6b1613 100644 (file)
@@ -1,4 +1,4 @@
-# See docs/trace-events.txt for syntax documentation.
+# See docs/tracing.txt for syntax documentation.
 
 # migration/savevm.c
 qemu_loadvm_state_section(unsigned int section_type) "%d"
index 32a0a8abb984633f74191f93639c67103498d5e6..65c46a48fb59541e969957531b78cf0f2bda86fc 100644 (file)
@@ -1,4 +1,4 @@
-# See docs/trace-events.txt for syntax documentation.
+# See docs/tracing.txt for syntax documentation.
 
 # net/vhost-user.c
 vhost_user_event(const char *chr, int event) "chr: %s got event: %d"
index 350fc1feb2df49d3da66f57ff792b020c13349c5..97db3572071ec30ed99b44451b9695605e9892be 100644 (file)
@@ -1,4 +1,4 @@
-# See docs/trace-events.txt for syntax documentation.
+# See docs/tracing.txt for syntax documentation.
 
 # 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)"
index ccc49e31e81eeda97709bb024fd546e426debe9d..05c5453d35a56813b9beb16ebd43efa7fa352bab 100644 (file)
@@ -1,4 +1,4 @@
-# See docs/trace-events.txt for syntax documentation.
+# See docs/tracing.txt for syntax documentation.
 
 # target-i386/kvm.c
 kvm_x86_fixup_msi_error(uint32_t gsi) "VT-d failed to remap interrupt for GSI %" PRIu32
index d37da2b665a134c65796c9773242733b0a0fa8fc..8fcc3ce98cba18f129c5a767ddd13f9764167df5 100644 (file)
@@ -1,4 +1,4 @@
-# See docs/trace-events.txt for syntax documentation.
+# See docs/tracing.txt for syntax documentation.
 
 # target-ppc/kvm.c
 kvm_failed_spr_set(int str, const char *msg) "Warning: Unable to set SPR %d to KVM: %s"
index 9589b1621a0399052946a152d877e011622dd25d..df59f5f19fdc2722b28b6732af1b6afeb22fee76 100644 (file)
@@ -1,4 +1,4 @@
-# See docs/trace-events.txt for syntax documentation.
+# See docs/tracing.txt for syntax documentation.
 
 # target-s390x/mmu_helper.c
 get_skeys_nonzero(int rc) "SKEY: Call to get_skeys unexpectedly returned %d"
index c75faf920dfed89a636f44cd30c553811ab90f70..bf52d9769b671b1e14ef50e8df69f4d1c040fd05 100644 (file)
@@ -1,4 +1,4 @@
-# See docs/trace-events.txt for syntax documentation.
+# See docs/tracing.txt for syntax documentation.
 
 # 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"
index d36dbbb889eae8fcd0e5a02fca54730e28b3a540..93fe5482e6bd1b0a8dc7a28e81b135afd6eedd87 100644 (file)
@@ -1,4 +1,4 @@
-# See docs/trace-events.txt for syntax documentation.
+# See docs/tracing.txt for syntax documentation.
 
 # ui/console.c
 console_gfx_new(void) ""
index 3ce5f1e04e3f8713479b642d95f97b423158e1d9..747e6baf75efbaa06820e60863fe7de8b6a1c92f 100644 (file)
@@ -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-posix.c