fix typo in libpython.stp (rhbz:575336)
This commit is contained in:
parent
71040c91d3
commit
536a207750
2 changed files with 5 additions and 2 deletions
|
|
@ -9,7 +9,7 @@ probe python.function.entry = process("python3").library("LIBRARY_PATH").mark("f
|
|||
funcname = user_string($arg2);
|
||||
lineno = $arg3;
|
||||
}
|
||||
probe python.function.return = process("python3").("LIBRARY_PATH").mark("function__return")
|
||||
probe python.function.return = process("python3").library("LIBRARY_PATH").mark("function__return")
|
||||
{
|
||||
filename = user_string($arg1);
|
||||
funcname = user_string($arg2);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue