mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
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>
This commit is contained in:
parent
c79c809197
commit
be39db9f29
21 changed files with 141 additions and 202 deletions
|
@ -1077,7 +1077,7 @@ static int symbol__parse_objdump_line(struct symbol *sym, struct map *map,
|
|||
.addr = dl->ops.target.addr,
|
||||
};
|
||||
|
||||
if (!map_groups__find_ams(&target, NULL) &&
|
||||
if (!map_groups__find_ams(&target) &&
|
||||
target.sym->start == target.al_addr)
|
||||
dl->ops.target.name = strdup(target.sym->name);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue