]> git.baikalelectronics.ru Git - kernel.git/commit
perf evlist: Factor out a function to propagate maps for a single evsel
authorAdrian Hunter <adrian.hunter@intel.com>
Tue, 8 Sep 2015 07:58:58 +0000 (10:58 +0300)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Tue, 15 Sep 2015 13:54:04 +0000 (10:54 -0300)
commit5a8ef936f28c7d0e3cfc40135d67c292ac534615
treea74c082979be15860abd38197c55a5e5a18edff2
parentbdf30d792657257a1ab6ee39a6c1f0f0e957dd61
perf evlist: Factor out a function to propagate maps for a single evsel

Subsequent fixes will need a function that just propagates maps for a
single evsel so factor it out.

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-11-git-send-email-adrian.hunter@intel.com
[ Moved them to before perf_evlist__add() to avoid having to move it in the next patch ]
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/util/evlist.c