Re: [PATCH 0/5] perf kvm live - latest round take 4

2013-08-06 Thread David Ahern

On 8/6/13 1:45 AM, Xiao Guangrong wrote:

On 08/06/2013 09:41 AM, David Ahern wrote:

Hi Arnaldo:

This round addresses all of Xiao's comments. It also includes a small
change in the live mode introduction to improve ordered samples
processing. For that a change in perf-session functions is needed.


Reviewed-by: Xiao Guangrong 

David, could you please update the documentation? It can be a separate
patch.


Yes. I completely forgot. Take care of that later today.

David

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH 0/5] perf kvm live - latest round take 4

2013-08-06 Thread David Ahern

On 8/6/13 1:45 AM, Xiao Guangrong wrote:

On 08/06/2013 09:41 AM, David Ahern wrote:

Hi Arnaldo:

This round addresses all of Xiao's comments. It also includes a small
change in the live mode introduction to improve ordered samples
processing. For that a change in perf-session functions is needed.


Reviewed-by: Xiao Guangrong xiaoguangr...@linux.vnet.ibm.com

David, could you please update the documentation? It can be a separate
patch.


Yes. I completely forgot. Take care of that later today.

David

--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH 0/5] perf kvm live - latest round take 4

2013-08-05 Thread Xiao Guangrong
On 08/06/2013 09:41 AM, David Ahern wrote:
> Hi Arnaldo:
> 
> This round addresses all of Xiao's comments. It also includes a small
> change in the live mode introduction to improve ordered samples
> processing. For that a change in perf-session functions is needed.

Reviewed-by: Xiao Guangrong 

David, could you please update the documentation? It can be a separate
patch.

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[PATCH 0/5] perf kvm live - latest round take 4

2013-08-05 Thread David Ahern
Hi Arnaldo:

This round addresses all of Xiao's comments. It also includes a small
change in the live mode introduction to improve ordered samples
processing. For that a change in perf-session functions is needed.

David Ahern (5):
  perf session: Export queue_event function
  perf kvm: add live mode - v4
  perf kvm: add min and max stats to display - v2
  perf kvm: option to print events that exceed a threshold
  perf kvm stat report: Add option to analyze specific VM

 tools/perf/builtin-kvm.c  |  725 +++--
 tools/perf/perf.h |3 +
 tools/perf/util/session.c |   10 +-
 tools/perf/util/session.h |6 +-
 4 files changed, 708 insertions(+), 36 deletions(-)

-- 
1.7.10.1

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[PATCH 0/5] perf kvm live - latest round take 4

2013-08-05 Thread David Ahern
Hi Arnaldo:

This round addresses all of Xiao's comments. It also includes a small
change in the live mode introduction to improve ordered samples
processing. For that a change in perf-session functions is needed.

David Ahern (5):
  perf session: Export queue_event function
  perf kvm: add live mode - v4
  perf kvm: add min and max stats to display - v2
  perf kvm: option to print events that exceed a threshold
  perf kvm stat report: Add option to analyze specific VM

 tools/perf/builtin-kvm.c  |  725 +++--
 tools/perf/perf.h |3 +
 tools/perf/util/session.c |   10 +-
 tools/perf/util/session.h |6 +-
 4 files changed, 708 insertions(+), 36 deletions(-)

-- 
1.7.10.1

--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH 0/5] perf kvm live - latest round take 4

2013-08-05 Thread Xiao Guangrong
On 08/06/2013 09:41 AM, David Ahern wrote:
 Hi Arnaldo:
 
 This round addresses all of Xiao's comments. It also includes a small
 change in the live mode introduction to improve ordered samples
 processing. For that a change in perf-session functions is needed.

Reviewed-by: Xiao Guangrong xiaoguangr...@linux.vnet.ibm.com

David, could you please update the documentation? It can be a separate
patch.

--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/