Skip to content

Commit

Permalink
trace2:gvfs:experiment: increase default event depth for unpack-tree …
Browse files Browse the repository at this point in the history
…data
  • Loading branch information
jeffhostetler authored and dscho committed Sep 27, 2022
1 parent bfe94a3 commit e319f45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trace2/tr2_tgt_event.c
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ static struct tr2_dst tr2dst_event = {
* event target. Use the TR2_SYSENV_EVENT_NESTING setting to increase
* region details in the event target.
*/
static int tr2env_event_max_nesting_levels = 2;
static int tr2env_event_max_nesting_levels = 4;

/*
* Use the TR2_SYSENV_EVENT_BRIEF to omit the <time>, <file>, and
Expand Down

0 comments on commit e319f45

Please sign in to comment.