Searched refs:tracename (Results 1 – 2 of 2) sorted by relevance
333 PyObject * tracename = NULL; in CTracer_handle_call() local392 tracename = pdisp->source_filename; in CTracer_handle_call()393 if (tracename == NULL) { in CTracer_handle_call()418 tracename, frame, NULL in CTracer_handle_call()428 tracename = next_tracename; in CTracer_handle_call()430 if (tracename != Py_None) { in CTracer_handle_call()434 included = PyDict_GetItem(self->should_trace_cache, tracename); in CTracer_handle_call()442 … should_include_bool = PyObject_CallFunctionObjArgs(self->check_include, tracename, frame, NULL); in CTracer_handle_call()448 …if (PyDict_SetItem(self->should_trace_cache, tracename, should_include ? disposition : Py_None) < … in CTracer_handle_call()456 tracename = Py_None; in CTracer_handle_call()[all …]
89 tracename = disp.source_filename90 if tracename not in self.data:91 self.data[tracename] = {}92 self.cur_file_dict = self.data[tracename]