According to dtrace guide of %a printf() format ---- a The pointer or uintptr_t argument is printed as a kernel symbol name in the form module‘symbol-name plus an optional hexadecimal byte offset. If the value does not fall within the range defined by a known kernel symbol, the value is printed as a hexadecimal integer. -----
the form module`symbol-name PLUS an optional byte offset. I was wondering if there is any way to turn OFF this optional byte offset. It always print. I only want to print symbol-name. Thank you in advance -- This message posted from opensolaris.org _______________________________________________ dtrace-discuss mailing list [email protected]
