linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: rabin@rab.in (Rabin Vincent)
To: linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL] ARM ftrace function graph tracing support
Date: Fri, 19 Nov 2010 22:12:47 +0530	[thread overview]
Message-ID: <20101119164154.GA23185@debian> (raw)

Russell,

These are the function graph tracing patches posted to the list a couple
of weeks ago (and the versatile sched_clock() notrace patch).  I'm
trying to get this to you via a pull request instead of putting them in
the patch system because I'd like to preserve Tim's Author: line on one
of the patches.

Please pull or let me know if you'd like this done differently, thanks.

Rabin

The following changes since commit 0143832cc96d0bf78486297aad5c8fb2c2ead02a:

  Merge branch 'urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6 (2010-11-13 10:00:15 -0800)

are available in the git repository at:

  git://github.com/rabinv/linux-2.6.git ftrace

Rabin Vincent (5):
      ARM: versatile: ensure sched_clock() is notrace
      ARM: place C irq handlers in IRQ_ENTRY for ftrace
      ARM: ftrace: use gas macros to avoid code duplication
      ARM: ftrace: graph tracer + dynamic ftrace
      ARM: ftrace: enable function graph tracer

Tim Bird (1):
      ARM: ftrace: function graph tracer support

 arch/arm/Kconfig                      |    1 +
 arch/arm/Kconfig.debug                |    2 +-
 arch/arm/include/asm/system.h         |    5 +
 arch/arm/include/asm/traps.h          |   23 ++++-
 arch/arm/kernel/Makefile              |    3 +-
 arch/arm/kernel/entry-common.S        |  202 ++++++++++++++++++++++-----------
 arch/arm/kernel/ftrace.c              |  103 ++++++++++++++++-
 arch/arm/kernel/irq.c                 |    4 +-
 arch/arm/kernel/smp.c                 |    5 +-
 arch/arm/kernel/vmlinux.lds.S         |    1 +
 arch/arm/plat-versatile/sched-clock.c |    1 +
 11 files changed, 273 insertions(+), 77 deletions(-)

                 reply	other threads:[~2010-11-19 16:42 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=20101119164154.GA23185@debian \
    --to=rabin@rab.in \
    --cc=linux-arm-kernel@lists.infradead.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).