unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Olivier Dion via Guix-patches via <guix-patches@gnu.org>
To: 57164@debbugs.gnu.org
Cc: Olivier Dion <olivier.dion@polymtl.ca>
Subject: [bug#57164] [PATCH 1/3] gnu: Add lttng-modules.
Date: Fri, 12 Aug 2022 18:38:09 -0400	[thread overview]
Message-ID: <675d6dc1eb8f512129e8036ca2c4abf1b91e4c9d.1660343726.git.olivier.dion@polymtl.ca> (raw)

* gnu/packages/instrumentation.scm (lttng-modules): New variable.
---
 gnu/packages/instrumentation.scm | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/gnu/packages/instrumentation.scm b/gnu/packages/instrumentation.scm
index f52cf11505..8b03c285dc 100644
--- a/gnu/packages/instrumentation.scm
+++ b/gnu/packages/instrumentation.scm
@@ -50,6 +50,7 @@ (define-module (gnu packages instrumentation)
   #:use-module (guix build-system cmake)
   #:use-module (guix build-system copy)
   #:use-module (guix build-system gnu)
+  #:use-module (guix build-system linux-module)
   #:use-module (guix download)
   #:use-module (guix gexp)
   #:use-module (guix git-download)
@@ -206,6 +207,30 @@ (define-public flamegraph
 with the script @command{flamegraph.pl} and many stackcollapse scripts.")
       (license license:cddl1.0))))
 
+(define-public lttng-modules
+  (package
+    (name "lttng-modules")
+    (version "2.13.4")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append "https://lttng.org/files/lttng-modules/"
+                                  "lttng-modules-" version ".tar.bz2"))
+              (sha256
+               (base32
+                "1vm9nnjvid7acsvgwnjyxd60ih9rmbhnfjldxip58n8x9q7d0nb1"))))
+    (build-system linux-module-build-system)
+    (arguments
+     `(#:phases (modify-phases %standard-phases
+                  (delete 'check))))
+    (home-page "https://lttng.org/")
+    (synopsis "LTTng modules provide kernel tracing capability to the LTTng
+tracer toolset")
+    (description
+     "LTTng kernel modules are Linux kernel modules which make
+LTTng kernel tracing possible.  They include essential control modules and
+many probes which instrument numerous interesting parts of Linux.")
+    (license (list license:lgpl2.1 license:gpl2 license:expat))))
+
 (define-public lttng-ust
   (package
     (name "lttng-ust")
-- 
2.37.1





             reply	other threads:[~2022-08-12 22:39 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-08-12 22:38 Olivier Dion via Guix-patches via [this message]
2022-08-12 22:40 ` [bug#57164] [PATCH 2/3] gnu: lttng-ust: Update to 2.13.3 Olivier Dion via Guix-patches via
2022-08-12 22:40 ` [bug#57164] [PATCH 3/3] gnu: lttng-tools: Update to 2.13.7 Olivier Dion via Guix-patches via
2022-08-12 23:24 ` [bug#57164] [PATCH v2] gnu: Add lttng-modules Olivier Dion via Guix-patches via
2022-08-15  7:55   ` bug#57164: [PATCH 1/3] " Mathieu Othacehe

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=675d6dc1eb8f512129e8036ca2c4abf1b91e4c9d.1660343726.git.olivier.dion@polymtl.ca \
    --to=guix-patches@gnu.org \
    --cc=57164@debbugs.gnu.org \
    --cc=olivier.dion@polymtl.ca \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).