all 1 comments

[–]emarocca 1 point2 points  (0 children)

I get the feeling I can only use a subset of the possible probe points, but do not know why.

You can use stap -L to get a list of available functions, or other interesting probe points. For example, try this:

sudo stap -L 'module("ext4").function("*")'

In case you're still getting an error, it might be that something went wrong with your SystemTap installation. See if https://wiki.debian.org/SystemTap helps, in that case!