Skip to content

Commit 38dd549

Browse files
jeffhostetlerdscho
authored andcommitted
trace2:gvfs:experiment: increase default event depth for unpack-tree data
1 parent 4bb5da6 commit 38dd549

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
@@ -37,7 +37,7 @@ static struct tr2_dst tr2dst_event = {
3737
* event target. Use the TR2_SYSENV_EVENT_NESTING setting to increase
3838
* region details in the event target.
3939
*/
40-
static int tr2env_event_max_nesting_levels = 2;
40+
static int tr2env_event_max_nesting_levels = 4;
4141

4242
/*
4343
* Use the TR2_SYSENV_EVENT_BRIEF to omit the <time>, <file>, and

0 commit comments

Comments
 (0)