This is the mail archive of the systemtap@sources.redhat.com 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: Access to kernel data structures


Hi -


brad.chen wrote:
> The restriction of only being able to look at strings
> and integers seems a bit severe. This seems a lot less
> powerful than DTrace, which appears to allow you to
> work with any kernel data (although you can't iterate).
> [...]

The intent is that any reasonable target data types may be processed
within the target expression syntax du jour, but the final result
would be cast to a string or number value for storage within systemtap
variables.  I believe that matches dtrace.


- FChE


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