From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4513 invoked by alias); 8 Dec 2011 19:24:07 -0000 Received: (qmail 4498 invoked by uid 22791); 8 Dec 2011 19:24:06 -0000 X-SWARE-Spam-Status: No, hits=-7.2 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI,RP_MATCHES_RCVD,SPF_HELO_PASS X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 08 Dec 2011 19:23:48 +0000 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id pB8JNmr1020993 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 8 Dec 2011 14:23:48 -0500 Received: from [10.11.231.236] (deploy7.rdu.redhat.com [10.11.231.236]) by int-mx02.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id pB8JNl25020250 for ; Thu, 8 Dec 2011 14:23:48 -0500 Message-ID: <4EE10EC3.2060105@redhat.com> Date: Thu, 08 Dec 2011 20:13:00 -0000 From: William Cohen User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.24) Gecko/20111104 Red Hat/3.1.16-2.el6_1 Thunderbird/3.1.16 MIME-Version: 1.0 To: SystemTAP Subject: Ruby user-space probes available in RHEL-6.2 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes 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/msg00327.txt.bz2 Red Hat Enterprise Linux 6.2 release earlier in the week has a version of Ruby that provides user-space probe points. I have added a little writeup to the wiki about the Ruby trace points: http://sourceware.org/systemtap/wiki/RubyMarker And linked that into http://sourceware.org/systemtap/wiki/HomePage -Will