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]

Display of .statement(NUM) for 64 bits


Hi,

This may be not an error, just about output for .statement(NUM) on 64 bits machine.

It is like:
$ stap -u -p2 -e 'probe kernel.statement(0xffffffff8040beb0) {}'
# probes
kernel.statement(-2143240528) /* pc=0x202eb0 */ /* <- kernel.statement(-2143240528) */


The minus is outputted and also kept in C file. Seems hex is better.

Regards,
Wenji


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