Re: [PATCHSET 0/3] perf diff: Introduce delta-abs compute method

2017-02-09 Thread Namhyung Kim
Hi Arnaldo, On Tue, Feb 07, 2017 at 01:02:14PM -0300, Arnaldo Carvalho de Melo wrote: > Em Mon, Feb 06, 2017 at 11:26:16PM +0900, Namhyung Kim escreveu: > > Hi Arnaldo, > > > > On Mon, Feb 06, 2017 at 09:51:49AM -0300, Arnaldo Carvalho de Melo wrote: > > > Em Mon, Feb 06, 2017 at 04:20:34PM

Re: [PATCHSET 0/3] perf diff: Introduce delta-abs compute method

2017-02-09 Thread Namhyung Kim
Hi Arnaldo, On Tue, Feb 07, 2017 at 01:02:14PM -0300, Arnaldo Carvalho de Melo wrote: > Em Mon, Feb 06, 2017 at 11:26:16PM +0900, Namhyung Kim escreveu: > > Hi Arnaldo, > > > > On Mon, Feb 06, 2017 at 09:51:49AM -0300, Arnaldo Carvalho de Melo wrote: > > > Em Mon, Feb 06, 2017 at 04:20:34PM

Re: [PATCHSET 0/3] perf diff: Introduce delta-abs compute method

2017-02-07 Thread Arnaldo Carvalho de Melo
Em Mon, Feb 06, 2017 at 11:26:16PM +0900, Namhyung Kim escreveu: > Hi Arnaldo, > > On Mon, Feb 06, 2017 at 09:51:49AM -0300, Arnaldo Carvalho de Melo wrote: > > Em Mon, Feb 06, 2017 at 04:20:34PM +0900, Namhyung Kim escreveu: > > I agree on having the default changed to 'delta-abs', Ingo? >

Re: [PATCHSET 0/3] perf diff: Introduce delta-abs compute method

2017-02-07 Thread Arnaldo Carvalho de Melo
Em Mon, Feb 06, 2017 at 11:26:16PM +0900, Namhyung Kim escreveu: > Hi Arnaldo, > > On Mon, Feb 06, 2017 at 09:51:49AM -0300, Arnaldo Carvalho de Melo wrote: > > Em Mon, Feb 06, 2017 at 04:20:34PM +0900, Namhyung Kim escreveu: > > I agree on having the default changed to 'delta-abs', Ingo? >

Re: [PATCHSET 0/3] perf diff: Introduce delta-abs compute method

2017-02-06 Thread Namhyung Kim
Hi Arnaldo, On Mon, Feb 06, 2017 at 09:51:49AM -0300, Arnaldo Carvalho de Melo wrote: > Em Mon, Feb 06, 2017 at 04:20:34PM +0900, Namhyung Kim escreveu: > > Hello, > > > > This patchset adds 'delta-abs' compute method to -c/--compute option. > > The 'delta-abs' is same as 'delta' but shows

Re: [PATCHSET 0/3] perf diff: Introduce delta-abs compute method

2017-02-06 Thread Namhyung Kim
Hi Arnaldo, On Mon, Feb 06, 2017 at 09:51:49AM -0300, Arnaldo Carvalho de Melo wrote: > Em Mon, Feb 06, 2017 at 04:20:34PM +0900, Namhyung Kim escreveu: > > Hello, > > > > This patchset adds 'delta-abs' compute method to -c/--compute option. > > The 'delta-abs' is same as 'delta' but shows

Re: [PATCHSET 0/3] perf diff: Introduce delta-abs compute method

2017-02-06 Thread Arnaldo Carvalho de Melo
Em Mon, Feb 06, 2017 at 10:44:03PM +0900, Namhyung Kim escreveu: > On Mon, Feb 06, 2017 at 11:26:17AM +0100, Jiri Olsa wrote: > > On Mon, Feb 06, 2017 at 04:20:34PM +0900, Namhyung Kim wrote: > > > Namhyung Kim (3): > > > perf diff: Add 'delta-abs' compute method > > > perf diff: Add

Re: [PATCHSET 0/3] perf diff: Introduce delta-abs compute method

2017-02-06 Thread Arnaldo Carvalho de Melo
Em Mon, Feb 06, 2017 at 10:44:03PM +0900, Namhyung Kim escreveu: > On Mon, Feb 06, 2017 at 11:26:17AM +0100, Jiri Olsa wrote: > > On Mon, Feb 06, 2017 at 04:20:34PM +0900, Namhyung Kim wrote: > > > Namhyung Kim (3): > > > perf diff: Add 'delta-abs' compute method > > > perf diff: Add

Re: [PATCHSET 0/3] perf diff: Introduce delta-abs compute method

2017-02-06 Thread Namhyung Kim
On Mon, Feb 06, 2017 at 11:26:17AM +0100, Jiri Olsa wrote: > On Mon, Feb 06, 2017 at 04:20:34PM +0900, Namhyung Kim wrote: > > SNIP > > > > > git://git.kernel.org/pub/scm/linux/kernel/git/namhyung/linux-perf.git > > > > Thanks, > > Namhyung > > > > > > Namhyung Kim (3): > > perf diff:

Re: [PATCHSET 0/3] perf diff: Introduce delta-abs compute method

2017-02-06 Thread Namhyung Kim
On Mon, Feb 06, 2017 at 11:26:17AM +0100, Jiri Olsa wrote: > On Mon, Feb 06, 2017 at 04:20:34PM +0900, Namhyung Kim wrote: > > SNIP > > > > > git://git.kernel.org/pub/scm/linux/kernel/git/namhyung/linux-perf.git > > > > Thanks, > > Namhyung > > > > > > Namhyung Kim (3): > > perf diff:

Re: [PATCHSET 0/3] perf diff: Introduce delta-abs compute method

2017-02-06 Thread Arnaldo Carvalho de Melo
Em Mon, Feb 06, 2017 at 04:20:34PM +0900, Namhyung Kim escreveu: > Hello, > > This patchset adds 'delta-abs' compute method to -c/--compute option. > The 'delta-abs' is same as 'delta' but shows entries with bigger > absolute delta first instead of sorting numerically. This is only > useful

Re: [PATCHSET 0/3] perf diff: Introduce delta-abs compute method

2017-02-06 Thread Arnaldo Carvalho de Melo
Em Mon, Feb 06, 2017 at 04:20:34PM +0900, Namhyung Kim escreveu: > Hello, > > This patchset adds 'delta-abs' compute method to -c/--compute option. > The 'delta-abs' is same as 'delta' but shows entries with bigger > absolute delta first instead of sorting numerically. This is only > useful

Re: [PATCHSET 0/3] perf diff: Introduce delta-abs compute method

2017-02-06 Thread Jiri Olsa
On Mon, Feb 06, 2017 at 04:20:34PM +0900, Namhyung Kim wrote: SNIP > > git://git.kernel.org/pub/scm/linux/kernel/git/namhyung/linux-perf.git > > Thanks, > Namhyung > > > Namhyung Kim (3): > perf diff: Add 'delta-abs' compute method > perf diff: Add diff.order config option > perf

Re: [PATCHSET 0/3] perf diff: Introduce delta-abs compute method

2017-02-06 Thread Jiri Olsa
On Mon, Feb 06, 2017 at 04:20:34PM +0900, Namhyung Kim wrote: SNIP > > git://git.kernel.org/pub/scm/linux/kernel/git/namhyung/linux-perf.git > > Thanks, > Namhyung > > > Namhyung Kim (3): > perf diff: Add 'delta-abs' compute method > perf diff: Add diff.order config option > perf

[PATCHSET 0/3] perf diff: Introduce delta-abs compute method

2017-02-05 Thread Namhyung Kim
Hello, This patchset adds 'delta-abs' compute method to -c/--compute option. The 'delta-abs' is same as 'delta' but shows entries with bigger absolute delta first instead of sorting numerically. This is only useful together with -o option. Below is default output (-c delta): $ perf diff -o 1

[PATCHSET 0/3] perf diff: Introduce delta-abs compute method

2017-02-05 Thread Namhyung Kim
Hello, This patchset adds 'delta-abs' compute method to -c/--compute option. The 'delta-abs' is same as 'delta' but shows entries with bigger absolute delta first instead of sorting numerically. This is only useful together with -o option. Below is default output (-c delta): $ perf diff -o 1