Lines Matching refs:auxtrace_cache
481 static struct auxtrace_cache *intel_pt_cache(struct dso *dso,
484 struct auxtrace_cache *c;
487 if (dso->auxtrace_cache)
488 return dso->auxtrace_cache;
495 dso->auxtrace_cache = c;
504 struct auxtrace_cache *c = intel_pt_cache(dso, machine);
533 struct auxtrace_cache *c = intel_pt_cache(dso, machine);
538 return auxtrace_cache__lookup(dso->auxtrace_cache, offset);
544 struct auxtrace_cache *c = intel_pt_cache(dso, machine);
549 auxtrace_cache__remove(dso->auxtrace_cache, offset);
2682 if (!al.map->dso || !al.map->dso->auxtrace_cache)