/usr/share/systemtap/tapset/ia64/registers.stp is in systemtap-common 2.3-1ubuntu1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | /*
* Dwarfless register access for ia64. Unfortunately, getting
* registers/arguments on the ia64 is unimplemented (because it is
* non-trivial retrieving the arguments from the stack).
*
* Note that using syscall_get_arguments() (as the s390x does) doesn't
* work on ia64.
*
* The rest of this file would be intentionally blank until ia64
* register/argument support is added, but tapset files can't be
* completely empty.
*/
global __stp_unused_global
|