From patchwork Wed Oct 18 09:38:16 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wilko Meyer X-Patchwork-Id: 54957 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id 4C56B27BBE2; Wed, 18 Oct 2023 10:40:33 +0100 (BST) X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-2.7 required=5.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,MAILING_LIST_MULTI,SPF_HELO_PASS,TVD_SPACE_RATIO, URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.6 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTPS id 32FAD27BBEC for ; Wed, 18 Oct 2023 10:40:29 +0100 (BST) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qt327-0008GR-Rw; Wed, 18 Oct 2023 05:40:07 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qt31j-000830-Tc for guix-patches@gnu.org; Wed, 18 Oct 2023 05:39:45 -0400 Received: from debbugs.gnu.org ([2001:470:142:5::43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1qt31j-0001rq-A4 for guix-patches@gnu.org; Wed, 18 Oct 2023 05:39:43 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1qt329-0003pK-4N for guix-patches@gnu.org; Wed, 18 Oct 2023 05:40:09 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#66603] [PATCH 18/29] gnu: Add go-github-com-google-pprof. Resent-From: Wilko Meyer Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Wed, 18 Oct 2023 09:40:09 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 66603 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 66603@debbugs.gnu.org Cc: Wilko Meyer Received: via spool by 66603-submit@debbugs.gnu.org id=B66603.169762199314484 (code B ref 66603); Wed, 18 Oct 2023 09:40:09 +0000 Received: (at 66603) by debbugs.gnu.org; 18 Oct 2023 09:39:53 +0000 Received: from localhost ([127.0.0.1]:33246 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qt31t-0003lS-7D for submit@debbugs.gnu.org; Wed, 18 Oct 2023 05:39:53 -0400 Received: from mail.wmeyer.eu ([95.216.196.112]:43754) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qt31T-0003gX-QH for 66603@debbugs.gnu.org; Wed, 18 Oct 2023 05:39:30 -0400 From: Wilko Meyer DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=wmeyer.eu; s=mail; t=1697621933; bh=WaCni3/BYbszAYYhYGrlZaneQk/G7we6HELB6vkH2ck=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=OADdoVHExXli+iSb1ekhVngF8nXxBu+5naR3+/AdY3HPjSei/vhQocxEgU9boRayV nzKFAWOqMS9cBV64nju0iQbUA2c7wKA670fT0s3JHYAjH5+Frfj1LztFasYZRbmKAA d8VIqEZu6Ycg8+LWj6wAj7HMp9WzKECOOhl28ozY= Date: Wed, 18 Oct 2023 11:38:16 +0200 Message-ID: <20231018093836.2056-18-w@wmeyer.eu> In-Reply-To: <20231018093836.2056-1-w@wmeyer.eu> References: <20231018093836.2056-1-w@wmeyer.eu> MIME-Version: 1.0 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org Sender: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org X-getmail-retrieved-from-mailbox: Patches * gnu/packages/golang.scm (go-github-com-google-pprof): New variable. --- gnu/packages/golang.scm | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm index ffe803be5e..2fe4443ce0 100644 --- a/gnu/packages/golang.scm +++ b/gnu/packages/golang.scm @@ -2113,6 +2113,40 @@ (define-public go-github-com-mailru-easyjson (description "Package easyjson contains marshaler/unmarshaler interfaces and helper functions.") (license license:expat))) + +(define-public go-github-com-google-pprof + (package + (name "go-github-com-google-pprof") + (version "0.0.0-20230926050212-f7f687d19a98") + (source (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/google/pprof") + (commit (go-version->git-ref version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1hmypb2zxixy2wfzddss68nr2c98bk30mqym7khd584iyqbx0adn")))) + (build-system go-build-system) + (arguments + '(#:import-path "github.com/google/pprof")) + (propagated-inputs `(("go-golang-org-x-sys" ,go-golang-org-x-sys) + ("go-github-com-mailru-easyjson" ,go-github-com-mailru-easyjson) + ("go-github-com-josharian-intern" ,go-github-com-josharian-intern) + ("go-github-com-gobwas-ws" ,go-github-com-gobwas-ws) + ("go-github-com-gobwas-pool" ,go-github-com-gobwas-pool) + ("go-github-com-gobwas-httphead" ,go-github-com-gobwas-httphead) + ("go-github-com-chromedp-sysutil" ,go-github-com-chromedp-sysutil) + ("go-github-com-chromedp-cdproto" ,go-github-com-chromedp-cdproto) + ("go-github-com-ianlancetaylor-demangle" ,go-github-com-ianlancetaylor-demangle) + ("go-github-com-chzyer-readline" ,go-github-com-chzyer-readline) + ("go-github-com-chromedp-chromedp" ,go-github-com-chromedp-chromedp))) + (home-page "https://github.com/google/pprof") + (synopsis "Introduction") + (description + "pprof is a tool for collection, manipulation and visualization of performance +profiles.") + (license license:asl2.0))) (define-public go-github-com-pkg-xattr (package (name "go-github-com-pkg-xattr")