All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL 0/4] perf/core cleanups and fixes
@ 2012-03-22 18:32 Arnaldo Carvalho de Melo
  2012-03-22 18:33 ` [PATCH 1/4] perf tools: Simplify event_read_id exit path Arnaldo Carvalho de Melo
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Arnaldo Carvalho de Melo @ 2012-03-22 18:32 UTC (permalink / raw)
  To: Ingo Molnar
  Cc: linux-kernel, Arnaldo Carvalho de Melo, Borislav Petkov,
	Corey Ashford, Frederic Weisbecker, Ingo Molnar, Jiri Olsa,
	Paul Mackerras, Peter Zijlstra, arnaldo.melo,
	Arnaldo Carvalho de Melo

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@redhat.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(-)

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2012-03-23  8:20 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-22 18:32 [GIT PULL 0/4] perf/core cleanups and fixes Arnaldo Carvalho de Melo
2012-03-22 18:33 ` [PATCH 1/4] perf tools: Simplify event_read_id exit path Arnaldo Carvalho de Melo
2012-03-22 18:33 ` [PATCH 2/4] perf tools: Fix various casting issues for 32 bits Arnaldo Carvalho de Melo
2012-03-22 18:33 ` [PATCH 3/4] perf tools: Fix modifier to be applied on correct events Arnaldo Carvalho de Melo
2012-03-22 18:33 ` [PATCH 4/4] perf diff: Fix to work with new hists design Arnaldo Carvalho de Melo
2012-03-23  8:20 ` [GIT PULL 0/4] perf/core cleanups and fixes Ingo Molnar

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.