From patchwork Fri Aug 14 17:21:11 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ian Jackson X-Patchwork-Id: 11714841 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 1664A618 for ; Fri, 14 Aug 2020 17:22:52 +0000 (UTC) Received: from lists.xenproject.org (lists.xenproject.org [192.237.175.120]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id E4D3820708 for ; Fri, 14 Aug 2020 17:22:51 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (1024-bit key) header.d=citrix.com header.i=@citrix.com header.b="A53ykD5L" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org E4D3820708 Authentication-Results: mail.kernel.org; dmarc=fail (p=reject dis=none) header.from=eu.citrix.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=xen-devel-bounces@lists.xenproject.org Received: from localhost ([127.0.0.1] helo=lists.xenproject.org) by lists.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1k6dPV-0002DF-Nq; Fri, 14 Aug 2020 17:22:33 +0000 Received: from all-amaz-eas1.inumbo.com ([34.197.232.57] helo=us1-amaz-eas2.inumbo.com) by lists.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1k6dPU-00024H-Up for xen-devel@lists.xenproject.org; Fri, 14 Aug 2020 17:22:32 +0000 X-Inumbo-ID: bbb23550-a72b-4c89-89ff-240451d07c14 Received: from esa1.hc3370-68.iphmx.com (unknown [216.71.145.142]) by us1-amaz-eas2.inumbo.com (Halon) with ESMTPS id bbb23550-a72b-4c89-89ff-240451d07c14; Fri, 14 Aug 2020 17:22:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=citrix.com; s=securemail; t=1597425734; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version; bh=Cz4cBcsHyi+A9DH1w0U0E75BDnFx0uYZsqrpI0k8hFo=; b=A53ykD5Lh80fLfkXZLGye8ElXPZlvlvhbU6+o6k2O8FuTIG9z79EW99B k27MKpWxZ7u0ylv1EKoT3lrh/icmQYjnLWUNnYCFA9bUpeqUFxgu85Nkx uAK6xWaSLn4yiuclHR7fL8Zex3WRbe95LxdiG+4qUL24NN56n5Rwudfvo A=; Authentication-Results: esa1.hc3370-68.iphmx.com; dkim=none (message not signed) header.i=none IronPort-SDR: 8iGfY8QFR2avWHYEtqT6dGVdVUz6q/afE0+qO2U3QHO8PKN2InrRhkXaKXDQ4kWgBKX1HvBttX x1qHx8+o859XfnFAf40MpNmG7NhFYUsv3l/PGF+iYeKTUTyQHM54E7bjmM/zF6fVOB4jy5bgBK e9vRn32A5Sw+y7IWB5hYw5fy5/hCPTRdxGMOyEki745V9fC8eTJKPA3eVs0d0erHwRdqO88O2d alFU+cO4LvH+bPKMk2TCy0AspzKl9sPyrlez5Y1qRVcF8DxyM/Q9wpCqlIsSmHrxOyMSB5oU2A 45g= X-SBRS: 2.7 X-MesageID: 24900363 X-Ironport-Server: esa1.hc3370-68.iphmx.com X-Remote-IP: 162.221.158.21 X-Policy: $RELAYED X-IronPort-AV: E=Sophos;i="5.76,313,1592884800"; d="scan'208";a="24900363" From: Ian Jackson To: CC: Ian Jackson Subject: [OSSTEST PATCH 06/60] history reporting (nfc): Rename jobquery to cacheable_query Date: Fri, 14 Aug 2020 18:21:11 +0100 Message-ID: <20200814172205.9624-7-ian.jackson@eu.citrix.com> X-Mailer: git-send-email 2.11.0 In-Reply-To: <20200814172205.9624-1-ian.jackson@eu.citrix.com> References: <20200814172205.9624-1-ian.jackson@eu.citrix.com> MIME-Version: 1.0 X-BeenThere: xen-devel@lists.xenproject.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Xen developer discussion List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Errors-To: xen-devel-bounces@lists.xenproject.org Sender: "Xen-devel" Prep work. Signed-off-by: Ian Jackson --- sg-report-host-history | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/sg-report-host-history b/sg-report-host-history index fe5b7cc2..a8dae159 100755 --- a/sg-report-host-history +++ b/sg-report-host-history @@ -171,7 +171,7 @@ END our $jqcachemisses = 0; our $jqtotal = 0; -sub jobquery ($$$) { +sub cacheable_query ($$$) { my ($q, $jr, $cachekey) = @_; $jqtotal++; $cachekey = '%'.$cachekey; @@ -292,7 +292,7 @@ END $cachehits++; } - my $endedrow = jobquery($endedq, $jr, 'e'); + my $endedrow = cacheable_query($endedq, $jr, 'e'); if (!$endedrow) { #print DEBUG "no-finished\n"; next; @@ -322,8 +322,8 @@ END } #print DEBUG "JR $jr->{flight}.$jr->{job}\n"; - my $ir = jobquery($infoq, $jr, 'i'); - my $ar = jobquery($allocdq, $jr, 'a'); + my $ir = cacheable_query($infoq, $jr, 'i'); + my $ar = cacheable_query($allocdq, $jr, 'a'); my $ident = $jr->{name}; my $altcolour = report_altcolour($alternate);