Mirror of the lttng-dev mailing list
 help / color / mirror / Atom feed
From: jason.wessel@windriver.com (Jason Wessel)
Subject: [ltt-dev] [PATCH 1/4] add ARM specific support for UST
Date: Tue, 22 Feb 2011 15:48:31 -0600	[thread overview]
Message-ID: <1298411314-25405-2-git-send-email-jason.wessel@windriver.com> (raw)
In-Reply-To: <1298411314-25405-1-git-send-email-jason.wessel@windriver.com>

Add the link definition and the inline assembly required for User
Space Trace support on ARM.

Signed-off-by: Jason Wessel <jason.wessel at windriver.com>
---
 configure.ac            |    1 +
 include/ust/processor.h |   15 +++++++++++++++
 2 files changed, 16 insertions(+), 0 deletions(-)

diff --git a/configure.ac b/configure.ac
index e57b356..5e58eab 100644
--- a/configure.ac
+++ b/configure.ac
@@ -104,6 +104,7 @@ changequote([,])dnl
 	ppc64) LIBFORMAT="elf64-powerpc" ;;
 	s390) LIBFORMAT="elf32-s390" ;;
 	s390x) LIBFORMAT="elf64-s390" ;;
+	arm) LIBFORMAT="elf32-littlearm" ;;
 	*) AC_MSG_ERROR([unable to detect library format (unsupported architecture ($host_cpu)?)]) ;;
 esac
 AC_SUBST(LIBFORMAT)
diff --git a/include/ust/processor.h b/include/ust/processor.h
index 8a01a88..01aa290 100644
--- a/include/ust/processor.h
+++ b/include/ust/processor.h
@@ -449,4 +449,19 @@ static __inline__ int fls(unsigned int x)
 
 #endif /* __PPC__ */
 
+#ifdef __arm__
+
+struct registers {
+};
+
+#define ARCH_COPY_ADDR(dst) "ldr "dst", =2b\n\t" \
+"b 55f\n\t" \
+".ltorg\n\t" \
+"55:\n\t"
+
+#define _ASM_PTR ".long "
+#define save_registers(a)
+
+#endif /* __arm__ */
+
 #endif /* UST_PROCESSOR_H */
-- 
1.6.6.2





  reply	other threads:[~2011-02-22 21:48 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-02-22 21:48 [ltt-dev] [PATCH 0/4] Embedded UST support for ARM and busybox Jason Wessel
2011-02-22 21:48 ` Jason Wessel [this message]
2011-02-22 21:48   ` [ltt-dev] [PATCH 2/4] add a definition for fls() for ARM, taken from the linux kernel Jason Wessel
2011-02-22 21:48     ` [ltt-dev] [PATCH 3/4] usttrace: Use /bin/sh instead of /bin/bash for busybox compatibility Jason Wessel
2011-02-22 21:48       ` [ltt-dev] [PATCH 4/4] usttrace: use short signal names " Jason Wessel
2011-02-22 22:21     ` [ltt-dev] [PATCH 2/4] add a definition for fls() for ARM, taken from the linux kernel Mathieu Desnoyers
2011-02-22 22:31       ` Mathieu Desnoyers
2011-02-22 22:24 ` [ltt-dev] [PATCH 0/4] Embedded UST support for ARM and busybox Mathieu Desnoyers

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=1298411314-25405-2-git-send-email-jason.wessel@windriver.com \
    --to=jason.wessel@windriver.com \
    /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