This is the mail archive of the systemtap@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Regarding systemtap support for AArch64


On 09/24/2013 04:27 AM, Mark Wielaard wrote:
> On Tue, 2013-09-24 at 08:43 +0530, Sandeepa Prabhu wrote:
>> At Linaro, we are developing support for kprobes (and uprobes) for ARM
>> v8 platform, and interested in running systemtap for validating our
>> work. I wanted to check if the current version of  systemtap support
>> AArch64? Is there a systemtap version I can use to verify kprobes
>> mechanism?
> 
> There is a fedora bug tracking support work items:
> https://bugzilla.redhat.com/show_bug.cgi?id=926602
> For elfutils you might want to try the pmachata/aarch64 in upstream git.
> https://git.fedorahosted.org/cgit/elfutils.git/log/?h=pmachata/aarch64
> It isn't fully ready yet, but I am sure Petr would like some extra
> testing help.
> 
> Cheers,
> 
> Mark
> 

Hi,

My aarch64 simulator is running an old 3.9+ kernel and I don't have all the other kernel-devel related stuff to instrument that kernel. As a work around I have been using a 3.12-rc0 rpm.  Also trying to avoid needing the elfutils at the moment, so I am running some thing like the following command to see what breaks for a really simple "hello world" script:

sudo ../install/bin/stap  -v -m hello -r 3.12.0-0.rc0.git20.1.x1.fc19.aarch64 -p4 -k -e 'probe begin {printf("hello world\n")}'

The software simulator is really slow and it looks like the testsuite is probably going to time out for the tests.

-Will


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]