This is the mail archive of the systemtap@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Fwd: R.F.C. Should we abandon User-land probes?


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]