public inbox for systemtap@sourceware.org
 help / color / mirror / Atom feed
* R.F.C. Should we abandon User-land probes?
@ 2005-10-20 18:16 James Dickens
  2005-10-20 18:53 ` Frank Ch. Eigler
  2005-10-20 22:31 ` Richard J Moore
  0 siblings, 2 replies; 10+ messages in thread
From: James Dickens @ 2005-10-20 18:16 UTC (permalink / raw)
  To: SystemTAP

Hi

Because of Systemtap's language lack of support for structs, unions,
typedefs, Systemtap ends up just being a counter, couldn't a userland
app be written to count the number of times a function is called.

The lack of support for those language construct is bad enough for
kernel probes, it can be worked around with pre-made tapsets, but are
we going to write custom tapsets for every app every written?

Guru-mode is no solution, do we have to disable all the work the
Systemtap coders to make Systemtap as safe as possible. Guru-mode can
never be used in a production system without lots of testing. In the
end it would be easier to use other methods, to debug the problem.
Resorting to Guru-mode makes the system unstable. You end up debugging
your script, instead of debugging the app.

Further more, the chance of having an app pass a bad pointer increases
dramatically and may even be the reason they are probing the app in
the first place.  As we all know passing a bad pointer in a userland
app, crashes the app, but do the same in the kernel we get an oops, or
the system crashes. You may even write code to handle such events in
Systemtap but that isn't used in guru-mode.

The only way I see that Systemtap can be useful with userland probes
is to implement support for structs, unions and typedefs. It would be
even more helpful if you implement cpp support, so you can include
header files into scripts.

James Dickens

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2005-10-21 16:01 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-10-20 18:16 R.F.C. Should we abandon User-land probes? James Dickens
2005-10-20 18:53 ` Frank Ch. Eigler
2005-10-20 19:08   ` James Dickens
     [not found]     ` <20051020192356.GD2761@redhat.com>
     [not found]       ` <cd09bdd10510201302i44a8a6fdy7f4cea33576bec0b@mail.gmail.com>
2005-10-20 20:06         ` Fwd: " James Dickens
2005-10-20 20:14           ` Martin Hunt
2005-10-20 20:18             ` James Dickens
2005-10-20 20:20               ` Fwd: " James Dickens
2005-10-20 20:45                 ` Martin Hunt
2005-10-21 16:01               ` Frank Ch. Eigler
2005-10-20 22:31 ` Richard J Moore

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).