From 41040e6cdbcf0e5fa18411dde68250c7d0797dd4 Mon Sep 17 00:00:00 2001 From: "Frank Ch. Eigler" Date: Tue, 27 Oct 2020 20:02:18 -0400 Subject: [PATCH] testsuite: current.stp module("*") defang Like for server_concurrency*, the current.stp test case has excessive debuginfo requirements. We still want -some- decent workload, so chose usb* as the module wildcard. Far smaller than the "*" there formerly. --- testsuite/systemtap.stress/current.stp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testsuite/systemtap.stress/current.stp b/testsuite/systemtap.stress/current.stp index 3062090a3..fcdb2e1b7 100644 --- a/testsuite/systemtap.stress/current.stp +++ b/testsuite/systemtap.stress/current.stp @@ -56,8 +56,8 @@ probe kernel.function("*@kernel/time.c").call, kernel.function("*@kernel/time.c").return, - module("*").function("*interrupt*").call ?, - module("*").function("*interrupt*").return ? + module("usb*").function("*interrupt*").call ?, + module("usb*").function("*interrupt*").return ? { length <<< commlen() length <<< pcommlen() -- 2.43.5