From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5889 invoked by alias); 24 Sep 2013 09:36:54 -0000 Mailing-List: contact systemtap-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: systemtap-owner@sourceware.org Received: (qmail 5869 invoked by uid 89); 24 Sep 2013 09:36:53 -0000 Received: from mail-wi0-f169.google.com (HELO mail-wi0-f169.google.com) (209.85.212.169) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Tue, 24 Sep 2013 09:36:53 +0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,NO_RELAYS autolearn=ham version=3.3.2 X-HELO: mail-wi0-f169.google.com Received: by mail-wi0-f169.google.com with SMTP id hj3so3412453wib.0 for ; Tue, 24 Sep 2013 02:36:50 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=x4lxCTB1OJ5rei55uFGHBhFTuatZZbbOoXpatfjoJJw=; b=HLUBdKGYIvlGrTH04nGRVCYqhGgbBIa3ulD5NzOOs1KpfZWbyi6x4I1LOOUsBbLXSY zhjmNu2AqcEvyzAc4AsOeoOqvmCRizvSIjPuzecA/prarou+CCcbePiQ58wdRl8KOANS hqszd/Y7FCkuQl5uQHDa2zAMtN7b6iRLC7SGJdMPi8Aa8008SNkAEonGl11VHwoPED5/ 87pcNxnFMWJ0WS1NdYu38kbqshz0MTw1JtANy4pLY/LP4gLfanweJyobYOZZPOPHXnDz 7H86DbxN1koXXv7iOE18AmSz775cF9LjnN4uCe7zzsVXJLjnv6SvLQXC7R27s+bfcgLf bGtg== X-Gm-Message-State: ALoCoQkdfqai3hDJQ41kH6XFKYNuSO1TVBt+QHiFJgAkqz0WQH74F2LKLpHUxS2C+x+Suy4Jl1Wu MIME-Version: 1.0 X-Received: by 10.180.208.49 with SMTP id mb17mr17255746wic.64.1380015409988; Tue, 24 Sep 2013 02:36:49 -0700 (PDT) Received: by 10.194.219.7 with HTTP; Tue, 24 Sep 2013 02:36:49 -0700 (PDT) In-Reply-To: <1380011243.3958.11921.camel@bordewijk.wildebeest.org> References: <1380011243.3958.11921.camel@bordewijk.wildebeest.org> Date: Tue, 24 Sep 2013 09:36:00 -0000 Message-ID: Subject: Re: Regarding systemtap support for AArch64 From: Sandeepa Prabhu To: Mark Wielaard Cc: fche@sourceware.org, fche@redhat.com, systemtap@sourceware.org, Naresh Kamboju , Deepak Saxena , Jakub Pavelek , wcohen@redhat.com, dsmith@redhat.com Content-Type: text/plain; charset=ISO-8859-1 X-IsSubscribed: yes X-SW-Source: 2013-q3/txt/msg00353.txt.bz2 On 24 September 2013 13:57, 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. Thanks, So to start with, I will try to build systemtap for aarch64 with above combination and let know how does it proceed. Cheers, Sandeepa > > Cheers, > > Mark >