Re: [RFC 0/5] perf: Create hist_entry groups

2014-04-21 Thread Don Zickus
On Wed, Apr 16, 2014 at 05:29:09PM +0900, Namhyung Kim wrote: > Hi Don, > > On Tue, 15 Apr 2014 12:08:41 -0400, Don Zickus wrote: > > On Tue, Apr 15, 2014 at 12:01:50PM +0900, Namhyung Kim wrote: > >> Hi Don, > >> > >> On Thu, 10 Apr 2014 16:10:56 -0400, Don Zickus wrote: > >> > This patchset cre

Re: [RFC 0/5] perf: Create hist_entry groups

2014-04-16 Thread Namhyung Kim
Hi Don, On Tue, 15 Apr 2014 12:08:41 -0400, Don Zickus wrote: > On Tue, Apr 15, 2014 at 12:01:50PM +0900, Namhyung Kim wrote: >> Hi Don, >> >> On Thu, 10 Apr 2014 16:10:56 -0400, Don Zickus wrote: >> > This patchset creates a new layer of hist entry objects called >> > hist_entry_groups. The pur

Re: [RFC 0/5] perf: Create hist_entry groups

2014-04-15 Thread Don Zickus
On Tue, Apr 15, 2014 at 12:01:50PM +0900, Namhyung Kim wrote: > Hi Don, > > On Thu, 10 Apr 2014 16:10:56 -0400, Don Zickus wrote: > > This patchset creates a new layer of hist entry objects called > > hist_entry_groups. The purpose is to help organize the hist_entries > > into groups before sorti

Re: [RFC 0/5] perf: Create hist_entry groups

2014-04-15 Thread Namhyung Kim
Hi Jiri, On Tue, Apr 15, 2014 at 6:40 PM, Jiri Olsa wrote: > On Tue, Apr 15, 2014 at 12:01:50PM +0900, Namhyung Kim wrote: >> Another one I'd like to introduce is somewhat similar to your work. >> It's called hierarchy view and groups each entries according to sort >> keys [2]. But it only suppo

Re: [RFC 0/5] perf: Create hist_entry groups

2014-04-15 Thread Jiri Olsa
On Tue, Apr 15, 2014 at 12:01:50PM +0900, Namhyung Kim wrote: > Hi Don, > SBIP > > Another one I'd like to introduce is somewhat similar to your work. > It's called hierarchy view and groups each entries according to sort > keys [2]. But it only supported --gtk output at that time (in order no

Re: [RFC 0/5] perf: Create hist_entry groups

2014-04-14 Thread Namhyung Kim
Hi Don, On Thu, 10 Apr 2014 16:10:56 -0400, Don Zickus wrote: > This patchset creates a new layer of hist entry objects called > hist_entry_groups. The purpose is to help organize the hist_entries > into groups before sorting them. As a result you can gain a > new perspective on the data by orga

[RFC 0/5] perf: Create hist_entry groups

2014-04-10 Thread Don Zickus
This patchset creates a new layer of hist entry objects called hist_entry_groups. The purpose is to help organize the hist_entries into groups before sorting them. As a result you can gain a new perspective on the data by organizing the groups into cpu, pid or cacheline. See patch 5 for sample o