All of lore.kernel.org
 help / color / mirror / Atom feed
From: Robert Richter <robert.richter@amd.com>
To: Daniel Kalmar <kalmard@homejinni.com>
Cc: "linux-mips@linux-mips.org" <linux-mips@linux-mips.org>,
	Gergely Kis <gergely@homejinni.com>,
	Ralf Baechle <ralf@linux-mips.org>,
	"oprofile-list@lists.sourceforge.net" 
	<oprofile-list@lists.sourceforge.net>
Subject: Re: [PATCH 0/2] MIPS: oprofile: callgraph support
Date: Wed, 15 Jun 2011 14:55:53 +0200	[thread overview]
Message-ID: <20110615125553.GC20052@erda.amd.com> (raw)
In-Reply-To: <20110610123557.GQ20052@erda.amd.com>

On 10.06.11 14:35:57, Robert Richter wrote:
> On 24.05.11 10:42:50, Robert Richter wrote:
> > On 13.05.11 08:38:03, Gergely Kis wrote:
> > > From: Daniel Kalmar <kalmard@homejinni.com>
> > > 
> > > These patches add callgraph/backtrace support to oprofile on MIPS.
> > > 
> > > Stack unwinding is done by code examination. For kernelspace, the
> > > already existing unwind function is utilized that uses kallsyms to
> > > quickly find the beginning of functions. For userspace a new function
> > > was added that examines code at and before the pc.
> > > 
> > > Daniel Kalmar (2):
> > >   MIPS: Add unwind_stack_by_address to support unwinding from any
> > >     kernel code address
> > >   MIPS: oprofile: Add callgraph support
> > > 
> > >  arch/mips/include/asm/stacktrace.h |    4 +
> > >  arch/mips/kernel/process.c         |   18 +++-
> > >  arch/mips/oprofile/Makefile        |    2 +-
> > >  arch/mips/oprofile/backtrace.c     |  173 ++++++++++++++++++++++++++++++++++++
> > >  arch/mips/oprofile/common.c        |    1 +
> > >  arch/mips/oprofile/op_impl.h       |    2 +
> > >  6 files changed, 194 insertions(+), 6 deletions(-)
> > >  create mode 100644 arch/mips/oprofile/backtrace.c
> 
> If there are no objections I will apply the patches next week to the
> oprofile tree.

Applied to oprofile/core. Thanks Daniel.

-Robert

-- 
Advanced Micro Devices, Inc.
Operating System Research Center

      reply	other threads:[~2011-06-15 12:56 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-05-13 12:38 [PATCH 0/2] MIPS: oprofile: callgraph support Gergely Kis
2011-05-13 12:38 ` [PATCH 1/2] MIPS: Add new unwind_stack variant Gergely Kis
2011-05-13 12:38 ` [PATCH 2/2] MIPS: oprofile: Add callgraph support Gergely Kis
2011-05-24  8:42 ` [PATCH 0/2] MIPS: oprofile: " Robert Richter
2011-05-31 17:24   ` Gergely Kis
2011-06-10 12:35   ` Robert Richter
2011-06-15 12:55     ` Robert Richter [this message]

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=20110615125553.GC20052@erda.amd.com \
    --to=robert.richter@amd.com \
    --cc=gergely@homejinni.com \
    --cc=kalmard@homejinni.com \
    --cc=linux-mips@linux-mips.org \
    --cc=oprofile-list@lists.sourceforge.net \
    --cc=ralf@linux-mips.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.