diff options
author | Arnaldo Carvalho de Melo <acme@redhat.com> | 2016-09-01 18:25:52 -0400 |
---|---|---|
committer | Arnaldo Carvalho de Melo <acme@redhat.com> | 2016-09-05 10:14:50 -0400 |
commit | be39db9f2932f0ce4e116c71ba5ae2b542e536a7 (patch) | |
tree | ea3887e9487c3c3955657af77988b563b0fd9039 /tools/perf/util/intel-bts.c | |
parent | c79c809197bf4faaf109d1a7bdc27ecedac375de (diff) |
perf symbols: Remove symbol_filter_t machinery
We're not using it anymore, few users were, but we really could do
without it, simplify lots of functions by removing it.
Cc: Adrian Hunter <adrian.hunter@intel.com>
Cc: David Ahern <dsahern@gmail.com>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Masami Hiramatsu <mhiramat@kernel.org>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Wang Nan <wangnan0@huawei.com>
Link: http://lkml.kernel.org/n/tip-1zng8wdznn00iiz08bb7q3vn@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools/perf/util/intel-bts.c')
-rw-r--r-- | tools/perf/util/intel-bts.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/util/intel-bts.c b/tools/perf/util/intel-bts.c index 240b095eddba..f545ec1e758a 100644 --- a/tools/perf/util/intel-bts.c +++ b/tools/perf/util/intel-bts.c | |||
@@ -346,7 +346,7 @@ static int intel_bts_get_next_insn(struct intel_bts_queue *btsq, u64 ip) | |||
346 | goto out_put; | 346 | goto out_put; |
347 | 347 | ||
348 | /* Load maps to ensure dso->is_64_bit has been updated */ | 348 | /* Load maps to ensure dso->is_64_bit has been updated */ |
349 | map__load(al.map, NULL); | 349 | map__load(al.map); |
350 | 350 | ||
351 | x86_64 = al.map->dso->is_64_bit; | 351 | x86_64 = al.map->dso->is_64_bit; |
352 | 352 | ||