From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2314 invoked by alias); 17 May 2007 14:40:57 -0000 Received: (qmail 2211 invoked by uid 48); 17 May 2007 14:40:30 -0000 Date: Thu, 17 May 2007 14:40:00 -0000 From: "wcohen at redhat dot com" To: systemtap@sources.redhat.com Message-ID: <20070517154029.4519.wcohen@redhat.com> Reply-To: sourceware-bugzilla@sourceware.org Subject: [Bug tapsets/4519] New: nfs.stp nfs.aop.readpage uses field "index" which isn't available in linux 2.6.22-rc1 X-Bugzilla-Reason: AssignedTo 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: 2007-q2/txt/msg00333.txt.bz2 In newer version of the kernel 2.6.22-rc1 the "struct page" doesn't have the index field. This is triggered by the lket test. However, the following one liner will also demontrate the problem: stap -v -e ' probe nfs.aop.readpage { printf("%d\n", page_index) }' Output from testsuite: Running /home/wcohen/stap_snap_200705162206/src/testsuite/systemtap.samples/lket.exp ... Pass 1: parsed user script and 53 library script(s) in 1932usr/4sys/1948real ms. semantic error: field 'index' not found (alternatives: flags _count lru): identifier '$page' at /home/wcohen/stap_snap_200705162206/install/share/systemtap/tapset/nfs.stp:842:22 -- Summary: nfs.stp nfs.aop.readpage uses field "index" which isn't available in linux 2.6.22-rc1 Product: systemtap Version: unspecified Status: NEW Severity: normal Priority: P2 Component: tapsets AssignedTo: systemtap at sources dot redhat dot com ReportedBy: wcohen at redhat dot com http://sourceware.org/bugzilla/show_bug.cgi?id=4519 ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.