Re: [PATCH v4 0/5] perf report: Show inline stack

2017-03-16 Thread Jin, Yao
Hi Wolff, Thanks so much for your review comments! I just send out the v5 patch series. The patch series are updated according to your comments. Thanks Jin Yao On 3/14/2017 8:59 PM, Milian Wolff wrote: On Friday, March 3, 2017 11:43:00 AM CET Jin Yao wrote: v4: Remove the options "--inlin

Re: [PATCH v4 0/5] perf report: Show inline stack

2017-03-15 Thread Milian Wolff
On Friday, March 3, 2017 11:43:00 AM CET Jin Yao wrote: > v4: Remove the options "--inline-line" and "--inline-name". Just use > a new option "--inline" to print the inline function information. > The policy is if the inline function name can be resolved then > print the name in priorit

Re: [PATCH v4 0/5] perf report: Show inline stack

2017-03-13 Thread Jin, Yao
Hi, Any comments for this v4 patch series? Thanks Jin Yao On 3/3/2017 6:43 PM, Jin Yao wrote: v4: Remove the options "--inline-line" and "--inline-name". Just use a new option "--inline" to print the inline function information. The policy is if the inline function name can be reso

[PATCH v4 0/5] perf report: Show inline stack

2017-03-02 Thread Jin Yao
v4: Remove the options "--inline-line" and "--inline-name". Just use a new option "--inline" to print the inline function information. The policy is if the inline function name can be resolved then print the name in priority. If the name can't be resolved, then print the source line