From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30838 invoked by alias); 20 Sep 2009 16:52:24 -0000 Received: (qmail 30774 invoked by uid 48); 20 Sep 2009 16:52:13 -0000 Date: Sun, 20 Sep 2009 16:52:00 -0000 From: "mjw at redhat dot com" To: systemtap@sources.redhat.com Message-ID: <20090920165213.10671.mjw@redhat.com> Reply-To: sourceware-bugzilla@sourceware.org Subject: [Bug testsuite/10671] New: semok/twenty.stp takes 15 minutes on 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-q3/txt/msg00810.txt.bz2 The semok/twenty.stp test takes 15 minutes on my slow laptop. The test simply consists of all dwarfable probes for the kernel and all modules: probe kernel.function("*") {} probe module("*").function("*") {} probe kernel.function("*").call {} probe module("*").function("*").call {} probe kernel.function("*").return {} probe module("*").function("*").return {} probe kernel.function("*").inline {} probe module("*").function("*").inline {} It looks like on this system processing of almost 2000 modules takes most of that time (the machine has a slow disk and "only" 1.5GB of memory). -- Summary: semok/twenty.stp takes 15 minutes on Product: systemtap Version: unspecified Status: NEW Severity: normal Priority: P2 Component: testsuite AssignedTo: systemtap at sources dot redhat dot com ReportedBy: mjw at redhat dot com http://sourceware.org/bugzilla/show_bug.cgi?id=10671 ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.