Home
last modified time | relevance | path

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

/external/perfetto/src/trace_processor/python/perfetto/trace_processor/
Dapi.py25 class TraceProcessorException(Exception): class
76 raise TraceProcessorException('Invalid cell type')
128 raise TraceProcessorException(
200 raise TraceProcessorException(response.error)
217 raise TraceProcessorException(response.error)
236 raise TraceProcessorException(response.error)
/external/perfetto/test/trace_processor/python/
Dapi_unittest.py18 from trace_processor.api import TraceProcessor, TraceProcessorException
158 with self.assertRaises(TraceProcessorException):
291 with self.assertRaises(TraceProcessorException):