[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1398354045-16505-1-git-send-email-jolsa@kernel.org>
Date: Thu, 24 Apr 2014 17:40:34 +0200
From: Jiri Olsa <jolsa@...nel.org>
To: Ingo Molnar <mingo@...nel.org>
Cc: linux-kernel@...r.kernel.org,
Arnaldo Carvalho de Melo <acme@...nel.org>,
Corey Ashford <cjashfor@...ux.vnet.ibm.com>,
David Ahern <dsahern@...il.com>,
Frederic Weisbecker <fweisbec@...il.com>,
Jiri Olsa <jolsa@...hat.com>,
Namhyung Kim <namhyung@...nel.org>,
Paul Mackerras <paulus@...ba.org>,
Peter Zijlstra <a.p.zijlstra@...llo.nl>,
Jiri Olsa <jolsa@...nel.org>
Subject: [GIT PULL 00/11] perf/core improvements and fixes
hi Ingo,
please consider pulling
thanks,
jirka
The following changes since commit a81fef347b32dea2b31275826afe1c93fa0d2d54:
Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/jolsa/perf into perf/core (2014-04-22 20:28:23 +0200)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/jolsa/perf.git tags/perf-core-for-mingo
for you to fetch changes up to c3b789527b236873557f53740ceac47747e0e1cb:
perf hists/tui: Count callchain rows separately (2014-04-24 16:34:27 +0200)
----------------------------------------------------------------
perf/core improvements and fixes:
. Factor hists statistics counts processing which in turn also
fixes several bugs in TUI report command (Namhyung Kim)
Signed-off-by: Jiri Olsa <jolsa@...nel.org>
----------------------------------------------------------------
Namhyung Kim (11):
perf report: Count number of entries separately
perf hists: Rename hists__inc_stats()
perf hists: Move column length calculation out of hists__inc_stats()
perf hists: Add a couple of hists stat helper functions
perf hists: Collapse expanded callchains after filter is applied
perf tools: Account entry stats when it's added to the output tree
perf hists: Add missing update on filtered stats in hists__decay_entries()
perf ui/tui: Fix off-by-one in hist_browser__update_nr_entries()
perf ui/tui: Rename hist_browser__update_nr_entries()
perf top/tui: Update nr_entries properly after a filter is applied
perf hists/tui: Count callchain rows separately
tools/perf/builtin-annotate.c | 3 +-
tools/perf/builtin-diff.c | 23 ++++++-----
tools/perf/builtin-report.c | 64 ++++++++++++++---------------
tools/perf/ui/browsers/hists.c | 92 +++++++++++++++++++++++++++++-------------
tools/perf/util/hist.c | 83 ++++++++++++++++++++++++-------------
tools/perf/util/hist.h | 9 ++++-
6 files changed, 171 insertions(+), 103 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists