public inbox for systemtap@sourceware.org
 help / color / mirror / Atom feed
From: "jlebon at redhat dot com" <sourceware-bugzilla@sourceware.org>
To: systemtap@sourceware.org
Subject: [Bug runtime/2035] investigate boot-time probing
Date: Wed, 08 Jan 2014 21:25:00 -0000	[thread overview]
Message-ID: <bug-2035-6586-oVjd47PYqQ@http.sourceware.org/bugzilla/> (raw)
In-Reply-To: <bug-2035-6586@http.sourceware.org/bugzilla/>

https://sourceware.org/bugzilla/show_bug.cgi?id=2035

--- Comment #8 from Jonathan Lebon <jlebon at redhat dot com> ---
I've just created a branch (jlebon/boot-time) containing the work so far. The
easiest way to test it is to 'make rpm' and install the rpms. However if you'd
like to do it manually, you will need to make and
- Copy initscript/99stap/{module-setup.sh,start-staprun.sh} into
/lib/dracut/modules.d/99stap (remove {prefix})
- Copy initscript/systemtap to /etc/init.d/ (also remove {prefix})

Once installed, you can test it by doing the following (also see section 5.9 of
initscript/README.systemtap):

# cat > /etc/systemtap/script.d/hello.stp
probe begin {
   println("Hello World!")
}
# service systemtap onboot hello
# reboot
---
# staprun -A hello

-- 
You are receiving this mail because:
You are the assignee for the bug.

  parent reply	other threads:[~2014-01-08 21:25 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <bug-2035-6586@http.sourceware.org/bugzilla/>
2013-11-15 21:29 ` jlebon at redhat dot com
2013-12-04 22:44 ` jlebon at redhat dot com
2014-01-08 21:25 ` jlebon at redhat dot com [this message]
2014-01-22 21:17 ` jlebon at redhat dot com
     [not found] <20051212200425.2035.fche@redhat.com>
2008-04-30 17:27 ` fche at redhat dot com

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

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

  git send-email \
    --in-reply-to=bug-2035-6586-oVjd47PYqQ@http.sourceware.org/bugzilla/ \
    --to=sourceware-bugzilla@sourceware.org \
    --cc=systemtap@sourceware.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.
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).