187e0331cSPhilippe Mathieu-Daudé# See docs/devel/tracing.txt for syntax documentation. 2e97eb6f7SDaniel P. Berrange 3e97eb6f7SDaniel P. Berrange# hw/mem/pc-dimm.c 4e97eb6f7SDaniel P. Berrangemhp_pc_dimm_assigned_slot(int slot) "%d" 5*005feccfSDavid Hildenbrand# hw/mem/memory-device.c 6*005feccfSDavid Hildenbrandmemory_device_pre_plug(const char *id, uint64_t addr) "id=%s addr=0x%"PRIx64 7*005feccfSDavid Hildenbrandmemory_device_plug(const char *id, uint64_t addr) "id=%s addr=0x%"PRIx64 8*005feccfSDavid Hildenbrandmemory_device_unplug(const char *id, uint64_t addr) "id=%s addr=0x%"PRIx64 9