1d0fb9657SStefano Garzarella# See docs/devel/tracing.rst for syntax documentation. 292d32652SDaniel P. Berrange 3500016e5SMarkus Armbruster# fdc.c 41a5396d9SPhilippe Mathieu-Daudéfdc_ioport_read(uint8_t reg, uint8_t value) "read reg 0x%02x val 0x%02x" 51a5396d9SPhilippe Mathieu-Daudéfdc_ioport_write(uint8_t reg, uint8_t value) "write reg 0x%02x val 0x%02x" 61430759eSPhilippe Mathieu-Daudé 71430759eSPhilippe Mathieu-Daudé# fdc-sysbus.c 8fbb11567SPhilippe Mathieu-Daudéfdctrl_tc_pulse(int level) "TC pulse: %u" 91a5396d9SPhilippe Mathieu-Daudé 10dec97760SMarkus Armbruster# pflash_cfi01.c 11b15e402fSMarkus Armbruster# pflash_cfi02.c 1291316cbbSDavid Edmondsonpflash_chip_erase_invalid(const char *name, uint64_t offset) "%s: chip erase: invalid address 0x%" PRIx64 1391316cbbSDavid Edmondsonpflash_chip_erase_start(const char *name) "%s: start chip erase" 1491316cbbSDavid Edmondsonpflash_data_read(const char *name, uint64_t offset, unsigned size, uint32_t value) "%s: data offset:0x%04"PRIx64" size:%u value:0x%04x" 15*1fc277a0SGerd Hoffmannpflash_data_write(const char *name, uint64_t offset, unsigned size, uint32_t value) "%s: data offset:0x%04"PRIx64" size:%u value:0x%04x" 16*1fc277a0SGerd Hoffmannpflash_data_write_block(const char *name, uint64_t offset, unsigned size, uint32_t value, uint64_t counter) "%s: data offset:0x%04"PRIx64" size:%u value:0x%04x counter:0x%016"PRIx64 1791316cbbSDavid Edmondsonpflash_device_id(const char *name, uint16_t id) "%s: read device ID: 0x%04x" 1891316cbbSDavid Edmondsonpflash_device_info(const char *name, uint64_t offset) "%s: read device information offset:0x%04" PRIx64 1991316cbbSDavid Edmondsonpflash_erase_complete(const char *name) "%s: sector erase complete" 2091316cbbSDavid Edmondsonpflash_erase_timeout(const char *name, int count) "%s: erase timeout fired; erasing %d sectors" 2191316cbbSDavid Edmondsonpflash_io_read(const char *name, uint64_t offset, unsigned int size, uint32_t value, uint8_t cmd, uint8_t wcycle) "%s: offset:0x%04" PRIx64 " size:%u value:0x%04x cmd:0x%02x wcycle:%u" 2291316cbbSDavid Edmondsonpflash_io_write(const char *name, uint64_t offset, unsigned int size, uint32_t value, uint8_t wcycle) "%s: offset:0x%04"PRIx64" size:%u value:0x%04x wcycle:%u" 2391316cbbSDavid Edmondsonpflash_manufacturer_id(const char *name, uint16_t id) "%s: read manufacturer ID: 0x%04x" 2491316cbbSDavid Edmondsonpflash_mode_read_array(const char *name) "%s: read array mode" 2591316cbbSDavid Edmondsonpflash_postload_cb(const char *name) "%s: updating bdrv" 2691316cbbSDavid Edmondsonpflash_read_done(const char *name, uint64_t offset, uint64_t ret) "%s: ID:0x%" PRIx64 " ret:0x%" PRIx64 2791316cbbSDavid Edmondsonpflash_read_status(const char *name, uint32_t ret) "%s: status:0x%x" 2891316cbbSDavid Edmondsonpflash_read_unknown_state(const char *name, uint8_t cmd) "%s: unknown command state:0x%x" 2991316cbbSDavid Edmondsonpflash_reset(const char *name) "%s: reset" 3091316cbbSDavid Edmondsonpflash_sector_erase_start(const char *name, int width1, uint64_t start, int width2, uint64_t end) "%s: start sector erase at: 0x%0*" PRIx64 "-0x%0*" PRIx64 3191316cbbSDavid Edmondsonpflash_timer_expired(const char *name, uint8_t cmd) "%s: command 0x%02x done" 3291316cbbSDavid Edmondsonpflash_unlock0_failed(const char *name, uint64_t offset, uint8_t cmd, uint16_t addr0) "%s: unlock0 failed 0x%" PRIx64 " 0x%02x 0x%04x" 3391316cbbSDavid Edmondsonpflash_unlock1_failed(const char *name, uint64_t offset, uint8_t cmd) "%s: unlock0 failed 0x%" PRIx64 " 0x%02x" 3491316cbbSDavid Edmondsonpflash_unsupported_device_configuration(const char *name, uint8_t width, uint8_t max) "%s: unsupported device configuration: device_width:%d max_device_width:%d" 3591316cbbSDavid Edmondsonpflash_write(const char *name, const char *str) "%s: %s" 36*1fc277a0SGerd Hoffmannpflash_write_block_start(const char *name, uint32_t value) "%s: block write start: bytes:0x%x" 37*1fc277a0SGerd Hoffmannpflash_write_block_flush(const char *name) "%s: block write flush" 38*1fc277a0SGerd Hoffmannpflash_write_block_abort(const char *name) "%s: block write abort" 3991316cbbSDavid Edmondsonpflash_write_block_erase(const char *name, uint64_t offset, uint64_t len) "%s: block erase offset:0x%" PRIx64 " bytes:0x%" PRIx64 4091316cbbSDavid Edmondsonpflash_write_failed(const char *name, uint64_t offset, uint8_t cmd) "%s: command failed 0x%" PRIx64 " 0x%02x" 4191316cbbSDavid Edmondsonpflash_write_invalid(const char *name, uint8_t cmd) "%s: invalid write for command 0x%02x" 4291316cbbSDavid Edmondsonpflash_write_invalid_command(const char *name, uint8_t cmd) "%s: invalid command 0x%02x (wc 5)" 4391316cbbSDavid Edmondsonpflash_write_invalid_state(const char *name, uint8_t cmd, int wc) "%s: invalid command state 0x%02x (wc %d)" 4491316cbbSDavid Edmondsonpflash_write_start(const char *name, uint8_t cmd) "%s: starting command 0x%02x" 4591316cbbSDavid Edmondsonpflash_write_unknown(const char *name, uint8_t cmd) "%s: unknown command 0x%02x" 4613019f1fSPhilippe Mathieu-Daudé 47500016e5SMarkus Armbruster# virtio-blk.c 48a576ceacSStefan Hajnoczivirtio_blk_req_complete(void *vdev, void *req, int status) "vdev %p req %p status %d" 49a576ceacSStefan Hajnoczivirtio_blk_rw_complete(void *vdev, void *req, int ret) "vdev %p req %p ret %d" 504e92acf7SSam Livirtio_blk_zone_report_complete(void *vdev, void *req, unsigned int nr_zones, int ret) "vdev %p req %p nr_zones %u ret %d" 514e92acf7SSam Livirtio_blk_zone_mgmt_complete(void *vdev, void *req, int ret) "vdev %p req %p ret %d" 524e92acf7SSam Livirtio_blk_zone_append_complete(void *vdev, void *req, int64_t sector, int ret) "vdev %p req %p, append sector 0x%" PRIx64 " ret %d" 53a576ceacSStefan Hajnoczivirtio_blk_handle_write(void *vdev, void *req, uint64_t sector, size_t nsectors) "vdev %p req %p sector %"PRIu64" nsectors %zu" 54a576ceacSStefan Hajnoczivirtio_blk_handle_read(void *vdev, void *req, uint64_t sector, size_t nsectors) "vdev %p req %p sector %"PRIu64" nsectors %zu" 55a576ceacSStefan Hajnoczivirtio_blk_submit_multireq(void *vdev, void *mrb, int start, int num_reqs, uint64_t offset, size_t size, bool is_write) "vdev %p mrb %p start %d num_reqs %d offset %"PRIu64" size %zu is_write %d" 564e92acf7SSam Livirtio_blk_handle_zone_report(void *vdev, void *req, int64_t sector, unsigned int nr_zones) "vdev %p req %p sector 0x%" PRIx64 " nr_zones %u" 574e92acf7SSam Livirtio_blk_handle_zone_mgmt(void *vdev, void *req, uint8_t op, int64_t sector, int64_t len) "vdev %p req %p op 0x%x sector 0x%" PRIx64 " len 0x%" PRIx64 "" 584e92acf7SSam Livirtio_blk_handle_zone_reset_all(void *vdev, void *req, int64_t sector, int64_t len) "vdev %p req %p sector 0x%" PRIx64 " cap 0x%" PRIx64 "" 594e92acf7SSam Livirtio_blk_handle_zone_append(void *vdev, void *req, int64_t sector) "vdev %p req %p, append sector 0x%" PRIx64 "" 6092d32652SDaniel P. Berrange 61500016e5SMarkus Armbruster# hd-geometry.c 6292d32652SDaniel P. Berrangehd_geometry_lchs_guess(void *blk, int cyls, int heads, int secs) "blk %p LCHS %d %d %d" 6392d32652SDaniel P. Berrangehd_geometry_guess(void *blk, uint32_t cyls, uint32_t heads, uint32_t secs, int trans) "blk %p CHS %u %u %u trans %d" 641491ede7SPaul Durrant 65500016e5SMarkus Armbruster# xen-block.c 661a72d9aeSPaul Durrantxen_block_realize(const char *type, uint32_t disk, uint32_t partition) "%s d%up%u" 6782a29e30SPaul Durrantxen_block_connect(const char *type, uint32_t disk, uint32_t partition) "%s d%up%u" 6882a29e30SPaul Durrantxen_block_disconnect(const char *type, uint32_t disk, uint32_t partition) "%s d%up%u" 691a72d9aeSPaul Durrantxen_block_unrealize(const char *type, uint32_t disk, uint32_t partition) "%s d%up%u" 703149f183SPaul Durrantxen_block_size(const char *type, uint32_t disk, uint32_t partition, int64_t sectors) "%s d%up%u %"PRIi64 711a72d9aeSPaul Durrantxen_disk_realize(void) "" 721a72d9aeSPaul Durrantxen_disk_unrealize(void) "" 731a72d9aeSPaul Durrantxen_cdrom_realize(void) "" 741a72d9aeSPaul Durrantxen_cdrom_unrealize(void) "" 75db9ff46eSPaul Durrantxen_block_blockdev_add(char *str) "%s" 76db9ff46eSPaul Durrantxen_block_blockdev_del(const char *node_name) "%s" 77db9ff46eSPaul Durrantxen_block_device_create(unsigned int number) "%u" 78db9ff46eSPaul Durrantxen_block_device_destroy(unsigned int number) "%u" 79ccc46090SGuenter Roeck 80ccc46090SGuenter Roeck# m25p80.c 81ccc46090SGuenter Roeckm25p80_flash_erase(void *s, int offset, uint32_t len) "[%p] offset = 0x%"PRIx32", len = %u" 82ccc46090SGuenter Roeckm25p80_programming_zero_to_one(void *s, uint32_t addr, uint8_t prev, uint8_t data) "[%p] programming zero to one! addr=0x%"PRIx32" 0x%"PRIx8" -> 0x%"PRIx8 83ccc46090SGuenter Roeckm25p80_reset_done(void *s) "[%p] Reset done." 84ccc46090SGuenter Roeckm25p80_command_decoded(void *s, uint32_t cmd) "[%p] new command:0x%"PRIx32 85ccc46090SGuenter Roeckm25p80_complete_collecting(void *s, uint32_t cmd, int n, uint8_t ear, uint32_t cur_addr) "[%p] decode cmd: 0x%"PRIx32" len %d ear 0x%"PRIx8" addr 0x%"PRIx32 86ccc46090SGuenter Roeckm25p80_populated_jedec(void *s) "[%p] populated jedec code" 87ccc46090SGuenter Roeckm25p80_chip_erase(void *s) "[%p] chip erase" 88ccc46090SGuenter Roeckm25p80_select(void *s, const char *what) "[%p] %sselect" 89ccc46090SGuenter Roeckm25p80_page_program(void *s, uint32_t addr, uint8_t tx) "[%p] page program cur_addr=0x%"PRIx32" data=0x%"PRIx8 90ccc46090SGuenter Roeckm25p80_transfer(void *s, uint8_t state, uint32_t len, uint8_t needed, uint32_t pos, uint32_t cur_addr, uint8_t t) "[%p] Transfer state 0x%"PRIx8" len 0x%"PRIx32" needed 0x%"PRIx8" pos 0x%"PRIx32" addr 0x%"PRIx32" tx 0x%"PRIx8 91ccc46090SGuenter Roeckm25p80_read_byte(void *s, uint32_t addr, uint8_t v) "[%p] Read byte 0x%"PRIx32"=0x%"PRIx8 92ccc46090SGuenter Roeckm25p80_read_data(void *s, uint32_t pos, uint8_t v) "[%p] Read data 0x%"PRIx32"=0x%"PRIx8 932389bcc2SCédric Le Goaterm25p80_read_sfdp(void *s, uint32_t addr, uint8_t v) "[%p] Read SFDP 0x%"PRIx32"=0x%"PRIx8 94ccc46090SGuenter Roeckm25p80_binding(void *s) "[%p] Binding to IF_MTD drive" 95ccc46090SGuenter Roeckm25p80_binding_no_bdrv(void *s) "[%p] No BDRV - binding to RAM" 96d05cad2bSMark Cave-Ayland 97d05cad2bSMark Cave-Ayland# swim.c 98994af0b2SMark Cave-Aylandswim_ismctrl_read(int reg, const char *name, unsigned size, uint64_t value) "reg=%d [%s] size=%u value=0x%"PRIx64 99994af0b2SMark Cave-Aylandswim_ismctrl_write(int reg, const char *name, unsigned size, uint64_t value) "reg=%d [%s] size=%u value=0x%"PRIx64 10057004204SMark Cave-Aylandswim_iwmctrl_read(int reg, const char *name, unsigned size, uint64_t value) "reg=%d [%s] size=%u value=0x%"PRIx64 10157004204SMark Cave-Aylandswim_iwmctrl_write(int reg, const char *name, unsigned size, uint64_t value) "reg=%d [%s] size=%u value=0x%"PRIx64 102994af0b2SMark Cave-Aylandswim_switch_to_ism(void) "switch from IWM to ISM mode" 103994af0b2SMark Cave-Aylandswim_switch_to_iwm(void) "switch from ISM to IWM mode" 104