On Mon, 26 May 2014 19:52:26 +0200, Jiri Olsa wrote: > On Fri, May 23, 2014 at 07:04:07PM +0900, Namhyung Kim wrote: >> Print accumulated stat of a hist entry if requested. >> >> Tested-by: Arun Sharma <asha...@fb.com> >> Tested-by: Rodrigo Campos <rodr...@sdfg.com.ar> >> Acked-by: Jiri Olsa <jo...@redhat.com> >> Cc: Frederic Weisbecker <fweis...@gmail.com> >> Signed-off-by: Namhyung Kim <namhy...@kernel.org> >> --- >> tools/perf/ui/browsers/hists.c | 26 +++++++++++++++++++++++++- >> 1 file changed, 25 insertions(+), 1 deletion(-) >> >> diff --git a/tools/perf/ui/browsers/hists.c b/tools/perf/ui/browsers/hists.c >> index 1c331b934ffc..1de7428a9771 100644 >> --- a/tools/perf/ui/browsers/hists.c >> +++ b/tools/perf/ui/browsers/hists.c >> @@ -632,7 +632,6 @@ static int __hpp__slsmg_color_printf(struct perf_hpp >> *hpp, const char *fmt, ...) >> ret = scnprintf(hpp->buf, hpp->size, fmt, percent); >> slsmg_printf("%s", hpp->buf); >> >> - advance_hpp(hpp, ret); >> return ret; > > Whats the purpose of this one..? does not fit to what's in changelog
Hmm.. looks like a rebase artifact. It's not a part of this patch. I'll remove it. Thanks, Namhyung -- 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/