aboutsummaryrefslogtreecommitdiff
path: root/trace-events
diff options
context:
space:
mode:
authorJeff Cody <jcody@redhat.com>2015-08-14 09:41:30 -0400
committerJeff Cody <jcody@redhat.com>2015-08-14 09:41:30 -0400
commitd90dedfcd5b9faad105bf28b718c9477d8467e77 (patch)
tree4eeed61720a9cc4dcd6ab72529f67e3b805f6b5b /trace-events
parentbe1f13ac9d9fc21908975460652a72f5f0c018c5 (diff)
parentcae98cb87d269c33d23b2bccd79bb8d99a60d811 (diff)
Merge branch 'block-next' into HEAD
Diffstat (limited to 'trace-events')
-rw-r--r--trace-events1
1 files changed, 1 insertions, 0 deletions
diff --git a/trace-events b/trace-events
index 94bf3bb184..8f9614adb5 100644
--- a/trace-events
+++ b/trace-events
@@ -94,6 +94,7 @@ mirror_yield(void *s, int64_t cnt, int buf_free_count, int in_flight) "s %p dirt
mirror_yield_in_flight(void *s, int64_t sector_num, int in_flight) "s %p sector_num %"PRId64" in_flight %d"
mirror_yield_buf_busy(void *s, int nb_chunks, int in_flight) "s %p requested chunks %d in_flight %d"
mirror_break_buf_busy(void *s, int nb_chunks, int in_flight) "s %p requested chunks %d in_flight %d"
+mirror_break_iov_max(void *s, int nb_chunks, int added_chunks) "s %p requested chunks %d added_chunks %d"
# block/backup.c
backup_do_cow_enter(void *job, int64_t start, int64_t sector_num, int nb_sectors) "job %p start %"PRId64" sector_num %"PRId64" nb_sectors %d"