Skip to content

Commit 384f7b4

Browse files
jeffhostetlerdscho
authored andcommitted
trace2:gvfs:experiment: increase default event depth for unpack-tree data
1 parent 4629b89 commit 384f7b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: trace2/tr2_tgt_event.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ static struct tr2_dst tr2dst_event = {
3939
* event target. Use the TR2_SYSENV_EVENT_NESTING setting to increase
4040
* region details in the event target.
4141
*/
42-
static int tr2env_event_max_nesting_levels = 2;
42+
static int tr2env_event_max_nesting_levels = 4;
4343

4444
/*
4545
* Use the TR2_SYSENV_EVENT_BRIEF to omit the <time>, <file>, and

0 commit comments

Comments
 (0)