commit | 0e5ffb317d7f861c309b0ab679ed2f59e9f72adf | [log] [tgz] |
---|---|---|
author | Jiri Olsa <jolsa@kernel.org> | Tue Jul 21 14:31:29 2015 +0200 |
committer | Arnaldo Carvalho de Melo <acme@redhat.com> | Tue Jul 21 14:34:07 2015 -0300 |
tree | 26acf79c3849246b914d22f10461b099e64ca03f | |
parent | 52361ff093c807464f5a32a587a370b360bd399a [diff] |
perf evlist: Tolerate NULL maps in propagate_maps Tolerating NULL maps in perf_evlist__propagate_maps, so we dont need to pass evlist with both cpus and threads maps defined. Signed-off-by: Jiri Olsa <jolsa@kernel.org> Cc: David Ahern <dsahern@gmail.com> Cc: Namhyung Kim <namhyung@kernel.org> Cc: Peter Zijlstra <a.p.zijlstra@chello.nl> Link: http://lkml.kernel.org/r/1437481927-29538-10-git-send-email-jolsa@kernel.org Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>