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: Semantic error while accessing a function parameter with linux 2.6.29 ppc64


Sridhar Samudrala <samudrala.sridhar@gmail.com> writes:

> The following simple one line script is failing with a semantic error
> on linux 2.6.29 ppc64 .
> The same script works fine on linux 2.6.28.
> Is there any new config option that needs to be enabled with 2.6.29?
>
> stap -e 'probe kernel.function("tcp_transmit_skb") { printf("skb:%p \n",$sk=
> b) }'
>
> semantic error: not accessible at this address: identifier '$skb' [...]

http://sources.redhat.com/systemtap/wiki/TipContextVariables has
some advice about this general problem.


- FChE


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