All of lore.kernel.org
 help / color / mirror / Atom feed
From: Zebediah Figura <zfigura@codeweavers.com>
To: linux-trace-devel@vger.kernel.org
Cc: Zeb Figura <zfigura@codeweavers.com>
Subject: [PATCH] tracecmd extract: Allow using --compression.
Date: Thu,  1 Sep 2022 15:56:38 -0500	[thread overview]
Message-ID: <20220901205638.3247090-1-zfigura@codeweavers.com> (raw)

From: Zeb Figura <zfigura@codeweavers.com>

This is already supported and works as expected; allow the option to be
specified.
---
 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") &&
-- 
2.37.2


             reply	other threads:[~2022-09-01 21:13 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-09-01 20:56 Zebediah Figura [this message]
2022-09-22  1:49 ` [PATCH] tracecmd extract: Allow using --compression Steven Rostedt
2022-09-22  2:20   ` Zebediah Figura
2022-09-22 12:39     ` Steven Rostedt
2022-09-22 15:26       ` Zebediah Figura
2022-09-22 15:40         ` Steven Rostedt
2022-09-22 15:25 ` Zebediah Figura
2022-09-22 15:27   ` Steven Rostedt

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220901205638.3247090-1-zfigura@codeweavers.com \
    --to=zfigura@codeweavers.com \
    --cc=linux-trace-devel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.