Skip to content

Commit fdb0f34

Browse files
committed
Remove TTY events from all events cmd option
1 parent 99cc9df commit fdb0f34

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

non-GPL/Events/EventsTrace/EventsTrace.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,7 @@ static error_t parse_arg(int key, char *arg, struct argp_state *state)
152152
break;
153153
case 'a':
154154
g_events_env = UINT64_MAX;
155+
g_events_env &= ~cmdline_to_lib[PROCESS_TTY_WRITE];
155156
break;
156157
case 's':
157158
g_stats = 1;

0 commit comments

Comments
 (0)