Received: by 2002:a25:c205:0:0:0:0:0 with SMTP id s5csp4060748ybf; Tue, 3 Mar 2020 19:08:07 -0800 (PST) X-Google-Smtp-Source: ADFU+vuxlkwb5hQ4g8WuBMRq8aHunIOXFClEUDmjKoeEvjH7doSWIBf/Xz8U5ekHhzAj2EX0igAG X-Received: by 2002:aca:cf48:: with SMTP id f69mr382462oig.122.1583291287126; Tue, 03 Mar 2020 19:08:07 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1583291287; cv=none; d=google.com; s=arc-20160816; b=GaFHW69S4bfsVmJR8TzF+t0x6SRwanQC//0FyPyjcLng1NhnAtvnN151gK5G2Im7/+ TsJqDRKFEN36v5wNCeBl29XOf5aJRog822z3EpBkKTwtFzflWGGSQ9qPfxIqSDs7cb1s BdSwKuFmZGLxFynV4Hc1P5fqwuqcAnq6Y8tSe1OXeqxcqoPBBvagpU5gMedV70+ncV3S Cz5JqmPK5jjrWV+N8ZMuy7tRNrEoCwsqekmzeIcLPj1roV9UQUGgpnPvqlpNIFIbkXP4 0AxB3OgodWqRWR8664iZHUahDm7sGuQyl5hvYMNkIEhXnl2XdG98W5LXPG3Cwfq7Fqfa Rvug== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :references:in-reply-to:message-id:subject:cc:to:from:date; bh=hZ0FMCOYq7l1UcqxOhgfFW/waG4hzYeo3KNCrfLMMTk=; b=eyQH9fktvEpaOnU/EUVko/+H0UFIwSiXG9ZIviJJRypeD7KBf/EsLex+A1+W1dcf+P QXImCyXnTUHGg+hqbEo/y7fGoxWZzOQW3SDFvdUs1P2ulBrY/tSiuw6Aex3qMhHUG9CI hejtNvPpoj+uWYVU6ge5OfoM/nBvIBPom8btgG7kK/tdbWw8iFas89HjazBwMYGL54gE 3mgRwHaVtJ4UmbohrVbiyawnd7YvPa0R/KgKdjB3z4dMlAyMguFCnd7Ff2fl/Z3i69mx akD+ZMKmYP9nJb6T3YEEOKONWThrqN8zO60qxfqd7sk3OAuYuBPQXnsfki+g6tjfaStj hBCA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id i20si346802ota.82.2020.03.03.19.07.54; Tue, 03 Mar 2020 19:08:07 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2387536AbgCDDHs (ORCPT + 99 others); Tue, 3 Mar 2020 22:07:48 -0500 Received: from mail.kernel.org ([198.145.29.99]:36866 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2387397AbgCDDHs (ORCPT ); Tue, 3 Mar 2020 22:07:48 -0500 Received: from oasis.local.home (cpe-66-24-58-225.stny.res.rr.com [66.24.58.225]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 10C9E20842; Wed, 4 Mar 2020 03:07:46 +0000 (UTC) Date: Tue, 3 Mar 2020 22:07:45 -0500 From: Steven Rostedt To: Luiz Capitulino Cc: linux-kernel@vger.kernel.org, "linux-trace-devel@vger.kernel.org" Subject: Re: [PATCH v2 0/2] trace-cmd record: add --cpu-list option Message-ID: <20200303220745.527c57f2@oasis.local.home> In-Reply-To: <20170103115406.167e508e@redhat.com> References: <1479846052-8020-1-git-send-email-lcapitulino@redhat.com> <20170103113258.17e57d1a@redhat.com> <20170103114530.49053eaa@gandalf.local.home> <20170103115406.167e508e@redhat.com> X-Mailer: Claws Mail 3.17.3 (GTK+ 2.24.32; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Looking through my inbox, I stumbled on this. On Tue, 3 Jan 2017 11:54:06 -0500 Luiz Capitulino wrote: > On Tue, 3 Jan 2017 11:45:30 -0500 > Steven Rostedt wrote: > > > On Tue, 3 Jan 2017 11:32:58 -0500 > > Luiz Capitulino wrote: > > > > > On Tue, 22 Nov 2016 15:20:50 -0500 > > > Luiz Capitulino wrote: > > > > > > > This series adds support for a --cpu-list option, which is > > > > much more human friendly than -M: > > > > > > > > # trace-cmd record --cpu-list 1,4,10-15 [...] > > > > > > > > The first patch is a small refectoring needed to > > > > make --cpu-list support fit nicely. The second patch > > > > adds the new option. > > > > > > ping? > > > > > > > Thanks for the reminder ;-) > > > > I'm going to try to get to this this week, but as this is my first week > > on my new job (not to mention the new year), you may need to ping me > > again. > > I see, no rush then. I hope you really meant that, as I really did need another ping. I think this is a good option to have. I've Cc'd linux-trace-devel, and hopefully we'll get this feature added much sooner than the next 3 years! -- Steve