]> git.proxmox.com Git - mirror_qemu.git/blame - hw/dma/trace-events
i386: Add x-force-features option for testing
[mirror_qemu.git] / hw / dma / trace-events
CommitLineData
87e0331c 1# See docs/devel/tracing.txt for syntax documentation.
81013450 2
500016e5 3# rc4030.c
81013450
DB
4jazzio_read(uint64_t addr, uint32_t ret) "read reg[0x%"PRIx64"] = 0x%x"
5jazzio_write(uint64_t addr, uint32_t val) "write reg[0x%"PRIx64"] = 0x%x"
6rc4030_read(uint64_t addr, uint32_t ret) "read reg[0x%"PRIx64"] = 0x%x"
7rc4030_write(uint64_t addr, uint32_t val) "write reg[0x%"PRIx64"] = 0x%x"
8
500016e5 9# sparc32_dma.c
331b7fc1
MCA
10ledma_memory_read(uint64_t addr, int len) "DMA read addr 0x%"PRIx64 " len %d"
11ledma_memory_write(uint64_t addr, int len) "DMA write addr 0x%"PRIx64 " len %d"
81013450
DB
12sparc32_dma_set_irq_raise(void) "Raise IRQ"
13sparc32_dma_set_irq_lower(void) "Lower IRQ"
331b7fc1
MCA
14espdma_memory_read(uint32_t addr, int len) "DMA read addr 0x%08x len %d"
15espdma_memory_write(uint32_t addr, int len) "DMA write addr 0x%08x len %d"
8908eb1a
VSO
16sparc32_dma_mem_readl(uint64_t addr, uint32_t ret) "read dmareg 0x%"PRIx64": 0x%08x"
17sparc32_dma_mem_writel(uint64_t addr, uint32_t old, uint32_t val) "write dmareg 0x%"PRIx64": 0x%08x -> 0x%08x"
81013450
DB
18sparc32_dma_enable_raise(void) "Raise DMA enable"
19sparc32_dma_enable_lower(void) "Lower DMA enable"
20
500016e5 21# i8257.c
81013450 22i8257_unregistered_dma(int nchan, int dma_pos, int dma_len) "unregistered DMA channel used nchan=%d dma_pos=%d dma_len=%d"