linuxlinux-kernelsystemtap

SystemTap support for user space application


I want to know how to add support in the systemtap for user space applications. When I am trying to trace any user space program, it is showing that CONFIG_UTRACE not set.


Solution

  • Perhaps utrace facility is not set up in your kernel. Refer here for setting it up and trying again.