OSDN Git Service

perf machine: No need to have two DSOs lists
authorArnaldo Carvalho de Melo <acme@redhat.com>
Thu, 28 May 2015 16:06:42 +0000 (13:06 -0300)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Fri, 29 May 2015 15:43:43 +0000 (12:43 -0300)
commit3d39ac538629e4f00a6e1c38d46346f1b8e69505
tree91649aa3c3fb8099ed0a1ab5919308c0c42d7a93
parent459ce518d9b563a99faa73aa340b764e0b3fb143
perf machine: No need to have two DSOs lists

We can, given a DSO, figure out if it is a kernel, a kernel module or
a userlevel DSO, so stop having to process two lists in several
functions.

If searching becomes an issue at some point, we can have them in a
rbtree, etc.

Cc: Adrian Hunter <adrian.hunter@intel.com>
Cc: Borislav Petkov <bp@suse.de>
Cc: David Ahern <dsahern@gmail.com>
Cc: Don Zickus <dzickus@redhat.com>
Cc: Frederic Weisbecker <fweisbec@gmail.com>
Cc: Jiri Olsa <jolsa@redhat.com>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Stephane Eranian <eranian@google.com>
Link: http://lkml.kernel.org/n/tip-s4yb0onpdywu6dj2xl9lxi4t@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/tests/hists_common.c
tools/perf/util/build-id.c
tools/perf/util/dso.c
tools/perf/util/header.c
tools/perf/util/machine.c
tools/perf/util/machine.h
tools/perf/util/map.c
tools/perf/util/probe-event.c
tools/perf/util/symbol-elf.c
tools/perf/util/vdso.c