mirror of
https://github.com/torvalds/linux.git
synced 2024-11-29 23:51:37 +00:00
perf test vmlinux: Remove dead symbol_filter_t code
We don't need to initialize that area as we're not using it afterwards, leftover, ditch 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-jb2un8buy4rqawz73mcdm1sn@git.kernel.org Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
This commit is contained in:
parent
0890e97c20
commit
c79c809197
@ -8,14 +8,6 @@
|
|||||||
#include "debug.h"
|
#include "debug.h"
|
||||||
#include "machine.h"
|
#include "machine.h"
|
||||||
|
|
||||||
static int vmlinux_matches_kallsyms_filter(struct map *map __maybe_unused,
|
|
||||||
struct symbol *sym)
|
|
||||||
{
|
|
||||||
bool *visited = symbol__priv(sym);
|
|
||||||
*visited = true;
|
|
||||||
return 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
#define UM(x) kallsyms_map->unmap_ip(kallsyms_map, (x))
|
#define UM(x) kallsyms_map->unmap_ip(kallsyms_map, (x))
|
||||||
|
|
||||||
int test__vmlinux_matches_kallsyms(int subtest __maybe_unused)
|
int test__vmlinux_matches_kallsyms(int subtest __maybe_unused)
|
||||||
@ -100,8 +92,7 @@ int test__vmlinux_matches_kallsyms(int subtest __maybe_unused)
|
|||||||
* maps__reloc_vmlinux will notice and set proper ->[un]map_ip routines
|
* maps__reloc_vmlinux will notice and set proper ->[un]map_ip routines
|
||||||
* to fixup the symbols.
|
* to fixup the symbols.
|
||||||
*/
|
*/
|
||||||
if (machine__load_vmlinux_path(&vmlinux, type,
|
if (machine__load_vmlinux_path(&vmlinux, type, NULL) <= 0) {
|
||||||
vmlinux_matches_kallsyms_filter) <= 0) {
|
|
||||||
pr_debug("Couldn't find a vmlinux that matches the kernel running on this machine, skipping test\n");
|
pr_debug("Couldn't find a vmlinux that matches the kernel running on this machine, skipping test\n");
|
||||||
err = TEST_SKIP;
|
err = TEST_SKIP;
|
||||||
goto out;
|
goto out;
|
||||||
|
Loading…
Reference in New Issue
Block a user