MINI MINI MANI MO

Path : /usr/share/systemtap/examples/general/
File Upload :
Current File : //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")
}

OHA YOOOO