0

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.

halfer
  • 19,824
  • 17
  • 99
  • 186
pradeepchhetri
  • 2,899
  • 6
  • 28
  • 50

2 Answers2

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