linux-trace-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] tracecmd extract: Allow using --compression.
@ 2022-09-01 20:56 Zebediah Figura
  2022-09-22  1:49 ` Steven Rostedt
  2022-09-22 15:25 ` Zebediah Figura
  0 siblings, 2 replies; 8+ messages in thread
From: Zebediah Figura @ 2022-09-01 20:56 UTC (permalink / raw)
  To: linux-trace-devel; +Cc: Zeb Figura

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


^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2022-09-22 15:39 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-09-01 20:56 [PATCH] tracecmd extract: Allow using --compression Zebediah Figura
2022-09-22  1:49 ` 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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).