Skip to content

Commit 7e4387a

Browse files
committed
gvfs:trace2:data fixup: add region/data around actual serialization
Signed-off-by: Jeff Hostetler <[email protected]>
1 parent 534dbe1 commit 7e4387a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

wt-status-serialize.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -297,6 +297,8 @@ void wt_status_serialize_v1(int fd, struct wt_status *s)
297297
struct string_list_item *iter;
298298
int k;
299299

300+
trace2_region_enter("status", "serialize", the_repository);
301+
300302
/*
301303
* version header must be first line.
302304
*/
@@ -330,4 +332,6 @@ void wt_status_serialize_v1(int fd, struct wt_status *s)
330332
}
331333
packet_flush(fd);
332334
}
335+
336+
trace2_region_leave("status", "serialize", the_repository);
333337
}

0 commit comments

Comments
 (0)