]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit31e0070a1c1aa8f0e4d8f809c4ebd2d476adef0a
tree271faf685e2a652aa4b2669e9ffa47832df20ceb
parente53826dce538473275d9c8ebaa1f2d6eb307781e
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