Skip to content

Commit

Permalink
Remove TTY events from all events cmd option
Browse files Browse the repository at this point in the history
  • Loading branch information
stanek-michal committed Oct 17, 2024
1 parent 99cc9df commit fdb0f34
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions non-GPL/Events/EventsTrace/EventsTrace.c
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ static error_t parse_arg(int key, char *arg, struct argp_state *state)
break;
case 'a':
g_events_env = UINT64_MAX;
g_events_env &= ~cmdline_to_lib[PROCESS_TTY_WRITE];
break;
case 's':
g_stats = 1;
Expand Down

0 comments on commit fdb0f34

Please sign in to comment.