commit | 47fbe53bef3b219a365ebf3eca949d6cd4c5291c | [log] [tgz] |
---|---|---|
author | David Ahern <dsahern@gmail.com> | Sun Nov 13 10:45:27 2011 -0700 |
committer | Arnaldo Carvalho de Melo <acme@redhat.com> | Wed Nov 16 10:02:26 2011 -0200 |
tree | d6403822660bed73283d781ca848fca2d6535ff6 | |
parent | 0e2a5f10fb550835e199a3b56a80ed88232188e9 [diff] |
perf session: Fix crash with invalid CPU list commit 5d67be9 added the option to specify a range of CPUs of interest, but does not catch an invalid CPU list: $ perf script -c foo Segmentation fault (core dumped) Cc: Anton Blanchard <anton@samba.org> Link: http://lkml.kernel.org/r/1321206327-5881-1-git-send-email-dsahern@gmail.com Signed-off-by: David Ahern <dsahern@gmail.com> Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>