Searched refs:should_trace (Results 1 – 5 of 5) sorted by relevance
/external/chromium-trace/catapult/third_party/coverage/coverage/ |
D | collector.py | 61 def __init__(self, should_trace, check_include, timid, branch, warn, concurrency): argument 87 self.should_trace = should_trace 190 tracer.should_trace = self.should_trace
|
D | pytracer.py | 40 self.should_trace = None 84 disp = self.should_trace(filename, frame)
|
D | control.py | 245 should_trace=self._should_trace,
|
/external/chromium-trace/catapult/third_party/coverage/coverage/ctracer/ |
D | tracer.h | 20 PyObject * should_trace; member
|
D | tracer.c | 95 Py_XDECREF(self->should_trace); in CTracer_dealloc() 364 disposition = PyObject_CallFunctionObjArgs(self->should_trace, filename, frame, NULL); in CTracer_handle_call() 992 { "should_trace", T_OBJECT, offsetof(CTracer, should_trace), 0,
|