• Sasha Goldshtein's avatar
    python: Expose active probes from USDT object · 7040f442
    Sasha Goldshtein authored
    Allow callers to obtain the list of active (enabled) USDT
    probes from the USDT object, if they need to enable the
    uprobes by hand without using the bcc attach support. This
    is required when the same uprobe needs to be enabled in
    more than one process.
    7040f442
usdt.py 6.55 KB