Skip to content

Commit

Permalink
trace-events: fix first line comment in trace-events
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
vivier authored and stefanhaRH committed Aug 12, 2016
1 parent 28b8744 commit e723b87
Show file tree
Hide file tree
Showing 40 changed files with 40 additions and 40 deletions.
2 changes: 1 addition & 1 deletion audio/trace-events
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion block/trace-events
@@ -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\""
Expand Down
2 changes: 1 addition & 1 deletion crypto/trace-events
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion hw/9pfs/trace-events
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion hw/acpi/trace-events
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion hw/alpha/trace-events
@@ -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) ""
2 changes: 1 addition & 1 deletion hw/arm/trace-events
@@ -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."
2 changes: 1 addition & 1 deletion hw/audio/trace-events
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion hw/block/trace-events
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion hw/char/trace-events
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion hw/display/trace-events
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion hw/dma/trace-events
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion hw/i386/trace-events
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion hw/input/trace-events
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion hw/intc/trace-events
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion hw/isa/trace-events
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion hw/misc/trace-events
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion hw/net/trace-events
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion hw/nvram/trace-events
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion hw/pci/trace-events
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion hw/ppc/trace-events
@@ -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)"
Expand Down
2 changes: 1 addition & 1 deletion hw/s390x/trace-events
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion hw/scsi/trace-events
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion hw/sd/trace-events
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion hw/sparc/trace-events
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion hw/timer/trace-events
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion hw/usb/trace-events
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion hw/vfio/trace-events
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion hw/virtio/trace-events
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion io/trace-events
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion linux-user/trace-events
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion migration/trace-events
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion net/trace-events
@@ -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"
2 changes: 1 addition & 1 deletion qom/trace-events
@@ -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)"
Expand Down
2 changes: 1 addition & 1 deletion target-i386/trace-events
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion target-ppc/trace-events
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion target-s390x/trace-events
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion target-sparc/trace-events
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion ui/trace-events
@@ -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) ""
Expand Down
2 changes: 1 addition & 1 deletion util/trace-events
@@ -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
Expand Down

0 comments on commit e723b87

Please sign in to comment.