Did you ever see this Warning: probe kernel.function("some function@some file") (address 0xSomething) registration error (rc -84) ? If so, what did you do to solve it? It is an warning, and occurs during runtime (after Pass 5). But it skips tapping that specific function with registration error. But, I need to probe this functions. Note that, these functions are not __kprobes.
My kernel is 3.11.0-15-generic (Ubuntu 12.04) and SystemTap version is 2.4.
Update apparently I have messed up the installation of SytemTap. Please see second comment (by me) here.