Lines Matching refs:_bail
146 def _bail(self, error): member in Probe
155 self._bail("at least the probe type, library, and " +
158 self._bail("extraneous ':'-separated parts detected")
160 self._bail("probe type must be 'p', 'r', 't', or 'u'" +
163 self._bail(("function signature '%s' has an invalid " +
168 self._bail("no expr types specified")
173 self._bail("no exprs specified")
219 self._bail("mismatched # of exprs and types")
221 self._bail("histograms can only have 1 expr")
224 self._bail("histograms must have expr")
416 self._bail("unable to find library %s" % self.library)