SILENT KILLERPanel

Current Path: > > opt > alt > > python36 > share > > doc > alt-python36-libs


Operation   : Linux premium131.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
Software     : Apache
Server IP    : 162.0.232.56 | Your IP: 216.73.216.111
Domains      : 1034 Domain(s)
Permission   : [ 0755 ]

Files and Folders in: //opt/alt//python36/share//doc/alt-python36-libs

NameTypeSizeLast ModifiedActions
LICENSE File 12781 bytes September 04 2021 03:49:41.
README.rst File 9876 bytes September 04 2021 03:49:41.
pyfuntop.stp File 537 bytes April 17 2024 17:14:31.
systemtap-example.stp File 613 bytes April 17 2024 17:14:31.

Reading File: //opt/alt//python36/share//doc/alt-python36-libs/systemtap-example.stp

/*
    Example usage of the Python systemtap tapset to show a nested view of all
    Python function calls (and returns) across the whole system.

    Run this using
        stap systemtap-example.stp
    to instrument all Python processes on the system, or (for example) using
        stap systemtap-example.stp -c COMMAND
    to instrument a specific program (implemented in Python)
*/
probe python.function.entry
{
  printf("%s => %s in %s:%d\n", thread_indent(1), funcname, filename, lineno);
}

probe python.function.return
{
  printf("%s <= %s in %s:%d\n", thread_indent(-1), funcname, filename, lineno);
}

SILENT KILLER Tool