[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1429416255-12070-1-git-send-email-namhyung@kernel.org>
Date: Sun, 19 Apr 2015 13:04:08 +0900
From: Namhyung Kim <namhyung@...nel.org>
To: Arnaldo Carvalho de Melo <acme@...nel.org>
Cc: Ingo Molnar <mingo@...nel.org>,
Peter Zijlstra <a.p.zijlstra@...llo.nl>,
Jiri Olsa <jolsa@...hat.com>,
LKML <linux-kernel@...r.kernel.org>,
David Ahern <dsahern@...il.com>
Subject: [PATCHSET 0/7] perf tools: Assorted cleanup for TUI (v1)
Hello,
This patches are to cleanup TUI hists browser code for later work. I
moved hist_entry_diff and hist_entry_tui under an union in order to
reduce memory footprint of hist entry. Also split out hist browser
functions to make it easier to read.
It's available on 'perf/tui-cleanup-v1' branch in my tree:
git://git.kernel.org/pub/scm/linux/kernel/git/namhyung/linux-perf.git
Thanks,
Namhyung
Namhyung Kim (7):
perf tools: Get rid of position field from struct hist_entry
perf diff: Make hist_entry_diff fields union
perf tools: Move TUI-specific fields to struct hist_entry_tui
perf tools: Move init_have_children field to struct hist_entry_tui
perf hists browser: Fix possible memory leak
perf hists browser: Split popup menu actions
perf hists browser: Simplify zooming code a bit
tools/perf/ui/browsers/hists.c | 612 ++++++++++++++++++++++++++---------------
tools/perf/util/hist.c | 4 +-
tools/perf/util/pstack.c | 7 +
tools/perf/util/pstack.h | 1 +
tools/perf/util/sort.h | 31 ++-
5 files changed, 411 insertions(+), 244 deletions(-)
--
2.3.5
--
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