]> git.baikalelectronics.ru Git - kernel.git/commit
perf evlist: Fix splice_list_tail() not setting evlist
authorAdrian Hunter <adrian.hunter@intel.com>
Tue, 8 Sep 2015 07:58:53 +0000 (10:58 +0300)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Tue, 15 Sep 2015 13:23:17 +0000 (10:23 -0300)
commit918a4a45a292ed8e2e59b70552cc6ab4e774fe40
tree45ee406e9681804526f6b8291d19c3f9de3423c3
parent4606d3326a850832f73db9643be3164f6043c207
perf evlist: Fix splice_list_tail() not setting evlist

Commit 7ec5f41a17ab ("perf evsel: Add a backpointer to the evlist a
evsel is in") updated perf_evlist__add() but not
perf_evlist__splice_list_tail().

This illustrates that it is better if perf_evlist__splice_list_tail()
calls perf_evlist__add() instead of duplicating the logic, so do that.
This will also simplify a subsequent fix for propagating maps.

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-6-git-send-email-adrian.hunter@intel.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/util/evlist.c
tools/perf/util/evlist.h
tools/perf/util/parse-events.c