Fwd: R.F.C. Should we abandon User-land probes?
James Dickens
jamesd.wi@gmail.com
Thu Oct 20 20:18:00 GMT 2005
On 10/20/05, Martin Hunt <hunt@redhat.com> wrote:
> On Thu, 2005-10-20 at 15:06 -0500, James Dickens wrote:
>
> > yes those work fine in kernel code, since variables to access
> > components of the structs/unions are allready availible for the
> > systemtap code and tapsets, but that is not the case of userland,
> > especially in the case of C++ classes/struct. So the user required to
> > enable guru-mode.
>
> Whatever gave you that idea?
because systemtap doesn't understand struct/union etc. how would it
know what are the members of the struct
struct linked_list {
struct *linked_list prev, next;
>
> Martin
>
>
>
More information about the Systemtap
mailing list