[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1334940787-16174-1-git-send-email-acme@infradead.org>
Date: Fri, 20 Apr 2012 13:53:03 -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@...radead.org>,
Avi Kivity <avi@...hat.com>,
Corey Ashford <cjashfor@...ux.vnet.ibm.com>,
David Ahern <dsahern@...il.com>,
Frederic Weisbecker <fweisbec@...il.com>,
Gleb Natapov <gleb@...hat.com>, Jiri Olsa <jolsa@...hat.com>,
Namhyung Kim <namhyung.kim@....com>,
Otavio Salvador <otavio@...ystems.com.br>,
Paul Mackerras <paulus@...ba.org>,
Peter Zijlstra <peterz@...radead.org>,
Stephane Eranian <eranian@...gle.com>, arnaldo.melo@...il.com,
Arnaldo Carvalho de Melo <acme@...hat.com>
Subject: [GIT PULL 0/4] perf/urgent fixes
Hi Ingo,
Please consider pulling,
Regards,
- Arnaldo
The following changes since commit 7ea6411f4ceb62e5e53170d59d10996dca20c599:
Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent (2012-04-15 08:02:36 +0200)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux perf/urgent
for you to fetch changes up to 33ff581eddf744ea91a50d46c2f0961b375a9595:
perf symbols: Read plt symbols from proper symtab_type binary (2012-04-20 13:34:49 -0300)
----------------------------------------------------------------
Fixes for perf/urgent
. Read PLT symbols from the same DSO as the main symtab, fix from Jiri Olsa.
. Add back the 'g' and 'h' event modifiers, they were dropped during the
conversion to use bison. Fix from Gleb Natapov
. Drop CROSS_COMPILE from flex and bison calls, not really needed. From
Otavio Salvador
. A kernel map variable can be NULL, but was being used despite the earlier
check. Fix from David Ahern
Signed-off-by: Arnaldo Carvalho de Melo <acme@...hat.com>
----------------------------------------------------------------
David Ahern (1):
perf report: Fix crash showing warning related to kernel maps
Gleb Natapov (1):
perf tools: Add 'G' and 'H' modifiers to event parsing
Jiri Olsa (1):
perf symbols: Read plt symbols from proper symtab_type binary
Otavio Salvador (1):
perf tools: Drop CROSS_COMPILE from flex and bison calls
tools/perf/Makefile | 4 ++--
tools/perf/builtin-report.c | 17 ++++++++++++-----
tools/perf/builtin-test.c | 30 ++++++++++++++++++++++++++++++
tools/perf/util/parse-events.l | 2 +-
tools/perf/util/symbol.c | 13 ++++++-------
5 files changed, 51 insertions(+), 15 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