Lines Matching refs:auxtrace_cache
595 static struct auxtrace_cache *intel_pt_cache(struct dso *dso,
598 struct auxtrace_cache *c;
601 if (dso->auxtrace_cache)
602 return dso->auxtrace_cache;
609 dso->auxtrace_cache = c;
618 struct auxtrace_cache *c = intel_pt_cache(dso, machine);
648 struct auxtrace_cache *c = intel_pt_cache(dso, machine);
653 return auxtrace_cache__lookup(dso->auxtrace_cache, offset);
659 struct auxtrace_cache *c = intel_pt_cache(dso, machine);
664 auxtrace_cache__remove(dso->auxtrace_cache, offset);
3419 if (!dso || !dso->auxtrace_cache)