Searched refs:USDTException (Results 1 – 2 of 2) sorted by relevance
21 class USDTException(Exception): class96 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(
1269 from .usdt import USDT, USDTException