]> git.proxmox.com Git - mirror_qemu.git/commitdiff
docs: fix references to docs/devel/tracing.rst
authorStefano Garzarella <sgarzare@redhat.com>
Mon, 17 May 2021 15:16:58 +0000 (17:16 +0200)
committerThomas Huth <thuth@redhat.com>
Wed, 2 Jun 2021 04:51:09 +0000 (06:51 +0200)
Commit e50caf4a5c ("tracing: convert documentation to rST")
converted docs/devel/tracing.txt to docs/devel/tracing.rst.

We still have several references to the old file, so let's fix them
with the following command:

  sed -i s/tracing.txt/tracing.rst/ $(git grep -l docs/devel/tracing.txt)

Signed-off-by: Stefano Garzarella <sgarzare@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <20210517151702.109066-2-sgarzare@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
75 files changed:
MAINTAINERS
accel/kvm/trace-events
accel/tcg/trace-events
audio/trace-events
authz/trace-events
backends/tpm/trace-events
backends/trace-events
block/trace-events
chardev/trace-events
crypto/trace-events
hw/9pfs/trace-events
hw/acpi/trace-events
hw/adc/trace-events
hw/alpha/trace-events
hw/arm/trace-events
hw/audio/trace-events
hw/block/dataplane/trace-events
hw/block/trace-events
hw/char/trace-events
hw/display/trace-events
hw/dma/trace-events
hw/gpio/trace-events
hw/hppa/trace-events
hw/i2c/trace-events
hw/i386/trace-events
hw/i386/xen/trace-events
hw/ide/trace-events
hw/input/trace-events
hw/intc/trace-events
hw/isa/trace-events
hw/mem/trace-events
hw/misc/macio/trace-events
hw/misc/trace-events
hw/net/trace-events
hw/nvram/trace-events
hw/pci-host/trace-events
hw/pci/trace-events
hw/ppc/trace-events
hw/rdma/trace-events
hw/rdma/vmw/trace-events
hw/rtc/trace-events
hw/s390x/trace-events
hw/scsi/trace-events
hw/sd/trace-events
hw/sparc/trace-events
hw/sparc64/trace-events
hw/timer/trace-events
hw/tpm/trace-events
hw/usb/trace-events
hw/vfio/trace-events
hw/virtio/trace-events
hw/watchdog/trace-events
hw/xen/trace-events
io/trace-events
linux-user/trace-events
migration/trace-events
monitor/trace-events
nbd/trace-events
net/trace-events
qapi/trace-events
qom/trace-events
scripts/simpletrace.py
scsi/trace-events
softmmu/trace-events
target/arm/trace-events
target/hppa/trace-events
target/i386/kvm/trace-events
target/i386/trace-events
target/mips/trace-events
target/ppc/trace-events
target/s390x/trace-events
target/sparc/trace-events
trace-events
ui/trace-events
util/trace-events

index 5f55404f2fae30c4466a6acef36a12af623d4a2c..5d195a9d95b420dcbc4a6eab617cd4b776db88d4 100644 (file)
@@ -2692,7 +2692,7 @@ F: scripts/tracetool.py
 F: scripts/tracetool/
 F: scripts/qemu-trace-stap*
 F: docs/tools/qemu-trace-stap.rst
-F: docs/devel/tracing.txt
+F: docs/devel/tracing.rst
 T: git https://github.com/stefanha/qemu.git tracing
 
 TPM
index 72a01320a1aebbf31c797758e523ca11fdadf9d6..399aaeb0ec757cf50ba44943d4ab4d30e02c1a0d 100644 (file)
@@ -1,4 +1,4 @@
-# See docs/devel/tracing.txt for syntax documentation.
+# See docs/devel/tracing.rst for syntax documentation.
 
 # kvm-all.c
 kvm_ioctl(int type, void *arg) "type 0x%x, arg %p"
index 6eefb37f5d0d10b6c3587461ba58e494dce1547d..59eab96f2647e6c2499ef9c7b98f48e74ba630ae 100644 (file)
@@ -1,4 +1,4 @@
-# See docs/devel/tracing.txt for syntax documentation.
+# See docs/devel/tracing.rst for syntax documentation.
 
 # TCG related tracing
 # cpu-exec.c
index 6aec53576388173b177c37485377374070157f7a..957c92337bee18a400fc34fce06070ecafdccd87 100644 (file)
@@ -1,4 +1,4 @@
-# See docs/devel/tracing.txt for syntax documentation.
+# See docs/devel/tracing.rst for syntax documentation.
 
 # alsaaudio.c
 alsa_revents(int revents) "revents = %d"
index e62ebb36b7ee0eae577dc4657e2e4423a77f5f70..9c255dafb640c2a1f98d8551ec3938fce48b5553 100644 (file)
@@ -1,4 +1,4 @@
-# See docs/devel/tracing.txt for syntax documentation.
+# See docs/devel/tracing.rst for syntax documentation.
 
 # base.c
 qauthz_is_allowed(void *authz, const char *identity, bool allowed) "AuthZ %p check identity=%s allowed=%d"
index 0a2591fb2d65497543863ccb5ec81f42d181fa67..3298766dd79e2c0c6822d24bb5a194a60358d44f 100644 (file)
@@ -1,4 +1,4 @@
-# See docs/devel/tracing.txt for syntax documentation.
+# See docs/devel/tracing.rst for syntax documentation.
 
 # tpm_passthrough.c
 tpm_passthrough_handle_request(void *cmd) "processing command %p"
index 59058f7630309d8d9aa68cd80a78e37093be7556..652eb76a5723e2053fe97338c481309c58284d6a 100644 (file)
@@ -1,4 +1,4 @@
-# See docs/devel/tracing.txt for syntax documentation.
+# See docs/devel/tracing.rst for syntax documentation.
 
 # dbus-vmstate.c
 dbus_vmstate_pre_save(void)
index 31062ed437b63b5f8b2b3db90a3e5e24c76c44ec..574760ba9af9a20826a9c71ea3472d344d16834c 100644 (file)
@@ -1,4 +1,4 @@
-# See docs/devel/tracing.txt for syntax documentation.
+# See docs/devel/tracing.rst for syntax documentation.
 
 # ../block.c
 bdrv_open_common(void *bs, const char *filename, int flags, const char *format_name) "bs %p filename \"%s\" flags 0x%x format_name \"%s\""
index 5ea44082073051c7a48dcf0488a2e1b12bcb849c..027107b0c104b3cf3dd7ef1cf3d110c4633eb44e 100644 (file)
@@ -1,4 +1,4 @@
-# See docs/devel/tracing.txt for syntax documentation.
+# See docs/devel/tracing.rst for syntax documentation.
 
 # wctablet.c
 wct_init(void) ""
index 798b6067ab0f3a3be76f1a670da3deca00aa833b..bccd0bbf291a265516270dec586a1ece5cb5eaa3 100644 (file)
@@ -1,4 +1,4 @@
-# See docs/devel/tracing.txt for syntax documentation.
+# See docs/devel/tracing.rst for syntax documentation.
 
 # tlscreds.c
 qcrypto_tls_creds_load_dh(void *creds, const char *filename) "TLS creds load DH creds=%p filename=%s"
index 10188daf7fa593b88295d8e6e21137c0c339e654..6c77966c0b29b65a530530d33ea9128efa056414 100644 (file)
@@ -1,4 +1,4 @@
-# See docs/devel/tracing.txt for syntax documentation.
+# See docs/devel/tracing.rst for syntax documentation.
 
 # 9p.c
 v9fs_rcancel(uint16_t tag, uint8_t id) "tag %d id %d"
index dcc1438f3a069b9c42c65dff3076315ec20565c7..974d770e8b446e082ee97c48e317b1a4c5f4e1d7 100644 (file)
@@ -1,4 +1,4 @@
-# See docs/devel/tracing.txt for syntax documentation.
+# See docs/devel/tracing.rst for syntax documentation.
 
 # memory_hotplug.c
 mhp_acpi_invalid_slot_selected(uint32_t slot) "0x%"PRIx32
index 4c3279ece2c12156cc89754684dab0b8115d4256..456f21c8f438bb26913169a5d0e2cdcddd47c7da 100644 (file)
@@ -1,4 +1,4 @@
-# See docs/devel/tracing.txt for syntax documentation.
+# See docs/devel/tracing.rst for syntax documentation.
 
 # npcm7xx_adc.c
 npcm7xx_adc_read(const char *id, uint64_t offset, uint32_t value) " %s offset: 0x%04" PRIx64 " value 0x%04" PRIx32
index 5b8315f27fcfa729fdcf680eb8c6d964333e0b6d..952a8164075f78661d68cca285343573d4637f0f 100644 (file)
@@ -1,4 +1,4 @@
-# See docs/devel/tracing.txt for syntax documentation.
+# See docs/devel/tracing.rst for syntax documentation.
 
 # pci.c
 alpha_pci_iack_write(void) ""
index b79a91af5fbcc401b5e268130f79101fa6f81044..2dee296c8fbca1a8d95b21f30df470c47986489e 100644 (file)
@@ -1,4 +1,4 @@
-# See docs/devel/tracing.txt for syntax documentation.
+# See docs/devel/tracing.rst for syntax documentation.
 
 # virt-acpi-build.c
 virt_acpi_setup(void) "No fw cfg or ACPI disabled. Bailing out."
index 432e10712fb8fd9629a226c8af2f4f7238da2686..e0e71cd9b167cf425f4702555fc52aaece410f23 100644 (file)
@@ -1,4 +1,4 @@
-# See docs/devel/tracing.txt for syntax documentation.
+# See docs/devel/tracing.rst for syntax documentation.
 
 # cs4231.c
 cs4231_mem_readl_dreg(uint32_t reg, uint32_t ret) "read dreg %d: 0x%02x"
index 843cc4e7b161b2aec9b6d350dc230309d508babc..38fc3e75071ae19d89bdc8d2553db508554274e7 100644 (file)
@@ -1,4 +1,4 @@
-# See docs/devel/tracing.txt for syntax documentation.
+# See docs/devel/tracing.rst for syntax documentation.
 
 # virtio-blk.c
 virtio_blk_data_plane_start(void *s) "dataplane %p"
index 646917d045f7f34540b763c4c75c3d3dd798e78d..70bed9ddb75555892dc71b1b8866ef533013b8c9 100644 (file)
@@ -1,4 +1,4 @@
-# See docs/devel/tracing.txt for syntax documentation.
+# See docs/devel/tracing.rst for syntax documentation.
 
 # fdc.c
 fdc_ioport_read(uint8_t reg, uint8_t value) "read reg 0x%02x val 0x%02x"
index 2e6e6b119af210f863011e92a6dde8fba08ba23b..1436fb462d366e30021077fcfe3241b718fa4dec 100644 (file)
@@ -1,4 +1,4 @@
-# See docs/devel/tracing.txt for syntax documentation.
+# See docs/devel/tracing.rst for syntax documentation.
 
 # parallel.c
 parallel_ioport_read(const char *desc, uint16_t addr, uint8_t value) "read [%s] addr 0x%02x val 0x%02x"
index e47264af5da148e18f6876cab5e8e5331ad68926..f03f6655bcb718e4dd449a74533510eb2845febb 100644 (file)
@@ -1,4 +1,4 @@
-# See docs/devel/tracing.txt for syntax documentation.
+# See docs/devel/tracing.rst for syntax documentation.
 
 # jazz_led.c
 jazz_led_read(uint64_t addr, uint8_t val) "read addr=0x%"PRIx64": 0x%x"
index 44893995f631a580b7a31e885e1f37cdb44fd09d..3c47df54e4d65cefea9314ae7ed5b48c8bd0cacf 100644 (file)
@@ -1,4 +1,4 @@
-# See docs/devel/tracing.txt for syntax documentation.
+# See docs/devel/tracing.rst for syntax documentation.
 
 # rc4030.c
 jazzio_read(uint64_t addr, uint32_t ret) "read reg[0x%"PRIx64"] = 0x%x"
index 46ab9323bd09e42c7a5c2736b5805670ffd44462..f0b664158e29a44ebaf5c3eaeead4210e488f3b7 100644 (file)
@@ -1,4 +1,4 @@
-# See docs/devel/tracing.txt for syntax documentation.
+# See docs/devel/tracing.rst for syntax documentation.
 
 # npcm7xx_gpio.c
 npcm7xx_gpio_read(const char *id, uint64_t offset, uint64_t value) " %s offset: 0x%04" PRIx64 " value 0x%08" PRIx64
index 3ff620319a6de2d79ae6dad7c05f5d63a91c62b8..3f42be9056f8cc7b5394d7162fc33bd41da7a41f 100644 (file)
@@ -1,4 +1,4 @@
-# See docs/devel/tracing.txt for syntax documentation.
+# See docs/devel/tracing.rst for syntax documentation.
 
 # pci.c
 hppa_pci_iack_write(void) ""
index 82f19e6a2d2beec3469e979651715d54447116f5..7d8907c1eedec48075a61c62751c4620ceb47db3 100644 (file)
@@ -1,4 +1,4 @@
-# See docs/devel/tracing.txt for syntax documentation.
+# See docs/devel/tracing.rst for syntax documentation.
 
 # core.c
 
index e48bef2b0d6e3100d8c53ea87f32093cffe532cd..5bf7e52bf5247375372332a38b8637bc6d72732f 100644 (file)
@@ -1,4 +1,4 @@
-# See docs/devel/tracing.txt for syntax documentation.
+# See docs/devel/tracing.rst for syntax documentation.
 
 # x86-iommu.c
 x86_iommu_iec_notify(bool global, uint32_t index, uint32_t mask) "Notify IEC invalidation: global=%d index=%" PRIu32 " mask=%" PRIu32
index ca3a4948baa42f6543e0f12032bccd9a1c011036..5d6be610908a63ed850ab353c85a9c62fec734c7 100644 (file)
@@ -1,4 +1,4 @@
-# See docs/devel/tracing.txt for syntax documentation.
+# See docs/devel/tracing.rst for syntax documentation.
 
 # xen_platform.c
 xen_platform_log(char *s) "xen platform: %s"
index 6e357685f9b132bd31aafa6e3f7c72d2154a87fc..15d7921f1566ec49e88d1ba44ce4192f380ee75a 100644 (file)
@@ -1,4 +1,4 @@
-# See docs/devel/tracing.txt for syntax documentation.
+# See docs/devel/tracing.rst for syntax documentation.
 
 # core.c
 # portio
index 109bdf7a184f755dc195deda19d36687ee0382dd..e0bfe7f3ee417916b98d4fc3227e2bed0f1dbc49 100644 (file)
@@ -1,4 +1,4 @@
-# See docs/devel/tracing.txt for syntax documentation.
+# See docs/devel/tracing.rst for syntax documentation.
 
 # adb-kbd.c
 adb_device_kbd_no_key(void) "Ignoring NO_KEY"
index 626bb554b2a6423cbb08f4762d40e01cba785f9d..e56e7dd3b66744062e7b44efce092a934b75acba 100644 (file)
@@ -1,4 +1,4 @@
-# See docs/devel/tracing.txt for syntax documentation.
+# See docs/devel/tracing.rst for syntax documentation.
 
 # i8259.c
 pic_update_irq(bool master, uint8_t imr, uint8_t irr, uint8_t padd) "master %d imr %"PRIu8" irr %"PRIu8" padd %"PRIu8
index 641d69eedf7cacf8a9e91f452c3f336708cef047..b8f877e1ed8efc1c5778b46e0b323ece0256a704 100644 (file)
@@ -1,4 +1,4 @@
-# See docs/devel/tracing.txt for syntax documentation.
+# See docs/devel/tracing.rst for syntax documentation.
 
 # isa-superio.c
 superio_create_parallel(int id, uint16_t base, unsigned int irq) "id=%d, base 0x%03x, irq %u"
index 9f6b52acd7eea633883c0c00245f3f451ae2ddfc..8b6b02b5bf2c8ca0a3f4fc42722e6d61901f351e 100644 (file)
@@ -1,4 +1,4 @@
-# See docs/devel/tracing.txt for syntax documentation.
+# See docs/devel/tracing.rst for syntax documentation.
 
 # pc-dimm.c
 mhp_pc_dimm_assigned_slot(int slot) "%d"
index e4a1cc0d246a16dd0a7cfff0e42656c5cd36a0f5..ad4b9d1c08eae2326d208ce41a81ab219d8a85be 100644 (file)
@@ -1,4 +1,4 @@
-# See docs/devel/tracing.txt for syntax documentation.
+# See docs/devel/tracing.rst for syntax documentation.
 
 # cuda.c
 cuda_delay_set_sr_int(void) ""
index 075221763671ecf88e11c4223cdd04eb0e2a1d81..ede413965b6c09902f3b0e7a9e25ac35b2af6722 100644 (file)
@@ -1,4 +1,4 @@
-# See docs/devel/tracing.txt for syntax documentation.
+# See docs/devel/tracing.rst for syntax documentation.
 
 # allwinner-cpucfg.c
 allwinner_cpucfg_cpu_reset(uint8_t cpu_id, uint32_t reset_addr) "id %u, reset_addr 0x%" PRIu32
index 1704bb06647ac0d5bf74d7dbfeccee5f456472b5..c28b91ee1aae4592e88efc54828caea9e766a9a5 100644 (file)
@@ -1,4 +1,4 @@
-# See docs/devel/tracing.txt for syntax documentation.
+# See docs/devel/tracing.rst for syntax documentation.
 
 # allwinner-sun8i-emac.c
 allwinner_sun8i_emac_mii_write_reg(uint32_t reg, uint32_t value) "MII write: reg=0x%" PRIx32 " value=0x%" PRIx32
index e0231932959bd3c25564b4f5f84f851ebf344cdf..5e33b24d47a0d2915eccaf13987077274195d150 100644 (file)
@@ -1,4 +1,4 @@
-# See docs/devel/tracing.txt for syntax documentation.
+# See docs/devel/tracing.rst for syntax documentation.
 
 # ds1225y.c
 nvram_read(uint32_t addr, uint32_t ret) "read addr %d: 0x%02x"
index dac86ad3f0556051073934d83299c8e36e94fe1a..f4b3a50cb0b7a97e6541e1c0b709c8ce228778c1 100644 (file)
@@ -1,4 +1,4 @@
-# See docs/devel/tracing.txt for syntax documentation.
+# See docs/devel/tracing.rst for syntax documentation.
 
 # grackle.c
 grackle_set_irq(int irq_num, int level) "set_irq num %d level %d"
index def4b3926d498ab156f19b7182e50150e18fdecf..fc777d0b5e6e5cc9a715a90f410b6b208104ef9c 100644 (file)
@@ -1,4 +1,4 @@
-# See docs/devel/tracing.txt for syntax documentation.
+# See docs/devel/tracing.rst for syntax documentation.
 
 # 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,0x%"PRIx64"+0x%"PRIx64
index b4bbfbb01348879a97b19750c4e9432dbf0658e5..0ba3e403533f847d9a9f4fffeaabd0befd7ec3fb 100644 (file)
@@ -1,4 +1,4 @@
-# See docs/devel/tracing.txt for syntax documentation.
+# See docs/devel/tracing.rst for syntax documentation.
 
 # spapr_pci.c
 spapr_pci_msi(const char *msg, uint32_t ca) "%s (cfg=0x%x)"
index 2022a820cbe813bd8e518c51521bc6e2800f7d1f..9accb1497348299ddbc1ced544bad1c158420f96 100644 (file)
@@ -1,4 +1,4 @@
-# See docs/devel/tracing.txt for syntax documentation.
+# See docs/devel/tracing.rst for syntax documentation.
 
 # rdma_backend.c
 rdma_check_dev_attr(const char *name, int max_bk, int max_fe) "%s: be=%d, fe=%d"
index 323fca8456d63943d7dbf3e950167564db8ba208..a6c77e1e10ab846f84a5ec9ebcabe1b9f38a70d6 100644 (file)
@@ -1,4 +1,4 @@
-# See docs/devel/tracing.txt for syntax documentation.
+# See docs/devel/tracing.rst for syntax documentation.
 
 # pvrdma_main.c
 pvrdma_regs_read(uint64_t addr, uint64_t val) "pvrdma.regs[0x%"PRIx64"]=0x%"PRIx64
index 8bdcf742640da269a301757529a08663c565518e..ebb311a5b0e93972a4c9108dc770be34c8a71979 100644 (file)
@@ -1,4 +1,4 @@
-# See docs/devel/tracing.txt for syntax documentation.
+# See docs/devel/tracing.rst for syntax documentation.
 
 # allwinner-rtc.c
 allwinner_rtc_read(uint64_t addr, uint64_t value) "addr 0x%" PRIx64 " value 0x%" PRIx64
index 8156693749d706afb28338e3a7c57c92497a7706..8b9213eab90c31d1eb37816d350bf76e902ccd10 100644 (file)
@@ -1,4 +1,4 @@
-# See docs/devel/tracing.txt for syntax documentation.
+# See docs/devel/tracing.rst for syntax documentation.
 
 # css.c
 css_enable_facility(const char *facility) "CSS: enable %s"
index 1c331fb18960e832a8ce7f5704dd0435e8a8e849..1a27e141aebe474be11dfa8386f00365d2c5b1d2 100644 (file)
@@ -1,4 +1,4 @@
-# See docs/devel/tracing.txt for syntax documentation.
+# See docs/devel/tracing.rst for syntax documentation.
 
 # scsi-bus.c
 scsi_req_alloc(int target, int lun, int tag) "target %d lun %d tag %d"
index e185d07a1dd423a057135f19a149cf5126303ecb..3cc2ef89ba6bace785a0d87b1181c5c69b095204 100644 (file)
@@ -1,4 +1,4 @@
-# See docs/devel/tracing.txt for syntax documentation.
+# See docs/devel/tracing.rst for syntax documentation.
 
 # allwinner-sdhost.c
 allwinner_sdhost_set_inserted(bool inserted) "inserted %u"
index d3a30a816aa08721e8be016c90edd8962ed9c109..00b0212c3bdb466bbb183a4914c1a92ac8eac09c 100644 (file)
@@ -1,4 +1,4 @@
-# See docs/devel/tracing.txt for syntax documentation.
+# See docs/devel/tracing.rst for syntax documentation.
 
 # sun4m.c
 sun4m_cpu_set_irq_raise(int level) "Raise CPU IRQ %d"
index b85d14c30c8b157b651db60ae5ae5253034876bd..3eb4bacf79662b6f529e2c59399c05c9ca10a508 100644 (file)
@@ -1,4 +1,4 @@
-# See docs/devel/tracing.txt for syntax documentation.
+# See docs/devel/tracing.rst for syntax documentation.
 
 # sun4u.c
 ebus_isa_irq_handler(int n, int level) "Set ISA IRQ %d level %d"
index 029fb562806e82cf364c89197ef12f153ddb3489..5234c0ea9eea41eeb85e6bcdd6f564f76361b13e 100644 (file)
@@ -1,4 +1,4 @@
-# See docs/devel/tracing.txt for syntax documentation.
+# See docs/devel/tracing.rst for syntax documentation.
 
 # slavio_timer.c
 slavio_timer_get_out(uint64_t limit, uint32_t counthigh, uint32_t count) "limit 0x%"PRIx64" count 0x%x0x%08x"
index 6005ecb5daee68b3f0273a0895059cd52e6552ee..f17110458e66ff50d994a7b3d3e0b5d605c40cd4 100644 (file)
@@ -1,4 +1,4 @@
-# See docs/devel/tracing.txt for syntax documentation.
+# See docs/devel/tracing.rst for syntax documentation.
 
 # tpm_crb.c
 tpm_crb_mmio_read(uint64_t addr, unsigned size, uint32_t val) "CRB read 0x%016" PRIx64 " len:%u val: 0x%" PRIx32
index 38e05fc7f4db11ac8790b784c28510f082ec0483..b8287b63f15da7d5a76aceab167b47fd31e53826 100644 (file)
@@ -1,4 +1,4 @@
-# See docs/devel/tracing.txt for syntax documentation.
+# See docs/devel/tracing.rst for syntax documentation.
 
 # 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 079f53acf28203e2d18e2be7a23e62011730a6a1..0ef1b5f4a65ff38171380c91877002d13035bc34 100644 (file)
@@ -1,4 +1,4 @@
-# See docs/devel/tracing.txt for syntax documentation.
+# See docs/devel/tracing.rst for syntax documentation.
 
 # pci.c
 vfio_intx_interrupt(const char *name, char line) " (%s) Pin %c"
index c62727f879338b9cb9349e18e109081b8864f9be..8ed19e9d0cd098a0c14351b4c6f8a86db844a292 100644 (file)
@@ -1,4 +1,4 @@
-# See docs/devel/tracing.txt for syntax documentation.
+# See docs/devel/tracing.rst for syntax documentation.
 
 # vhost.c
 vhost_commit(bool started, bool changed) "Started: %d Changed: %d"
index 3124ca1f1b6c9ba30b2a23aa0eb200f3e96dd6eb..c3bafbffa911b2c5a896be0528fcd11f61e8f96a 100644 (file)
@@ -1,4 +1,4 @@
-# See docs/devel/tracing.txt for syntax documentation.
+# See docs/devel/tracing.rst for syntax documentation.
 
 # cmsdk-apb-watchdog.c
 cmsdk_apb_watchdog_read(uint64_t offset, uint64_t data, unsigned size) "CMSDK APB watchdog read: offset 0x%" PRIx64 " data 0x%" PRIx64 " size %u"
index e6885bc751ad1caad1387ef36e1875eb67af5953..3da3fd8348397d984678226d0b1d222a00a4681a 100644 (file)
@@ -1,4 +1,4 @@
-# See docs/devel/tracing.txt for syntax documentation.
+# See docs/devel/tracing.rst for syntax documentation.
 
 # ../../include/hw/xen/xen_common.h
 xen_default_ioreq_server(void) ""
index d7bc70b96668ca0153fea89913c68eca61f0e19e..c5e814eb44668aab38483dd9f60b6e282adcd3ac 100644 (file)
@@ -1,4 +1,4 @@
-# See docs/devel/tracing.txt for syntax documentation.
+# See docs/devel/tracing.rst for syntax documentation.
 
 # task.c
 qio_task_new(void *task, void *source, void *func, void *opaque) "Task new task=%p source=%p func=%p opaque=%p"
index 0296133daeb66df8e67cd58a209e480b41d8521c..1ec0d11ee3a93a8947d1172f7b7562c5feded968 100644 (file)
@@ -1,4 +1,4 @@
-# See docs/devel/tracing.txt for syntax documentation.
+# See docs/devel/tracing.rst for syntax documentation.
 
 # signal.c
 signal_table_init(int i) "number of unavailable signals: %d"
index 668c562fed7e68ffd3327fb3bf7500552557a9e8..860c4f40250fba1678e7e8a1c2f04fa2e374429a 100644 (file)
@@ -1,4 +1,4 @@
-# See docs/devel/tracing.txt for syntax documentation.
+# See docs/devel/tracing.rst for syntax documentation.
 
 # savevm.c
 qemu_loadvm_state_section(unsigned int section_type) "%d"
index 348dcfca9be5bb8cf820376e9e0582fc65d9c9c7..032d1220e146e6e1c945150e80aec1fc2435dc76 100644 (file)
@@ -1,4 +1,4 @@
-# See docs/devel/tracing.txt for syntax documentation.
+# See docs/devel/tracing.rst for syntax documentation.
 
 # hmp.c
 handle_hmp_command(void *mon, const char *cmdline) "mon %p cmdline: %s"
index a955918e970786d43d1d2fdd92bf721cf870fc77..c4919a2dd581b642acb0b1e7cd1d4105ca4d0477 100644 (file)
@@ -1,4 +1,4 @@
-# See docs/devel/tracing.txt for syntax documentation.
+# See docs/devel/tracing.rst for syntax documentation.
 
 # client.c
 nbd_send_option_request(uint32_t opt, const char *name, uint32_t len) "Sending option request %" PRIu32" (%s), len %" PRIu32
index bfaff7891d47478454b82f1c61cf681eb58251b3..d7a17256cca616f133c010eb060511631840cde1 100644 (file)
@@ -1,4 +1,4 @@
-# See docs/devel/tracing.txt for syntax documentation.
+# See docs/devel/tracing.rst for syntax documentation.
 
 # announce.c
 qemu_announce_self_iter(const char *id, const char *name, const char *mac, int skip) "%s:%s:%s skip: %d"
index 3cabe912ae299ec322f028a8d946dd5de6597644..cccafc07e5f4693f6a8e2afde152884f213a3d2e 100644 (file)
@@ -1,4 +1,4 @@
-# See docs/devel/tracing.txt for syntax documentation.
+# See docs/devel/tracing.rst for syntax documentation.
 
 # qapi-visit-core.c
 visit_free(void *v) "v=%p"
index 945205bd1061da0f88e09d93c744e2fb379585a3..b2e9f4a7127f0e088290b5a5aa6b2a44b61b3da5 100644 (file)
@@ -1,4 +1,4 @@
-# See docs/devel/tracing.txt for syntax documentation.
+# See docs/devel/tracing.rst for syntax documentation.
 
 # 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 d61fb0bd8708ea3b1190e1dd027398e4326e0bba..1f6d1ae1f3ecc094267f89ed1fe743a0f1dabe1f 100755 (executable)
@@ -7,7 +7,7 @@
 # This work is licensed under the terms of the GNU GPL, version 2.  See
 # the COPYING file in the top-level directory.
 #
-# For help see docs/devel/tracing.txt
+# For help see docs/devel/tracing.rst
 
 import struct
 import inspect
index 6dbfeae790c8e8168785b1315648b397ecbf31cb..baf924fa89e0c4ccf9832dcc117ac2664250e65b 100644 (file)
@@ -1,4 +1,4 @@
-# See docs/devel/tracing.txt for syntax documentation.
+# See docs/devel/tracing.rst for syntax documentation.
 
 # pr-manager.c
 pr_manager_execute(int fd, int cmd, int sa) "fd=%d cmd=0x%02x service action=0x%02x"
index b80ca042e1ffc4f3166bc54d36a79098e04244bf..5262828b8dad62967a017feea50692bc81b37108 100644 (file)
@@ -1,4 +1,4 @@
-# See docs/devel/tracing.txt for syntax documentation.
+# See docs/devel/tracing.rst for syntax documentation.
 
 # balloon.c
 # Since requests are raised via monitor, not many tracepoints are needed.
index 41c63d75705dcab578d694fad3cbf13262459ce8..2a0ba7bffc1fdeb78be3831d88c0e0e857553dc6 100644 (file)
@@ -1,4 +1,4 @@
-# See docs/devel/tracing.txt for syntax documentation.
+# See docs/devel/tracing.rst for syntax documentation.
 
 # helper.c
 arm_gt_recalc(int timer, int irqstate, uint64_t nexttick) "gt recalc: timer %d irqstate %d next tick 0x%" PRIx64
index 0731ce7ce15410f836ca52bedae6417692b12567..8931517890d6e3b5151a99ae2fc7e1495e97c561 100644 (file)
@@ -1,4 +1,4 @@
-# See docs/devel/tracing.txt for syntax documentation.
+# See docs/devel/tracing.rst for syntax documentation.
 
 # mem_helper.c
 disable hppa_tlb_flush_ent(void *env, void *ent, uint64_t va_b, uint64_t va_e, uint64_t pa) "env=%p ent=%p va_b=0x%lx va_e=0x%lx pa=0x%lx"
index b4e2d9e4ea99470facdb1d0f383120f993697535..7c369db1e15505fd5dafc6eaae810e191e255adf 100644 (file)
@@ -1,4 +1,4 @@
-# See docs/devel/tracing.txt for syntax documentation.
+# See docs/devel/tracing.rst for syntax documentation.
 
 # kvm.c
 kvm_x86_fixup_msi_error(uint32_t gsi) "VT-d failed to remap interrupt for GSI %" PRIu32
index a22ab24e214f862934c988ab3dc3cb9a135124d2..f5ecbe24bbf4eaea9613faa2526225c16517ac13 100644 (file)
@@ -1,4 +1,4 @@
-# See docs/devel/tracing.txt for syntax documentation.
+# See docs/devel/tracing.rst for syntax documentation.
 
 # sev.c
 kvm_sev_init(void) ""
index ba87fe6062a9251e10b5d8dfc8b730a7c152dcca..0c55e0bbad22772d309afd1d485c2a1a96837aa9 100644 (file)
@@ -1,4 +1,4 @@
-# See docs/devel/tracing.txt for syntax documentation.
+# See docs/devel/tracing.rst for syntax documentation.
 
 # translate.c
 mips_translate_c0(const char *instr, const char *rn, int reg, int sel) "%s %s (reg %d sel %d)"
index bc0d4e6f8bb79132b35657f3fd2a76ef3e3940d6..c88cfccf8d1983e3e12b70514d85496e35105aaa 100644 (file)
@@ -1,4 +1,4 @@
-# See docs/devel/tracing.txt for syntax documentation.
+# See docs/devel/tracing.rst for syntax documentation.
 
 # kvm.c
 kvm_failed_spr_set(int spr, const char *msg) "Warning: Unable to set SPR %d to KVM: %s"
index fda1ee82202f7029de183679000a54cc1e21322c..e661a81e3a9e966066136dcca42ccf92552215ee 100644 (file)
@@ -1,4 +1,4 @@
-# See docs/devel/tracing.txt for syntax documentation.
+# See docs/devel/tracing.rst for syntax documentation.
 
 # mmu_helper.c
 get_skeys_nonzero(int rc) "SKEY: Call to get_skeys unexpectedly returned %d"
index 75e7093d5f3d987a759506985df14d8c896f2039..de9833283d03bfc8221f9e56f5231e7ad497ad09 100644 (file)
@@ -1,4 +1,4 @@
-# See docs/devel/tracing.txt for syntax documentation.
+# See docs/devel/tracing.rst for syntax documentation.
 
 # mmu_helper.c
 mmu_helper_dfault(uint64_t address, uint64_t context, int mmu_idx, uint32_t tl) "DFAULT at 0x%"PRIx64" context 0x%"PRIx64" mmu_idx=%d tl=%d"
index ac7cef9335980dc05b3a127fb8fc33e60da0a19e..765fe251e617003082874d3dd18879bcdcf8e0f3 100644 (file)
@@ -1,4 +1,4 @@
-# See docs/devel/tracing.txt for syntax documentation.
+# See docs/devel/tracing.rst for syntax documentation.
 #
 # This file is processed by the tracetool script during the build.
 #
index c86542e2b69b98cf80a3d956a3955753b61ed111..1b5f87bc09665761452e0cd52e2863e0b2f52a79 100644 (file)
@@ -1,4 +1,4 @@
-# See docs/devel/tracing.txt for syntax documentation.
+# See docs/devel/tracing.rst for syntax documentation.
 
 # console.c
 console_gfx_new(void) ""
index bac0924899eb3d4f9cac5e0f22a7bc8139a8f5bc..806cac14a762e6ae51f3cbb9deec5a73bccf97b6 100644 (file)
@@ -1,4 +1,4 @@
-# See docs/devel/tracing.txt for syntax documentation.
+# See docs/devel/tracing.rst for syntax documentation.
 
 # aio-posix.c
 run_poll_handlers_begin(void *ctx, int64_t max_ns, int64_t timeout) "ctx %p max_ns %"PRId64 " timeout %"PRId64