Current Path : /proc/2568807/root/usr/share/systemtap/examples/general/ |
Current File : //proc/2568807/root/usr/share/systemtap/examples/general/pyexample.stp |
probe $1.module("pyexample").function("celsius_to_farenheit") { python_print_backtrace() } probe $1.module("pyexample").function("celsius_to_farenheit").return { printf("celsius_to_farenheit returning\n") }