Re: [PATCH] perf: annotate: make it respect -i option.

2015-04-20 Thread Wang Nan
On 2015/4/2 16:12, Namhyung Kim wrote: > On Thu, Apr 02, 2015 at 06:04:52AM +, Wang Nan wrote: >> There is a bug in perf annotate that it doesn't respect user provided >> '-i'/'--input' option: >> >> # perf record ls >>[ perf record: Woken up 1 times to write data ] >>[ perf record:

Re: [PATCH] perf: annotate: make it respect -i option.

2015-04-20 Thread Wang Nan
On 2015/4/2 16:12, Namhyung Kim wrote: On Thu, Apr 02, 2015 at 06:04:52AM +, Wang Nan wrote: There is a bug in perf annotate that it doesn't respect user provided '-i'/'--input' option: # perf record ls [ perf record: Woken up 1 times to write data ] [ perf record: Captured and

Re: [PATCH] perf: annotate: make it respect -i option.

2015-04-02 Thread Namhyung Kim
On Thu, Apr 02, 2015 at 06:04:52AM +, Wang Nan wrote: > There is a bug in perf annotate that it doesn't respect user provided > '-i'/'--input' option: > > # perf record ls >[ perf record: Woken up 1 times to write data ] >[ perf record: Captured and wrote 0.001 MB perf.data (8

[PATCH] perf: annotate: make it respect -i option.

2015-04-02 Thread Wang Nan
There is a bug in perf annotate that it doesn't respect user provided '-i'/'--input' option: # perf record ls [ perf record: Woken up 1 times to write data ] [ perf record: Captured and wrote 0.001 MB perf.data (8 samples) ] # mv ./perf.data ./perf.data.new # perf annotate -i

Re: [PATCH] perf: annotate: make it respect -i option.

2015-04-02 Thread Namhyung Kim
On Thu, Apr 02, 2015 at 06:04:52AM +, Wang Nan wrote: There is a bug in perf annotate that it doesn't respect user provided '-i'/'--input' option: # perf record ls [ perf record: Woken up 1 times to write data ] [ perf record: Captured and wrote 0.001 MB perf.data (8 samples) ]

[PATCH] perf: annotate: make it respect -i option.

2015-04-02 Thread Wang Nan
There is a bug in perf annotate that it doesn't respect user provided '-i'/'--input' option: # perf record ls [ perf record: Woken up 1 times to write data ] [ perf record: Captured and wrote 0.001 MB perf.data (8 samples) ] # mv ./perf.data ./perf.data.new # perf annotate -i