[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1360878263-12694-1-git-send-email-acme@infradead.org>
Date: Thu, 14 Feb 2013 18:44:13 -0300
From: Arnaldo Carvalho de Melo <acme@...radead.org>
To: Ingo Molnar <mingo@...nel.org>
Cc: linux-kernel@...r.kernel.org,
Arnaldo Carvalho de Melo <acme@...stprotocols.net>,
Andi Kleen <andi@...stfloor.org>,
Borislav Petkov <bp@...en8.de>,
Daniel Baluta <dbaluta@...acom.com>,
Dirk Behme <dirk.behme@...bosch.com>,
Frederic Weisbecker <fweisbec@...il.com>,
Jiri Olsa <jolsa@...hat.com>, Li Zefan <lizefan@...wei.com>,
Namhyung Kim <namhyung@...il.com>,
Paul Mackerras <paulus@...ba.org>,
Pekka Enberg <penberg@...nel.org>,
Peter Zijlstra <a.p.zijlstra@...llo.nl>,
Vinson Lee <vlee@...tter.com>,
Arnaldo Carvalho de Melo <acme@...hat.com>
Subject: [GIT PULL 00/10] perf/core improvements and fixes
From: Arnaldo Carvalho de Melo <acme@...stprotocols.net>
Hi Ingo,
Please consider pulling,
- Arnaldo
The following changes since commit a3d4fd7a2d81604fedfa270d29c824b8d3380c2e:
Merge branch 'uprobes/core' of git://git.kernel.org/pub/scm/linux/kernel/git/oleg/misc into perf/core (2013-02-11 10:41:53 +0100)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux tags/perf-core-for-mingo
for you to fetch changes up to 02e176af92f3e2e9ec3a48792036566af2dcd534:
perf/hwbp: Fix cleanup in case of kzalloc failure (2013-02-14 17:06:39 -0300)
----------------------------------------------------------------
perf/core improvements and fixes:
. Fix cleanup in case of kzalloc failure, from Daniel Baluta.
. Limit unwind support to x86 archs, fix from Jiri Olsa.
. Initial GTK+ annotate browser, from Namhyung Kim.
. Fix build with bison 2.3 and older, from Vinson Lee.
Signed-off-by: Arnaldo Carvalho de Melo <acme@...hat.com>
----------------------------------------------------------------
Daniel Baluta (1):
perf/hwbp: Fix cleanup in case of kzalloc failure
Jiri Olsa (1):
perf tools: Limit unwind support to x86 archs
Namhyung Kim (7):
perf buildid-cache: Add --update option
perf annotate: Fix warning message on a missing vmlinux
perf ui/gtk: Implement basic GTK2 annotation browser
perf gtk/annotate: Support multiple event annotation
perf gtk/annotate: Show source lines with gray color
perf gtk/annotate: Fail early if it can't annotate
perf annotate: Make it to be able to skip unannotatable symbols
Vinson Lee (1):
perf tools: Fix build with bison 2.3 and older.
kernel/events/hw_breakpoint.c | 2 +-
tools/perf/Documentation/perf-annotate.txt | 7 +-
tools/perf/Documentation/perf-buildid-cache.txt | 4 +
tools/perf/Makefile | 10 +-
tools/perf/builtin-annotate.c | 27 ++-
tools/perf/builtin-buildid-cache.c | 50 +++++-
tools/perf/ui/gtk/annotate.c | 229 ++++++++++++++++++++++++
tools/perf/ui/gtk/gtk.h | 1 +
tools/perf/ui/setup.c | 2 +-
tools/perf/util/annotate.c | 2 +-
tools/perf/util/annotate.h | 24 +++
tools/perf/util/parse-events.y | 1 -
tools/perf/util/pmu.y | 1 -
13 files changed, 349 insertions(+), 11 deletions(-)
create mode 100644 tools/perf/ui/gtk/annotate.c
--
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