Hi, all
I writes hello.stp file, shown below
probe begin
{
print("hello\n")
exit()
}
And I run this stp file ( # stap -v -k hello.stp)
But, stap generates the error that it complains "Invalid module format".
what is the problem?
Thanks advanced...