[PATCH] perf, tools, script: Always print raw IP

2015-03-06 Thread Andi Kleen
From: Andi Kleen Fix regression caused by 85c116a6cb We did not print the IP anymore for perf script -o ip, but instead symbol+offset, and if there was no symbol only +offset. Print the raw IP correctly again in this case. Reported-by: Yuanfang Chen Cc: Yuanfang Chen Signed-off-by: Andi

[PATCH] perf, tools, script: Always print raw IP

2015-03-06 Thread Andi Kleen
From: Andi Kleen a...@linux.intel.com Fix regression caused by 85c116a6cb We did not print the IP anymore for perf script -o ip, but instead symbol+offset, and if there was no symbol only +offset. Print the raw IP correctly again in this case. Reported-by: Yuanfang Chen cyf...@gmail.com Cc: