Searched refs:_bail (Results 1 – 3 of 3) sorted by relevance
/external/bcc/tools/ |
D | argdist.py | 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") [all …]
|
D | trace.py | 81 def _bail(self, error): member in Probe 102 self._bail("USDT and tracepoint probes can't have " + 122 self._bail("unmatched end of predicate") 145 self._bail("probe type must be '', 'p', 't', 'r', " + 176 self._bail("unrecognized USDT probe %s" % self.usdt_name) 200 self._bail("expected format string in \"s") 340 self._bail("unrecognized format specifier %s" % field_type) 404 self._bail("unrecognized field type %s" % field_type) 417 self._bail("Unable to determine type of {} " 602 self._bail("unable to find library %s" % self.library)
|
D | inject.py | 60 def _bail(self, err): member in Probe
|