From mboxrd@z Thu Jan 1 00:00:00 1970 From: jason.wessel@windriver.com (Jason Wessel) Date: Tue, 22 Feb 2011 15:48:30 -0600 Subject: [ltt-dev] [PATCH 0/4] Embedded UST support for ARM and busybox Message-ID: <1298411314-25405-1-git-send-email-jason.wessel@windriver.com> With all the generic code in UST now fixed, here is the patch series to implement ARM and busybox support. This patch set was tested on powerpc e500v2 in addition to ARMv5 and ARMv6. Comments are welcome. Thanks, Jason. -- The following changes since commit 34174843695ce2380fed2bddb1c631be97420f8d: Mathieu Desnoyers (1): markers: ensure assembly is portable by using .hword instead of .word Jason Wessel (4): add ARM specific support for UST add a definition for fls() for ARM, taken from the linux kernel usttrace: Use /bin/sh instead of /bin/bash for busybox compatibility usttrace: use short signal names for busybox compatibility configure.ac | 1 + include/ust/processor.h | 68 +++++++++++++++++++++++++++++++++++++++++++++++ usttrace | 16 +++++----- 3 files changed, 77 insertions(+), 8 deletions(-)