|
@@ -29,11 +29,12 @@ int vmlinux_path__nr_entries;
|
|
char **vmlinux_path;
|
|
char **vmlinux_path;
|
|
|
|
|
|
struct symbol_conf symbol_conf = {
|
|
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[] = {
|
|
static enum dso_binary_type binary_type_symtab[] = {
|