Re: [PATCHSET 0/4] perf diff: Introduce delta-abs compute method (v2)

2017-02-10 Thread Ingo Molnar
* Namhyung Kim wrote: > > Would it be possible to flip over the default to the 'most useful' options, > > and > > see whether anyone complains? > > The patch 4 makes it default. /me must be blind! Yes, looks really nice that way. Thanks, Ingo

Re: [PATCHSET 0/4] perf diff: Introduce delta-abs compute method (v2)

2017-02-10 Thread Ingo Molnar
* Namhyung Kim wrote: > > Would it be possible to flip over the default to the 'most useful' options, > > and > > see whether anyone complains? > > The patch 4 makes it default. /me must be blind! Yes, looks really nice that way. Thanks, Ingo

Re: [PATCHSET 0/4] perf diff: Introduce delta-abs compute method (v2)

2017-02-10 Thread Namhyung Kim
Hi Ingo, On Fri, Feb 10, 2017 at 08:41:11AM +0100, Ingo Molnar wrote: > > * Namhyung Kim wrote: > > > 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

Re: [PATCHSET 0/4] perf diff: Introduce delta-abs compute method (v2)

2017-02-10 Thread Namhyung Kim
Hi Ingo, On Fri, Feb 10, 2017 at 08:41:11AM +0100, Ingo Molnar wrote: > > * Namhyung Kim wrote: > > > 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

Re: [PATCHSET 0/4] perf diff: Introduce delta-abs compute method (v2)

2017-02-09 Thread Ingo Molnar
* Namhyung Kim wrote: > 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

Re: [PATCHSET 0/4] perf diff: Introduce delta-abs compute method (v2)

2017-02-09 Thread Ingo Molnar
* Namhyung Kim wrote: > 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. > > * v2 changes

[PATCHSET 0/4] perf diff: Introduce delta-abs compute method (v2)

2017-02-09 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. * v2 changes - rebase onto acme/perf/core - change

[PATCHSET 0/4] perf diff: Introduce delta-abs compute method (v2)

2017-02-09 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. * v2 changes - rebase onto acme/perf/core - change