-
- Downloads
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>
Showing
- tools/perf/builtin-inject.c 1 addition, 1 deletiontools/perf/builtin-inject.c
- tools/perf/builtin-script.c 2 additions, 2 deletionstools/perf/builtin-script.c
- tools/perf/tests/code-reading.c 1 addition, 1 deletiontools/perf/tests/code-reading.c
- tools/perf/util/build-id.c 1 addition, 1 deletiontools/perf/util/build-id.c
- tools/perf/util/event.c 4 additions, 5 deletionstools/perf/util/event.c
- tools/perf/util/thread.h 1 addition, 1 deletiontools/perf/util/thread.h
- tools/perf/util/unwind.c 2 additions, 2 deletionstools/perf/util/unwind.c
Loading
Please register or sign in to comment