Re: [RFC 0/3] perf tools: Show time info (v1)

2013-12-02 Thread Namhyung Kim
Hi Andi, On Mon, 2 Dec 2013 18:04:48 +0100, Andi Kleen wrote: > On Mon, Dec 02, 2013 at 03:53:16PM +0900, Namhyung Kim wrote: >> Hi, >> >> Sometimes users might want to see time information along with the >> performance result but the perf cannot provide it currently. >> >> In this patchset, I

Re: [RFC 0/3] perf tools: Show time info (v1)

2013-12-02 Thread Namhyung Kim
Hi Pekka, On Mon, 02 Dec 2013 11:35:04 +0200, Pekka Enberg wrote: > On 12/02/2013 08:53 AM, Namhyung Kim wrote: >> Any comments are welcome, thanks > > Reviewed-by: Pekka Enberg > > for the whole series. Thank you very much! Namhyung -- To unsubscribe from this list: send the line "unsubscribe

Re: [RFC 0/3] perf tools: Show time info (v1)

2013-12-02 Thread Andi Kleen
On Mon, Dec 02, 2013 at 03:53:16PM +0900, Namhyung Kim wrote: > Hi, > > Sometimes users might want to see time information along with the > performance result but the perf cannot provide it currently. > > In this patchset, I added such feature using sample->time. When the > perf processes

Re: [RFC 0/3] perf tools: Show time info (v1)

2013-12-02 Thread Pekka Enberg
On 12/02/2013 08:53 AM, Namhyung Kim wrote: Sometimes users might want to see time information along with the performance result but the perf cannot provide it currently. In this patchset, I added such feature using sample->time. When the perf processes sample events, it calculate time info

Re: [RFC 0/3] perf tools: Show time info (v1)

2013-12-02 Thread Pekka Enberg
On 12/02/2013 08:53 AM, Namhyung Kim wrote: Sometimes users might want to see time information along with the performance result but the perf cannot provide it currently. In this patchset, I added such feature using sample-time. When the perf processes sample events, it calculate time info and

Re: [RFC 0/3] perf tools: Show time info (v1)

2013-12-02 Thread Andi Kleen
On Mon, Dec 02, 2013 at 03:53:16PM +0900, Namhyung Kim wrote: Hi, Sometimes users might want to see time information along with the performance result but the perf cannot provide it currently. In this patchset, I added such feature using sample-time. When the perf processes sample

Re: [RFC 0/3] perf tools: Show time info (v1)

2013-12-02 Thread Namhyung Kim
Hi Pekka, On Mon, 02 Dec 2013 11:35:04 +0200, Pekka Enberg wrote: On 12/02/2013 08:53 AM, Namhyung Kim wrote: Any comments are welcome, thanks Reviewed-by: Pekka Enberg penb...@kernel.org for the whole series. Thank you very much! Namhyung -- To unsubscribe from this list: send the line

Re: [RFC 0/3] perf tools: Show time info (v1)

2013-12-02 Thread Namhyung Kim
Hi Andi, On Mon, 2 Dec 2013 18:04:48 +0100, Andi Kleen wrote: On Mon, Dec 02, 2013 at 03:53:16PM +0900, Namhyung Kim wrote: Hi, Sometimes users might want to see time information along with the performance result but the perf cannot provide it currently. In this patchset, I added such

[RFC 0/3] perf tools: Show time info (v1)

2013-12-01 Thread Namhyung Kim
Hi, Sometimes users might want to see time information along with the performance result but the perf cannot provide it currently. In this patchset, I added such feature using sample->time. When the perf processes sample events, it calculate time info and update last timestamp. It keeps the

[RFC 0/3] perf tools: Show time info (v1)

2013-12-01 Thread Namhyung Kim
Hi, Sometimes users might want to see time information along with the performance result but the perf cannot provide it currently. In this patchset, I added such feature using sample-time. When the perf processes sample events, it calculate time info and update last timestamp. It keeps the