Home
last modified time | relevance | path

Searched refs:USDTException (Results 1 – 2 of 2) sorted by relevance

/external/bcc/src/python/bcc/
Dusdt.py21 class USDTException(Exception): class
96 raise USDTException(
123 raise USDTException("error retrieving probe location %d" % index)
135 raise USDTException("USDT failed to instrument PID %d" % pid)
140 raise USDTException("USDT failed to instrument path %s" % path)
142 raise USDTException(
151 raise USDTException(
D__init__.py1269 from .usdt import USDT, USDTException