Re: [PATCH] [perf] Account the nr_entries in rblist properly

2012-10-17 Thread Arnaldo Carvalho de Melo
Em Wed, Oct 17, 2012 at 11:38:58AM -0600, David Ahern escreveu: > Arnaldo: > > I think this one has fallen through the cracks. Thanks for catching this, applied to perf/core. - Arnaldo -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to

Re: [PATCH] [perf] Account the nr_entries in rblist properly

2012-10-17 Thread David Ahern
Arnaldo: I think this one has fallen through the cracks. On 8/31/12 1:09 AM, Suzuki K. Poulose wrote: The nr_entries in rblist is never decremented when an element is deleted. Also, use rblist__remove_node to delete a node in rblist__delete(). This would keep the nr_entries sane.

Re: [PATCH] [perf] Account the nr_entries in rblist properly

2012-10-17 Thread David Ahern
Arnaldo: I think this one has fallen through the cracks. On 8/31/12 1:09 AM, Suzuki K. Poulose wrote: The nr_entries in rblist is never decremented when an element is deleted. Also, use rblist__remove_node to delete a node in rblist__delete(). This would keep the nr_entries sane.

Re: [PATCH] [perf] Account the nr_entries in rblist properly

2012-10-17 Thread Arnaldo Carvalho de Melo
Em Wed, Oct 17, 2012 at 11:38:58AM -0600, David Ahern escreveu: Arnaldo: I think this one has fallen through the cracks. Thanks for catching this, applied to perf/core. - Arnaldo -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to

Re: [PATCH] [perf] Account the nr_entries in rblist properly

2012-08-31 Thread David Ahern
On 8/31/12 1:09 AM, Suzuki K. Poulose wrote: The nr_entries in rblist is never decremented when an element is deleted. Also, use rblist__remove_node to delete a node in rblist__delete(). This would keep the nr_entries sane. Signed-off-by: Suzuki K. Poulose Cc: David S. Ahern ---

[PATCH] [perf] Account the nr_entries in rblist properly

2012-08-31 Thread Suzuki K. Poulose
The nr_entries in rblist is never decremented when an element is deleted. Also, use rblist__remove_node to delete a node in rblist__delete(). This would keep the nr_entries sane. Signed-off-by: Suzuki K. Poulose Cc: David S. Ahern --- tools/perf/util/rblist.c |4 ++-- 1 files changed, 2

[PATCH] [perf] Account the nr_entries in rblist properly

2012-08-31 Thread Suzuki K. Poulose
The nr_entries in rblist is never decremented when an element is deleted. Also, use rblist__remove_node to delete a node in rblist__delete(). This would keep the nr_entries sane. Signed-off-by: Suzuki K. Poulose suz...@in.ibm.com Cc: David S. Ahern dsah...@gmail.com --- tools/perf/util/rblist.c

Re: [PATCH] [perf] Account the nr_entries in rblist properly

2012-08-31 Thread David Ahern
On 8/31/12 1:09 AM, Suzuki K. Poulose wrote: The nr_entries in rblist is never decremented when an element is deleted. Also, use rblist__remove_node to delete a node in rblist__delete(). This would keep the nr_entries sane. Signed-off-by: Suzuki K. Poulose suz...@in.ibm.com Cc: David S. Ahern