On Thu, 1 Sep 2022 15:56:38 -0500 Zebediah Figura <zfigura@xxxxxxxxxxxxxxx> wrote: > From: Zeb Figura <zfigura@xxxxxxxxxxxxxxx> > > This is already supported and works as expected; allow the option to be > specified. Hi Zeb, I'd love to accept this patch, but I need you to add your "Signed-off-by" tag. See https://git.kernel.org/pub/scm/utils/trace-cmd/trace-cmd.git/tree/DCO You can either resend the patch, or reply with it here. Thanks! -- Steve > --- > tracecmd/trace-record.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/tracecmd/trace-record.c b/tracecmd/trace-record.c > index 3442e9b..70fb187 100644 > --- a/tracecmd/trace-record.c > +++ b/tracecmd/trace-record.c > @@ -6648,7 +6648,6 @@ static void parse_record_options(int argc, > case OPT_compression: > cmd_check_die(ctx, CMD_start, *(argv+1), "--compression"); > cmd_check_die(ctx, CMD_set, *(argv+1), "--compression"); > - cmd_check_die(ctx, CMD_extract, *(argv+1), "--compression"); > cmd_check_die(ctx, CMD_stream, *(argv+1), "--compression"); > cmd_check_die(ctx, CMD_profile, *(argv+1), "--compression"); > if (strcmp(optarg, "any") && strcmp(optarg, "none") &&