[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1332441183-9514-1-git-send-email-acme@infradead.org>
Date: Thu, 22 Mar 2012 15:32:59 -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>,
Borislav Petkov <bp@...64.org>,
Corey Ashford <cjashfor@...ux.vnet.ibm.com>,
Frederic Weisbecker <fweisbec@...il.com>,
Ingo Molnar <mingo@...e.hu>, Jiri Olsa <jolsa@...hat.com>,
Paul Mackerras <paulus@...ba.org>,
Peter Zijlstra <a.p.zijlstra@...llo.nl>,
arnaldo.melo@...il.com, Arnaldo Carvalho de Melo <acme@...hat.com>
Subject: [GIT PULL 0/4] perf/core cleanups and fixes
Hi Ingo,
Please consider pulling.
- Arnaldo
The following changes since commit 0d09eb7a9a2ca4d7ed32f7b440bea78c0622814a:
Merge branch 'perf/urgent' into perf/core (2012-03-22 15:09:08 -0300)
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 4bf9ce1b5ecffffeb8b9d7e925bac3e6b10109aa:
perf diff: Fix to work with new hists design (2012-03-22 15:12:09 -0300)
----------------------------------------------------------------
Cleanups and fixes for perf/core:
. Short term fix for 'diff' tool breakage related to perf.data files
with multiple events. From Jiri Olsa
. Cleanup for event id tracepoint reading routine, from Borislav Petkov
. 32-bit compilation fixes from Jiri Olsa
. Event parsing modifier assignment fixes from Jiri Olsa
Signed-off-by: Arnaldo Carvalho de Melo <acme@...hat.com>
----------------------------------------------------------------
Borislav Petkov (1):
perf tools: Simplify event_read_id exit path
Jiri Olsa (3):
perf tools: Fix various casting issues for 32 bits
perf tools: Fix modifier to be applied on correct events
perf diff: Fix to work with new hists design
tools/perf/builtin-diff.c | 60 +--
tools/perf/builtin-test.c | 116 +++++-
tools/perf/util/evsel.c | 2 +-
tools/perf/util/evsel.h | 2 +
tools/perf/util/header.c | 2 +-
tools/perf/util/hist.c | 8 +-
tools/perf/util/parse-events-bison.c | 675 +++++++++++++++++++---------------
tools/perf/util/parse-events-bison.h | 15 +-
tools/perf/util/parse-events.c | 29 +-
tools/perf/util/parse-events.h | 7 +-
tools/perf/util/parse-events.y | 40 +-
tools/perf/util/session.c | 1 +
tools/perf/util/trace-event-parse.c | 10 +-
13 files changed, 592 insertions(+), 375 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