Revision 298800ca trace-events

b/trace-events
192 192

  
193 193
# vl.c
194 194
disable vm_state_notify(int running, int reason) "running %d reason %d"
195

  
196
# block/qed-l2-cache.c
197
disable qed_alloc_l2_cache_entry(void *l2_cache, void *entry) "l2_cache %p entry %p"
198
disable qed_unref_l2_cache_entry(void *entry, int ref) "entry %p ref %d"
199
disable qed_find_l2_cache_entry(void *l2_cache, void *entry, uint64_t offset, int ref) "l2_cache %p entry %p offset %"PRIu64" ref %d"
200

  
201
# block/qed-table.c
202
disable qed_read_table(void *s, uint64_t offset, void *table) "s %p offset %"PRIu64" table %p"
203
disable qed_read_table_cb(void *s, void *table, int ret) "s %p table %p ret %d"
204
disable qed_write_table(void *s, uint64_t offset, void *table, unsigned int index, unsigned int n) "s %p offset %"PRIu64" table %p index %u n %u"
205
disable qed_write_table_cb(void *s, void *table, int flush, int ret) "s %p table %p flush %d ret %d"

Also available in: Unified diff