From: Luiz Capitulino <lcapitulino@redhat.com>
To: rostedt@goodmis.org
Cc: linux-kernel@vger.kernel.org
Subject: Re: [PATCH v2 0/2] trace-cmd record: add --cpu-list option
Date: Tue, 3 Jan 2017 11:32:58 -0500 [thread overview]
Message-ID: <20170103113258.17e57d1a@redhat.com> (raw)
In-Reply-To: <1479846052-8020-1-git-send-email-lcapitulino@redhat.com>
On Tue, 22 Nov 2016 15:20:50 -0500
Luiz Capitulino <lcapitulino@redhat.com> 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(-)
>
next prev parent reply other threads:[~2017-01-03 16:35 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-11-22 20:20 Luiz Capitulino
2016-11-22 20:20 ` [PATCH 1/2] trace-cmd record: refactor set_mask() Luiz Capitulino
2016-11-22 20:20 ` [PATCH 2/2] trace-cmd record: add --cpu-list option Luiz Capitulino
2017-01-03 16:32 ` Luiz Capitulino [this message]
2017-01-03 16:45 ` [PATCH v2 0/2] " Steven Rostedt
2017-01-03 16:54 ` Luiz Capitulino
2020-03-04 3:07 ` Steven Rostedt
2020-03-04 18:19 ` Luiz Capitulino
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=20170103113258.17e57d1a@redhat.com \
--to=lcapitulino@redhat.com \
--cc=linux-kernel@vger.kernel.org \
--cc=rostedt@goodmis.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome