From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759632AbdACQf6 (ORCPT ); Tue, 3 Jan 2017 11:35:58 -0500 Received: from mx1.redhat.com ([209.132.183.28]:47544 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1759462AbdACQed (ORCPT ); Tue, 3 Jan 2017 11:34:33 -0500 Date: Tue, 3 Jan 2017 11:32:58 -0500 From: Luiz Capitulino To: rostedt@goodmis.org Cc: linux-kernel@vger.kernel.org Subject: Re: [PATCH v2 0/2] trace-cmd record: add --cpu-list option Message-ID: <20170103113258.17e57d1a@redhat.com> In-Reply-To: <1479846052-8020-1-git-send-email-lcapitulino@redhat.com> References: <1479846052-8020-1-git-send-email-lcapitulino@redhat.com> 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.39]); Tue, 03 Jan 2017 16:33:01 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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? > > v2 > -- > > - Use the CPU_SET() API instead of cpu.h, which > makes the cpumask dynamic and avoid various bugs > - Small cleanups and renamings > > Luiz Capitulino (2): > trace-cmd record: refactor set_mask() > trace-cmd record: add --cpu-list option > > Documentation/trace-cmd-record.1.txt | 4 + > trace-local.h | 2 +- > trace-record.c | 258 ++++++++++++++++++++++++++++++++--- > 3 files changed, 245 insertions(+), 19 deletions(-) >