Merge tag 'ktest-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux...
[linux-2.6-microblaze.git] / tools / perf / builtin-kallsyms.c
index 3751df7..7f75c5b 100644 (file)
@@ -62,7 +62,6 @@ int cmd_kallsyms(int argc, const char **argv)
        if (argc < 1)
                usage_with_options(kallsyms_usage, options);
 
-       symbol_conf.sort_by_name = true;
        symbol_conf.try_vmlinux_path = (symbol_conf.vmlinux_name == NULL);
        if (symbol__init(NULL) < 0)
                return -1;