From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23213 invoked by alias); 8 Dec 2011 13:23:32 -0000 Received: (qmail 23201 invoked by uid 22791); 8 Dec 2011 13:23:30 -0000 X-SWARE-Spam-Status: No, hits=0.4 required=5.0 tests=AWL,BAYES_00,RCVD_NUMERIC_HELO,TW_HW X-Spam-Check-By: sourceware.org Received: from mailgate.pixel-group.de (HELO mailgate.pixel-group.de) (145.253.133.146) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 08 Dec 2011 13:22:47 +0000 Received: from encryptix.pixel.de (encryptix.pixel.de [145.253.132.16]) by mailgate.pixel-group.de (Postfix) with ESMTP id DB2655E8E6 for ; Thu, 8 Dec 2011 14:22:37 +0100 (CET) Received: from encryptix.pixel.de (localhost [127.0.0.1]) by encryptix.pixel.de (Postfix) with ESMTP id 9F1F9900DF for ; Thu, 8 Dec 2011 14:22:37 +0100 (CET) Received: from denkdirnix.pixel.de (denkdirnix.pixel.de [145.253.132.60]) by encryptix.pixel.de (Postfix) with ESMTP id 8EC70900DE for ; Thu, 8 Dec 2011 14:22:37 +0100 (CET) Received: from denkdirnix (denkdirnix.netexpress.de [145.253.132.60]) by denkdirnix.pixel.de (Postfix) with ESMTP id 7D1202605C for ; Thu, 8 Dec 2011 14:22:37 +0100 (CET) Received: from 145.253.132.93 (145.253.132.93) by denkdirnix (F-Secure/fsigk_smtp/403/denkdirnix); Thu, 08 Dec 2011 14:22:37 +0100 (CET) Received: from 10.201.25.3 (proxying for 92.74.33.173) (SquirrelMail authenticated user wge) by gaulix.pixel.de with HTTP; Thu, 8 Dec 2011 14:22:37 +0100 Message-ID: <63c7d997b7cb3811a6ba82bdd4200233.squirrel@gaulix.pixel.de> In-Reply-To: <20111208092923.GB30416@toonder.wildebeest.org> References: <00e6b3c698d0b17543dac47e6336b818.squirrel@gaulix.pixel.de> <20111208092923.GB30416@toonder.wildebeest.org> Date: Thu, 08 Dec 2011 13:34:00 -0000 Subject: Re: Utrace patch From: "Wolfram Gettert" To: systemtap@sourceware.org Reply-To: wolfram.gettert@mixed-mode.de User-Agent: SquirrelMail/1.4.21 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-TBoneOriginalFrom: "Wolfram Gettert" X-TBoneOriginalTo: systemtap@sourceware.org X-TBoneDomainSigned: false X-Spam-Report: * 0.0 UNPARSEABLE_RELAY Informational: message has unparseable relay lines * 0.8 BAYES_50 BODY: Bayes spam probability is 40 to 60% * [score: 0.5000] 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 X-SW-Source: 2011-q4/txt/msg00321.txt.bz2 Hi Mark, thanks for the quick answer. I have cloned this https://github.com/utrace But the source does not contain utrace support. The file utrace.c is not present. Grepping the source brings only :~/Src/utrace.git/linux$ grep -hirn utrace * 160:#include "mmutrace.h" 270:#define TRACE_INCLUDE_FILE mmutrace 23:#define PCR_SUN4U_ENABLE (PCR_PIC_PRIV | PCR_STRACE | PCR_UTRACE) 24:#define PCR_N2_ENABLE (PCR_PIC_PRIV | PCR_STRACE | PCR_UTRACE | \ 752: val &=3D ~(PCR_UTRACE | PCR_STRACE | 1143: hwc->config_base |=3D PCR_UTRACE; 15:#define PCR_UTRACE 0x00000004 /* Trace user events */ 31:#include "sputrace.h" 41:#include "sputrace.h" 50:#include "sputrace.h" 38:#define TRACE_INCLUDE_FILE sputrace 7: * 2006-08-12 - IA64 Native Utrace implementation support added by 1289:/* Utrace implementation starts here */ Do you know any link for a patch file? Or another way to get utrace enabled source? Wolfram > On Thu, Dec 08, 2011 at 10:05:10AM +0100, Wolfram Gettert wrote: >> I tried to find the utrace patch for kernel 3.1.4. >> >> This site seems to be inactive http://people.redhat.com/roland/utrace > > Yeah, it was moved to http://userweb.kernel.org/~frob/utrace/ > and then kernel.org went down :{ > There is http://web.elastic.org/~fche/frob-utrace/ which should > contain some of the older backups. > >> No success here >> http://git.kernel.org/?p=3Dlinux/kernel/git/oleg/misc.git;a=3Dsummary > > That is now at https://github.com/utrace and should contain the > latest patches. > > BTW. here is an overview of some of the other moved kernel > subtrees after kernel.org was compromised: > https://lwn.net/Articles/460826/ > > Cheers, > > Mark >