----- Original Message -----
 Sometimes it is pretty handy to filter timer list by CPUs,
 especially if vmcore was captured on a machine with many cores.
 Grepping "timer" command output is too cumbersome, so let's add
 extra -C switch to it.
 
 Initially, idea belongs to Aaron Tomlin (in CC).
 
 Oleksandr Natalenko (1):
   kernel: add an ability to filter timers by CPUs
 
  help.c   |  4 +++-
  kernel.c | 80
  +++++++++++++++++++++++++++++++++++++++++++++-------------------
  2 files changed, 60 insertions(+), 24 deletions(-)
 
 --
 2.14.3
 
  
Aaron and Oleksandr,
The patch looks good and tests well  -- queued for crash-7.2.1:
  
https://github.com/crash-utility/crash/commit/e2efacdd9b7b229747a78c743b2...
Thanks guys,
  Dave