Skip to content

Commit bfdee90

Browse files
jeffhostetlerderrickstolee
authored andcommitted
trace2:gvfs:experiment: increase default event depth for unpack-tree data
1 parent 9652bc6 commit bfdee90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

trace2/tr2_tgt_event.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ static struct tr2_dst tr2dst_event = {
3535
* event target. Use the TR2_SYSENV_EVENT_NESTING setting to increase
3636
* region details in the event target.
3737
*/
38-
static int tr2env_event_max_nesting_levels = 2;
38+
static int tr2env_event_max_nesting_levels = 4;
3939

4040
/*
4141
* Use the TR2_SYSENV_EVENT_BRIEF to omit the <time>, <file>, and

0 commit comments

Comments
 (0)