Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/third_party/coverage/coverage/ctracer/
Dtracer.c433 int should_include; in CTracer_handle_call() local
446 should_include = (should_include_bool == Py_True); in CTracer_handle_call()
448 …if (PyDict_SetItem(self->should_trace_cache, tracename, should_include ? disposition : Py_None) < … in CTracer_handle_call()
453 should_include = (included != Py_None); in CTracer_handle_call()
455 if (!should_include) { in CTracer_handle_call()