Home
last modified time | relevance | path

Searched refs:auxtrace_cache (Results 1 – 5 of 5) sorted by relevance

/tools/perf/util/
A Dauxtrace.h459 struct auxtrace_cache;
564 struct auxtrace_cache *auxtrace_cache__new(unsigned int bits, size_t entry_size,
566 void auxtrace_cache__free(struct auxtrace_cache *auxtrace_cache);
567 void *auxtrace_cache__alloc_entry(struct auxtrace_cache *c);
568 void auxtrace_cache__free_entry(struct auxtrace_cache *c, void *entry);
569 int auxtrace_cache__add(struct auxtrace_cache *c, u32 key,
571 void auxtrace_cache__remove(struct auxtrace_cache *c, u32 key);
572 void *auxtrace_cache__lookup(struct auxtrace_cache *c, u32 key);
838 void auxtrace_cache__free(struct auxtrace_cache *auxtrace_cache __maybe_unused) in auxtrace_cache__free()
A Ddso.h248 struct auxtrace_cache;
275 struct auxtrace_cache *auxtrace_cache; in DECLARE_RC_STRUCT() local
375 static inline struct auxtrace_cache *dso__auxtrace_cache(struct dso *dso) in dso__auxtrace_cache()
377 return RC_CHK_ACCESS(dso)->auxtrace_cache; in dso__auxtrace_cache()
380 static inline void dso__set_auxtrace_cache(struct dso *dso, struct auxtrace_cache *cache) in dso__set_auxtrace_cache()
382 RC_CHK_ACCESS(dso)->auxtrace_cache = cache; in dso__set_auxtrace_cache()
A Dauxtrace.c2029 struct auxtrace_cache { struct
2038 struct auxtrace_cache *auxtrace_cache__new(unsigned int bits, size_t entry_size, in auxtrace_cache__new() argument
2041 struct auxtrace_cache *c; in auxtrace_cache__new()
2045 c = zalloc(sizeof(struct auxtrace_cache)); in auxtrace_cache__new()
2071 static void auxtrace_cache__drop(struct auxtrace_cache *c) in auxtrace_cache__drop()
2090 void auxtrace_cache__free(struct auxtrace_cache *c) in auxtrace_cache__free()
2100 void *auxtrace_cache__alloc_entry(struct auxtrace_cache *c) in auxtrace_cache__alloc_entry()
2105 void auxtrace_cache__free_entry(struct auxtrace_cache *c __maybe_unused, in auxtrace_cache__free_entry()
2111 int auxtrace_cache__add(struct auxtrace_cache *c, u32 key, in auxtrace_cache__add()
2144 void auxtrace_cache__remove(struct auxtrace_cache *c, u32 key) in auxtrace_cache__remove()
[all …]
A Dintel-pt.c597 static struct auxtrace_cache *intel_pt_cache(struct dso *dso, in intel_pt_cache()
600 struct auxtrace_cache *c; in intel_pt_cache()
620 struct auxtrace_cache *c = intel_pt_cache(dso, machine); in intel_pt_cache_add()
650 struct auxtrace_cache *c = intel_pt_cache(dso, machine); in intel_pt_cache_lookup()
661 struct auxtrace_cache *c = intel_pt_cache(dso, machine); in intel_pt_cache_invalidate()
A Ddso.c1605 auxtrace_cache__free(RC_CHK_ACCESS(dso)->auxtrace_cache); in dso__delete()

Completed in 27 milliseconds