Lines Matching defs:trace
34 unsigned int sanity_checks, slab_size, store_user, trace;
561 s->align, s->objs_per_slab, onoff(s->trace),
621 if (s->trace)
767 if (tracing && !s->trace) {
769 set_obj(s, "trace", 1);
771 fprintf(stderr, "%s can only enable trace for one slab at a time\n", s->name);
773 if (!tracing && s->trace)
774 set_obj(s, "trace", 1);
1251 slab->trace = get_obj("trace");