diff options
Diffstat (limited to 'tools/perf/util/symbol.c')
| -rw-r--r-- | tools/perf/util/symbol.c | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/perf/util/symbol.c b/tools/perf/util/symbol.c index 469c0264ed2..245e60d6b4e 100644 --- a/tools/perf/util/symbol.c +++ b/tools/perf/util/symbol.c @@ -46,6 +46,8 @@ struct symbol_conf symbol_conf = {  	.exclude_other	  = true,  	.use_modules	  = true,  	.try_vmlinux_path = true, +	.annotate_asm_raw = true, +	.annotate_src	  = true,  	.symfs            = "",  };  |