OSDN Git Service

Merge tag 'pm+acpi-3.16-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael...
[sagit-ice-cold/kernel_xiaomi_msm8998.git] / tools / perf / util / symbol.c
index 95e2497..7b9096f 100644 (file)
@@ -29,11 +29,12 @@ int vmlinux_path__nr_entries;
 char **vmlinux_path;
 
 struct symbol_conf symbol_conf = {
-       .use_modules      = true,
-       .try_vmlinux_path = true,
-       .annotate_src     = true,
-       .demangle         = true,
-       .symfs            = "",
+       .use_modules            = true,
+       .try_vmlinux_path       = true,
+       .annotate_src           = true,
+       .demangle               = true,
+       .cumulate_callchain     = true,
+       .symfs                  = "",
 };
 
 static enum dso_binary_type binary_type_symtab[] = {