Lines Matching defs:trace
13108 const char *start, *trace, *end;
13148 for (trace = start = buffer; trace != end; trace++) {
13149 if (!*trace) {
13152 trace - start);
13165 start = trace + 1;
16016 for (const struct have_function *trace = have_functions; trace->label; trace++) {
16018 if (trace->probe && !trace->probe()) continue;
16019 unicode = PyUnicode_DecodeASCII(trace->label, strlen(trace->label), NULL);