From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12262 invoked by alias); 11 Feb 2009 06:16:51 -0000 Received: (qmail 12222 invoked by uid 48); 11 Feb 2009 06:16:39 -0000 Date: Wed, 11 Feb 2009 07:14:00 -0000 Message-ID: <20090211061639.12221.qmail@sourceware.org> From: "ananth at in dot ibm dot com" To: systemtap@sources.redhat.com In-Reply-To: <20090204113414.9816.ananth@in.ibm.com> References: <20090204113414.9816.ananth@in.ibm.com> Reply-To: sourceware-bugzilla@sourceware.org Subject: [Bug translator/9816] functioncallcount.stp causes system crash 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: 2009-q1/txt/msg00420.txt.bz2 ------- Additional Comments From ananth at in dot ibm dot com 2009-02-11 06:16 ------- Updated functioncallcount.stp. The blacklist in tapsets.cxx needs updates: --- tapsets.cxx | 4 ++++ 1 file changed, 4 insertions(+) Index: systemtap-11feb/tapsets.cxx =================================================================== --- systemtap-11feb.orig/tapsets.cxx +++ systemtap-11feb/tapsets.cxx @@ -3144,7 +3144,11 @@ dwarf_query::build_blacklist() blfile += "kernel/kprobes.c"; // first alternative, no "|" blfile += "|arch/.*/kernel/kprobes.c"; + // Older kernels need ... blfile += "|include/asm/io.h"; + // While newer ones need ... + blfile += "|arch/.*/include/asm/io.h"; + blfile += "|arch/.*/include/asm/bitops.h"; blfile += "|drivers/ide/ide-iops.c"; // XXX: it would be nice if these blacklisted functions were pulled I haven't committed the above -- need validation if bitops.h needs blacklisting for all archs or be restricted to powerpc. Comments? -- http://sourceware.org/bugzilla/show_bug.cgi?id=9816 ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.