From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32156 invoked by alias); 9 Sep 2008 04:46:53 -0000 Received: (qmail 32148 invoked by uid 22791); 9 Sep 2008 04:46:53 -0000 X-Spam-Status: No, hits=-2.0 required=5.0 tests=BAYES_00,SARE_MSGID_LONG40,SPF_PASS X-Spam-Check-By: sourceware.org Received: from wf-out-1314.google.com (HELO wf-out-1314.google.com) (209.85.200.173) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 09 Sep 2008 04:46:15 +0000 Received: by wf-out-1314.google.com with SMTP id 26so1921213wfd.26 for ; Mon, 08 Sep 2008 21:46:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type:content-transfer-encoding :content-disposition; bh=KoIT/dhzgnNts7yvWiZ6VZp4zHei6quQv4QilKHzwAo=; b=vhXVHBk2X11wnvoKJ1FRmNZtkkP5Y21bTbanMT+FQAoHHszLF52ffjz8sy7P09TRj3 tSLitWxS71f6F41RJ4P+VQZNXbywL25TlCFivf/7+p5IBzhLvVsTbsOyEz0u3/mqV2hM HbPgg7CcOF9EqUIkJ1YYOcC8knxAT3PwwrJ14= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=aI2QXONrEU2dfAfpcSv+FggEzQoMhVV0j15+9qEv/Cy/Rz196MMnBa8gvZPdHeTT03 vNlYVjfduoA66WzNnFa4Le5cq1JTKr++aDqGHXckSX2a9Konjj5RTAPDebgQwOOpEHY3 dU8verk/q8g6qifYDoUzV326Lk58rPB5nfXx8= Received: by 10.142.226.3 with SMTP id y3mr5595426wfg.56.1220935573796; Mon, 08 Sep 2008 21:46:13 -0700 (PDT) Received: by 10.143.34.3 with HTTP; Mon, 8 Sep 2008 21:46:13 -0700 (PDT) Message-ID: Date: Tue, 09 Sep 2008 04:46:00 -0000 From: "Jun Koi" To: SystemTAP Subject: probing based on kernel source MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline 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: 2008-q3/txt/msg00589.txt.bz2 Hi, Is it possible to probe a place coresponding to a particular line of a particular file in Linux kernel souce code? If so, what is the syntax? Thanks a lot, Jun