All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] trace-cmd record: add --cpu-list option
@ 2016-11-22 20:20 Luiz Capitulino
  2016-11-22 20:20 ` [PATCH 1/2] trace-cmd record: refactor set_mask() Luiz Capitulino
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Luiz Capitulino @ 2016-11-22 20:20 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 patch is a small refectoring needed to
make --cpu-list support fit nicely. The second patch
adds the new option.

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(-)

-- 
2.5.5

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

end of thread, other threads:[~2020-03-04 18:19 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-11-22 20:20 [PATCH v2 0/2] trace-cmd record: add --cpu-list option 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 ` [PATCH v2 0/2] " Luiz Capitulino
2017-01-03 16:45   ` Steven Rostedt
2017-01-03 16:54     ` Luiz Capitulino
2020-03-04  3:07       ` Steven Rostedt
2020-03-04 18:19         ` Luiz Capitulino

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.