Dave Nomura <dcnltc@us.ibm.com> writes: > [...] Is this the behavior that I should expect? stap's long == > 64bits on both 32bit and 64bit architectures That's right. There is only one numeric type in systemtap: signed 64-bit integer that we nickname "long". - FChE