public inbox for systemtap@sourceware.org
 help / color / mirror / Atom feed
From: Richard J Moore <richardj_moore@uk.ibm.com>
To: "Frank Ch. Eigler" <fche@redhat.com>
Cc: systemtap@sources.redhat.com
Subject: Re: next steps
Date: Wed, 21 Sep 2005 15:46:00 -0000	[thread overview]
Message-ID: <OFD8E5432B.4ECF3557-ON41257083.0055883B-41257083.00563A05@uk.ibm.com> (raw)
In-Reply-To: <20050920155034.GA25619@redhat.com>





Frank, under improving kprobes I would add:

1) dprobes or a scalable mechanism for performance tracing, but not one
which throws away what we have unless it truly supersedes it
2) watchpoint probes if these aren't already there. This is the capability
to place a probe on a data location. Internally it uses the debug
registers. If this isn't there we do have the patch since this was part of
the original dprobes.
3) add back the ability to place probes in a code location before the
module is loaded. This capability comes automatically with the user-space
probes since probes are tracked by (inode, offset) and fixed up via
readpage() then the code is paged in.  We used to have this capability for
kernel modules. It relied on patches in insmod. Clearly this is useful
especially when wanting to capture initialization module problems.
4) Finally I'd request that we re-instate the SysRq function to disable all
probes instantly. This again was part of the original dprobes and proved
its worth when intensive tracing locked out the command line.

Apart from 1) all of these are simple modification for which the code has
all ready been written.

- -
Richard J Moore
IBM Advanced Linux Response Team - Linux Technology Centre
MOBEX: 264807; Mobile (+44) (0)7739-875237
Office: (+44) (0)1962-817072


                                                                           
             "Frank Ch.                                                    
             Eigler"                                                       
             <fche@redhat.co                                            To 
             m>                        systemtap@sources.redhat.com        
             Sent by:                                                   cc 
             systemtap-owner                                               
             @sources.redhat                                           bcc 
             .com                                                          
                                                                   Subject 
                                       next steps                          
             20/09/2005                                                    
             16:50                                                         
                                                                           




Hi -

I see several broad directions for our project for the next few
months.  In no particular order:


- Improving kprobes:
  - djprobes
  - rcu kprobes
  - user-space probes
  - porting to any other interesting platforms

- Other event sources:
  - remaining dwarf probe point types (.callees etc.)
  - static instrumentation in kernel and user space
  - performance counters

- Tapset scripts:
  - VM
  - I/O
  - networking
  - glibc threading / locking
  - language interpreter events

- Translator:
  - statistics support
  - optimizations

- System testing:
  - over a range of probe sizes, complexity
  - over a range of machine sizes, complexity
  - over a range of kernel/compiler versions
  - static verification?

- Propaganda:
  - tutorial level documentation
  - worked out problem-solving examples
  - scripts that substitute for / combine existing procps type tools
  - script language customizations for emacs/vi


It is not necessary for each of us to continue within the same area
we've been working so far.  I'd like to hear whether people or groups
are interested in taking responsibility for particular line items, or
if they wish to suggest amendments.


- FChE


  reply	other threads:[~2005-09-21 15:46 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-09-20 15:50 Frank Ch. Eigler
2005-09-21 15:46 ` Richard J Moore [this message]
2005-09-21 20:56   ` Frank Ch. Eigler
2005-09-21 23:33     ` Richard J Moore
2005-09-29 13:00       ` Masami Hiramatsu
2005-09-21 21:24 ` Martin Hunt
2005-09-21 23:58   ` Frank Ch. Eigler
2005-09-26 15:12   ` Jose R. Santos
2005-09-26 15:36     ` Frank Ch. Eigler
2005-09-26 16:26       ` Jose R. Santos
2005-09-26 16:56         ` Frank Ch. Eigler
2005-09-26 21:34       ` Jose R. Santos
2005-09-26 22:13         ` Frank Ch. Eigler
2005-09-27 15:30           ` Jose R. Santos
2005-09-26 17:44     ` thoughts Mathieu Desnoyers
2005-09-26 18:19       ` thoughts [re LTT] Frank Ch. Eigler
2005-09-26 18:30         ` Mathieu Desnoyers
2005-09-26 19:45         ` Karim Yaghmour
2005-09-29 16:44       ` thoughts Jose R. Santos

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=OFD8E5432B.4ECF3557-ON41257083.0055883B-41257083.00563A05@uk.ibm.com \
    --to=richardj_moore@uk.ibm.com \
    --cc=fche@redhat.com \
    --cc=systemtap@sources.redhat.com \
    /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).