perf tools: Remove filter parameter of thread__find_addr_map()
authorAdrian Hunter <adrian.hunter@intel.com>
Thu, 8 Aug 2013 11:32:27 +0000 (14:32 +0300)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Mon, 12 Aug 2013 13:31:12 +0000 (10:31 -0300)
commit326f59bf645ea6c99709c67d9712df46019fa7a8
tree462e4956f64ce38fb123bf253c6da35c2f21dddb
parent61710bdee324aab1c148c8573ee49cea59d05874
perf tools: Remove filter parameter of thread__find_addr_map()

Now that the symbol filter is recorded on the machine there is no need
to pass it to thread__find_addr_map().  So remove it.

Signed-off-by: Adrian Hunter <adrian.hunter@intel.com>
Cc: David Ahern <dsahern@gmail.com>
Cc: Frederic Weisbecker <fweisbec@gmail.com>
Cc: Ingo Molnar <mingo@kernel.org>
Cc: Jiri Olsa <jolsa@redhat.com>
Cc: Mike Galbraith <efault@gmx.de>
Cc: Namhyung Kim <namhyung@gmail.com>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Stephane Eranian <eranian@google.com>
Link: http://lkml.kernel.org/r/1375961547-30267-9-git-send-email-adrian.hunter@intel.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/builtin-inject.c
tools/perf/builtin-script.c
tools/perf/tests/code-reading.c
tools/perf/util/build-id.c
tools/perf/util/event.c
tools/perf/util/thread.h
tools/perf/util/unwind.c