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.
Asked
Active
Viewed 435 times
2 Answers
1
Perhaps utrace facility is not set up in your kernel. Refer here for setting it up and trying again.

vpit3833
- 7,817
- 2
- 25
- 25
0
Note that linux >3.5 includes a subset of old utrace-related capabilities, so e.g. on x86, process.function probes work directly.

fche
- 2,641
- 20
- 28