[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1449776611-18538-1-git-send-email-acme@kernel.org>
Date: Thu, 10 Dec 2015 16:43:20 -0300
From: Arnaldo Carvalho de Melo <acme@...nel.org>
To: Ingo Molnar <mingo@...nel.org>
Cc: linux-kernel@...r.kernel.org,
Arnaldo Carvalho de Melo <acme@...hat.com>,
Adrian Hunter <adrian.hunter@...el.com>,
Andi Kleen <andi@...stfloor.org>,
David Ahern <dsahern@...il.com>,
Frederic Weisbecker <fweisbec@...il.com>,
Jiri Olsa <jolsa@...hat.com>,
Josh Poimboeuf <jpoimboe@...hat.com>,
Martin Liska <mliska@...e.cz>,
Masami Hiramatsu <masami.hiramatsu.pt@...achi.com>,
Namhyung Kim <namhyung@...nel.org>,
Peter Zijlstra <peterz@...radead.org>,
Stephane Eranian <eranian@...gle.com>
Subject: [GIT PULL 00/11] perf/core improvements and fixes
From: Arnaldo Carvalho de Melo <acme@...hat.com>
Hi Ingo,
Please consider pulling,
- Arnaldo
The following changes since commit d18929e9fde30c4d57ae57eb9a7f6f10b5808ca1:
Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core (2015-12-10 09:10:40 +0100)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux.git tags/perf-core-for-mingo
for you to fetch changes up to e7a7865cc0da306542db0b9205cb0a467f59e33d:
perf symbols: Fix dso__load_sym to put dso (2015-12-10 16:29:32 -0300)
----------------------------------------------------------------
perf/core refactorings and fixes:
Infrastructure:
- Revert "perf tools: Improve setting of gcc debug option", -Og is broken,
GCC PR created (Jiri Olsa)
- More reference count fixes (Masami Hiramatsu)
- Untangle browser setup (--stdio, --tui, etc) from argument checking,
prep work to move the usage() code out of tools/perf for use by
other tools/ living utilities (Namhyung Kim)
- Delete half-processed hist entries when exiting 'perf top' (Namhyung Kim)
Signed-off-by: Arnaldo Carvalho de Melo <acme@...hat.com>
----------------------------------------------------------------
Arnaldo Carvalho de Melo (2):
perf top: Do show usage message when failing to create cpu/thread maps
Revert "perf tools: Improve setting of gcc debug option"
Masami Hiramatsu (2):
perf tools: Make perf_session__register_idle_thread drop the refcount
perf symbols: Fix dso__load_sym to put dso
Namhyung Kim (7):
perf annotate: Check argument before calling setup_browser()
perf annotate: Delay UI browser setup after initialization is done
perf kvm: Remove invocation of setup/exit_browser()
perf report: Check argument before calling setup_browser()
perf thread_map: Free strlist on constructor error path
perf tools: Get rid of exit_browser() from usage_with_options()
perf top: Delete half-processed hist entries when exit
tools/perf/builtin-annotate.c | 33 ++++++++++++++++-----------------
tools/perf/builtin-kvm.c | 3 ---
tools/perf/builtin-report.c | 21 ++++++++++-----------
tools/perf/builtin-top.c | 9 ++++++---
tools/perf/config/Makefile | 2 --
tools/perf/config/utilities.mak | 19 -------------------
tools/perf/util/hist.c | 26 +++++++++++++++++++++++++-
tools/perf/util/parse-options.c | 3 ---
tools/perf/util/session.c | 11 +++++++----
tools/perf/util/session.h | 2 +-
tools/perf/util/symbol-elf.c | 9 +++++++--
tools/perf/util/thread_map.c | 1 +
12 files changed, 73 insertions(+), 66 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