Lines Matching refs:python
61 $ sudo dtrace -l -P python$! # or: dtrace -l -m python3.6
78 $ readelf -S ./python | grep .note.stapsdt
90 $ readelf -n ./python
105 Provider: python
110 Provider: python
115 Provider: python
120 Provider: python
142 python$target:::function-entry
148 python$target:::function-entry
157 python$target:::function-return
166 python$target:::function-return
212 probe process("python").mark("function__entry") {
221 probe process("python").mark("function__return") {
234 -c "./python test.py"
240 11408 python(8274): => __contains__ in Lib/_abcoll.py:362
241 11414 python(8274): => __getitem__ in Lib/os.py:425
242 11418 python(8274): => encode in Lib/os.py:490
243 11424 python(8274): <= encode in Lib/os.py:493
244 11428 python(8274): <= __getitem__ in Lib/os.py:426
245 11433 python(8274): <= __contains__ in Lib/_abcoll.py:366
263 probe process("python").mark("function__entry") {
269 probe process("python").library("libpython3.6dm.so.1.0").mark("function__entry") {
359 probe python.function.entry = process("python").mark("function__entry")
366 probe python.function.return = process("python").mark("function__return")
378 .. object:: python.function.entry(str filename, str funcname, int lineno, frameptr)
383 .. object:: python.function.return(str filename, str funcname, int lineno, frameptr)
385 This probe point is the converse of ``python.function.return``, and
399 probe python.function.entry
405 probe python.function.return
420 probe python.function.entry