[PATCH] Fixed issue in perf annotate with unescaped spaces

2017-05-05 Thread Adam Stylinski
Perf annotate was calling both objdump and grep with arguments that didn't escape spaces, causing perf annotate to fail on DSOs which had spaces in their paths. This wraps those arguments in quotes. ---  tools/perf/util/annotate.c | 2 +-  1 file changed, 1 insertion(+), 1 deletion(-) diff

[PATCH] Fixed issue in perf annotate with unescaped spaces

2017-05-05 Thread Adam Stylinski
Perf annotate was calling both objdump and grep with arguments that didn't escape spaces, causing perf annotate to fail on DSOs which had spaces in their paths. This wraps those arguments in quotes. ---  tools/perf/util/annotate.c | 2 +-  1 file changed, 1 insertion(+), 1 deletion(-) diff