auxtrace_cache
struct auxtrace_cache *auxtrace_cache__new(unsigned int bits, size_t entry_size,
struct auxtrace_cache *c;
c = zalloc(sizeof(struct auxtrace_cache));
static void auxtrace_cache__drop(struct auxtrace_cache *c)
void auxtrace_cache__free(struct auxtrace_cache *c)
void *auxtrace_cache__alloc_entry(struct auxtrace_cache *c)
void auxtrace_cache__free_entry(struct auxtrace_cache *c __maybe_unused,
int auxtrace_cache__add(struct auxtrace_cache *c, u32 key,
static struct auxtrace_cache_entry *auxtrace_cache__rm(struct auxtrace_cache *c,
void auxtrace_cache__remove(struct auxtrace_cache *c, u32 key)
void *auxtrace_cache__lookup(struct auxtrace_cache *c, u32 key)
struct auxtrace_cache;
struct auxtrace_cache *auxtrace_cache__new(unsigned int bits, size_t entry_size,
void auxtrace_cache__free(struct auxtrace_cache *auxtrace_cache);
void *auxtrace_cache__alloc_entry(struct auxtrace_cache *c);
void auxtrace_cache__free_entry(struct auxtrace_cache *c, void *entry);
int auxtrace_cache__add(struct auxtrace_cache *c, u32 key,
void auxtrace_cache__remove(struct auxtrace_cache *c, u32 key);
void *auxtrace_cache__lookup(struct auxtrace_cache *c, u32 key);
auxtrace_cache__free(RC_CHK_ACCESS(dso)->auxtrace_cache);
struct auxtrace_cache;
struct auxtrace_cache *auxtrace_cache;
static inline struct auxtrace_cache *dso__auxtrace_cache(struct dso *dso)
return RC_CHK_ACCESS(dso)->auxtrace_cache;
static inline void dso__set_auxtrace_cache(struct dso *dso, struct auxtrace_cache *cache)
RC_CHK_ACCESS(dso)->auxtrace_cache = cache;
static struct auxtrace_cache *intel_pt_cache(struct dso *dso,
struct auxtrace_cache *c;
struct auxtrace_cache *c = intel_pt_cache(dso, machine);
struct auxtrace_cache *c = intel_pt_cache(dso, machine);
struct auxtrace_cache *c = intel_pt_cache(dso, machine);