perf evlist: Simplify propagate_maps() logic
authorAdrian Hunter <adrian.hunter@intel.com>
Tue, 8 Sep 2015 07:58:49 +0000 (10:58 +0300)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Tue, 15 Sep 2015 13:08:22 +0000 (10:08 -0300)
commita69b09e2342a9c144b0291b9aeb849ab7d5843bf
tree271faf685e2a652aa4b2669e9ffa47832df20ceb
parentbd315aab8a3ab1bc7074774b89a5d8ec7c1ff7ab
perf evlist: Simplify propagate_maps() logic

If evsel->cpus is to be reassigned then the current value must be "put",
which works even if it is NULL.  Simplify the current logic by moving
the "put" next to the assignment.

Signed-off-by: Adrian Hunter <adrian.hunter@intel.com>
Acked-by: Jiri Olsa <jolsa@kernel.org>
Cc: Kan Liang <kan.liang@intel.com>
Link: http://lkml.kernel.org/r/1441699142-18905-2-git-send-email-adrian.hunter@intel.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/util/evlist.c