SILENT KILLERPanel

Current Path: > > opt > alt > python34 > share > doc > alt-python34-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/python34/share/doc/alt-python34-libs/

NameTypeSizeLast ModifiedActions
LICENSE File 12785 bytes March 18 2019 16:51:26.
README File 7580 bytes March 18 2019 16:51:26.
pyfuntop.stp File 537 bytes April 17 2024 17:02:21.
systemtap-example.stp File 613 bytes April 17 2024 17:02:21.

Reading File: //opt/alt/python34/share/doc/alt-python34-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