public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] trace-cmd record: add --cpu-list option
@ 2016-10-07 16:47 Luiz Capitulino
  2016-10-07 16:47 ` [PATCH 1/3] cpu.h: use standard types instead of glib's Luiz Capitulino
                   ` (3 more replies)
  0 siblings, 4 replies; 14+ messages in thread
From: Luiz Capitulino @ 2016-10-07 16:47 UTC (permalink / raw)
  To: rostedt; +Cc: linux-kernel

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.

Luiz Capitulino (3):
  cpu.h: use standard types instead of glib's
  trace-cmd record: refactor set_mask()
  trace-cmd record: add --cpu-list option

 Documentation/trace-cmd-record.1.txt |   4 +
 cpu.h                                |  47 +++++----
 trace-local.h                        |   2 +-
 trace-record.c                       | 191 +++++++++++++++++++++++++++++++----
 4 files changed, 201 insertions(+), 43 deletions(-)

-- 
2.5.5

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

end of thread, other threads:[~2016-11-16 14:09 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-07 16:47 [PATCH 0/3] trace-cmd record: add --cpu-list option Luiz Capitulino
2016-10-07 16:47 ` [PATCH 1/3] cpu.h: use standard types instead of glib's Luiz Capitulino
2016-10-07 16:47 ` [PATCH 2/3] trace-cmd record: refactor set_mask() Luiz Capitulino
2016-10-07 16:47 ` [PATCH 3/3] trace-cmd record: add --cpu-list option Luiz Capitulino
2016-10-28 19:49   ` Steven Rostedt
2016-10-28 19:50     ` Steven Rostedt
2016-10-28 21:15       ` Luiz Capitulino
2016-10-28 21:39         ` Steven Rostedt
2016-10-28 21:14     ` Luiz Capitulino
2016-11-15 21:38       ` Steven Rostedt
2016-11-16 14:09         ` Luiz Capitulino
2016-10-19 13:30 ` [PATCH 0/3] " Luiz Capitulino
2016-10-19 13:55   ` Steven Rostedt
2016-10-19 13:58     ` Luiz Capitulino

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox