1*d0fb9657SStefano Garzarella# See docs/devel/tracing.rst for syntax documentation. 2e97eb6f7SDaniel P. Berrange 3500016e5SMarkus Armbruster# pc-dimm.c 4e97eb6f7SDaniel P. Berrangemhp_pc_dimm_assigned_slot(int slot) "%d" 5500016e5SMarkus Armbruster# memory-device.c 6005feccfSDavid Hildenbrandmemory_device_pre_plug(const char *id, uint64_t addr) "id=%s addr=0x%"PRIx64 7005feccfSDavid Hildenbrandmemory_device_plug(const char *id, uint64_t addr) "id=%s addr=0x%"PRIx64 8005feccfSDavid Hildenbrandmemory_device_unplug(const char *id, uint64_t addr) "id=%s addr=0x%"PRIx64 9