All of lore.kernel.org
 help / color / mirror / Atom feed
From: Robert Richter <robert.richter@amd.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: LKML <linux-kernel@vger.kernel.org>, Ingo Molnar <mingo@elte.hu>
Subject: [GIT PULL] please pull oprofile updates for 2.6.29
Date: Fri, 9 Jan 2009 16:47:33 +0100	[thread overview]
Message-ID: <20090109154733.GX15411@erda.amd.com> (raw)

Linus,

please pull the oprofile updates from:

  git://git.kernel.org/pub/scm/linux/kernel/git/rric/oprofile.git for-linus

It contains a powerpc/cell update and cleanup and rework patches that
completes my ring_buffer implementation.

Thanks,

-Robert

The following changes since commit 2150edc6c5cf00f7adb54538b9ea2a3e9cedca3f:
  Linus Torvalds (1):
        Merge branch 'for_linus' of git://git.kernel.org/.../tytso/ext4

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/rric/oprofile.git for-linus

Carl Love (2):
      powerpc/oprofile: IBM CELL: cleanup and restructuring
      powerpc/oprofile: IBM CELL: add SPU event profiling support

Robert Richter (31):
      oprofile: rename kernel-wide identifiers
      oprofile: rename cpu buffer functions
      oprofile: remove ring buffer inline functions in cpu_buffer.h
      x86/oprofile: fix pci_dev use count for AMD northbridge devices
      oprofile: reordering some code in cpu_buffer.c
      oprofile: add inline function __oprofile_add_ext_sample()
      oprofile: simplify add_sample()
      oprofile: simplify sync_buffer()
      oprofile: simplify oprofile_begin_trace()
      oprofile: simplify add_sample() in cpu_buffer.c
      oprofile: simplify add_ibs_begin()
      oprofile: remove unused components in struct oprofile_cpu_buffer
      oprofile: remove unused ibs macro
      oprofile: remove backtrace code for ibs
      oprofile: making add_sample_entry() inline
      oprofile: rename variable ibs_allowed to has_ibs in op_model_amd.c
      oprofile: rename add_sample() in cpu_buffer.c
      oprofile: rename variables in add_ibs_begin()
      oprofile: add op_cpu_buffer_write_reserve()
      oprofile: modify op_cpu_buffer_read_entry()
      oprofile: rework implementation of cpu buffer events
      oprofile: add op_cpu_buffer_add_data()
      oprofile: add op_cpu_buffer_get_data()
      oprofile: use new data sample format for ibs
      ring_buffer: fix ring_buffer_event_length()
      oprofile: remove #ifdef CONFIG_OPROFILE_IBS in non-ibs code
      oprofile: make new cpu buffer functions part of the api
      Merge branch 'oprofile/ring_buffer' into oprofile/oprofile-for-tip
      powerpc/oprofile: fix cell/pr_util.h
      powerpc/oprofile: fix whitespaces in op_model_cell.c
      Merge branch 'oprofile/cell' into oprofile/oprofile-for-tip

 arch/Kconfig                              |    2 +
 arch/powerpc/include/asm/cell-pmu.h       |    2 +
 arch/powerpc/include/asm/oprofile_impl.h  |    6 +
 arch/powerpc/oprofile/cell/pr_util.h      |   11 +-
 arch/powerpc/oprofile/cell/spu_profiler.c |   56 ++-
 arch/powerpc/oprofile/common.c            |   22 +
 arch/powerpc/oprofile/op_model_cell.c     |  748 ++++++++++++++++++++++++-----
 arch/x86/oprofile/op_model_amd.c          |  224 ++++-----
 drivers/oprofile/buffer_sync.c            |  229 +++------
 drivers/oprofile/cpu_buffer.c             |  393 +++++++++------
 drivers/oprofile/cpu_buffer.h             |   72 +++-
 drivers/oprofile/event_buffer.c           |    4 +-
 drivers/oprofile/oprof.c                  |    4 +-
 drivers/oprofile/oprof.h                  |    8 +-
 drivers/oprofile/oprofile_files.c         |   24 +-
 include/linux/oprofile.h                  |   21 +-
 include/linux/ring_buffer.h               |    2 +
 kernel/trace/ring_buffer.c                |   44 ++-
 kernel/trace/trace.c                      |    4 +-
 19 files changed, 1271 insertions(+), 605 deletions(-)

-- 
Advanced Micro Devices, Inc.
Operating System Research Center
email: robert.richter@amd.com


                 reply	other threads:[~2009-01-09 15:48 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20090109154733.GX15411@erda.amd.com \
    --to=robert.richter@amd.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mingo@elte.hu \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.