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] |
helloprobes.d: provider hello { probe printDemo(char*); };
Is this part of dtrace script syntax, or is a "provider" file actually a disjoint syntax only used by the static-prep tool?
What are the constraints on the types you can specify here? Anything that goes in a C99 prototype?
In script language, what type does "arg1" have? Is it just a scalar, or
could you do something to dereference that pointer?
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |