unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Liliana Marie Prikler <liliana.prikler@gmail.com>
To: Andy Tai <atai@atai.org>, 63184@debbugs.gnu.org
Subject: [bug#63184] [PATCH] gnu: Add systemtap
Date: Sun, 30 Apr 2023 08:23:47 +0200	[thread overview]
Message-ID: <b303fb83404a14d87d4e003256bd9835a11d6d45.camel@gmail.com> (raw)
In-Reply-To: <20230430054102.29098-1-atai@atai.org>

Am Samstag, dem 29.04.2023 um 22:41 -0700 schrieb Andy Tai:
> * gnu/packages/debug.scm (systemtap): New variable
> ---
>  gnu/packages/debug.scm | 38 ++++++++++++++++++++++++++++++++++++++
>  1 file changed, 38 insertions(+)
> 
> diff --git a/gnu/packages/debug.scm b/gnu/packages/debug.scm
> index fe00cb5705..3e01c7f0a2 100644
> --- a/gnu/packages/debug.scm
> +++ b/gnu/packages/debug.scm
> @@ -48,6 +48,8 @@ (define-module (gnu packages debug)
>    #:use-module (gnu packages check)
>    #:use-module (gnu packages code)
>    #:use-module (gnu packages compression)
> +  #:use-module (gnu packages cpio)
> +  #:use-module (gnu packages elf)
>    #:use-module (gnu packages flex)
>    #:use-module (gnu packages gdb)
>    #:use-module (gnu packages glib)
> @@ -918,3 +920,39 @@ (define-public delve
>      (synopsis "Debugger for the Go programming language")
>      (description "Delve is a debugger for the Go programming
> language.")
>      (license license:expat)))
> +
> +(define-public systemtap
> +  (package
> +    (name "systemtap")
> +    (version "4.9")
> +    (source (origin
> +              (method url-fetch)
> +              (uri (string-append
> +                    "https://sourceware.org/ftp/systemtap/releases/"
> name "-"
> +                    version ".tar.gz"))
> +              (sha256
> +               (base32
> +               
> "161smpv4ajqfncmgylvs89bbix1id60nf0g7clmga2lxxax3646h"))))
> +    (build-system gnu-build-system)
> +    (native-inputs (list cpio python))
> +    (inputs (list elfutils))
> +
> +    (home-page "https://sourceware.org/systemtap/")
> +    (synopsis "a linux trace/probe tool")
Synopsis should not lead with "a" or "the".
> +    (description
> +     "SystemTap provides free software (GPL) infrastructure to
> simplify the
"free software" is non-informative even with "(GPL)" added, as all
software in Guix should be free.  Leave this information to the license
field.
> +gathering of information about the running Linux system. This
> assists
> +diagnosis of a performance or functional problem. SystemTap
> eliminates the
> +need for the developer to go through the tedious and disruptive
> +instrument, recompile, install, and reboot sequence that may be
> otherwise
> +required to collect data.
> +
> +SystemTap provides a simple command line interface and scripting
> language for
> +writing instrumentation for a live running kernel plus user-space
> applications.
> +We are publishing samples, as well as enlarging the internal
> \"tapset\" script
> +library to aid reuse and abstraction.
> +
> +Among other tracing/probing tools, SystemTap is the tool of choice
> for complex
> +tasks that may require live analysis, programmable on-line response,
> and
> +whole-system symbolic access. SystemTap can also handle simple
> tracing jobs.")
On the whole, this description is very market-y.  I'm sure you can
condense it to a third of its length without losing information. 
(Compression algorithms hate this trick.)

Cheers




  reply	other threads:[~2023-04-30  6:24 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-04-30  5:41 [bug#63184] [PATCH] gnu: Add systemtap Andy Tai
2023-04-30  6:23 ` Liliana Marie Prikler [this message]
2023-04-30 13:56 ` Olivier Dion via Guix-patches via
2023-04-30 22:56 ` [bug#63184] [PATCH v2] " Andy Tai
2023-05-01  0:30   ` Olivier Dion via Guix-patches via
2023-05-01  1:06 ` [bug#63184] [PATCH v3] " Andy Tai
2023-06-14 21:23   ` bug#63184: [PATCH] " Ludovic Courtès

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=b303fb83404a14d87d4e003256bd9835a11d6d45.camel@gmail.com \
    --to=liliana.prikler@gmail.com \
    --cc=63184@debbugs.gnu.org \
    --cc=atai@atai.org \
    /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).