Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S941232AbcJSORr (ORCPT ); Wed, 19 Oct 2016 10:17:47 -0400 Received: from mx1.redhat.com ([209.132.183.28]:60154 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S938863AbcJSORn (ORCPT ); Wed, 19 Oct 2016 10:17:43 -0400 Date: Wed, 19 Oct 2016 09:58:06 -0400 From: Luiz Capitulino To: Steven Rostedt Cc: linux-kernel@vger.kernel.org Subject: Re: [PATCH 0/3] trace-cmd record: add --cpu-list option Message-ID: <20161019095806.100a5e63@redhat.com> In-Reply-To: <20161019095523.477245c2@gandalf.local.home> References: <1475858831-32687-1-git-send-email-lcapitulino@redhat.com> <20161019093023.43535cc3@redhat.com> <20161019095523.477245c2@gandalf.local.home> Organization: Red Hat MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.30]); Wed, 19 Oct 2016 13:58:07 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 745 Lines: 24 On Wed, 19 Oct 2016 09:55:23 -0400 Steven Rostedt wrote: > On Wed, 19 Oct 2016 09:30:23 -0400 > Luiz Capitulino wrote: > > > On Fri, 7 Oct 2016 12:47:08 -0400 > > 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 two patches are refactorings needed to make > > > --cpu-list support fit nicely. The third patch adds the > > > new option. > > > > ping? > > It's in the todo list, just need to work on some other things first. > Thanks for the reminder though. Ah, OK. I was afraid it got lost.