]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - tools/perf/util/auxtrace.h
perf auxtrace: Add auxtrace_cache__remove()
[linux.git] / tools / perf / util / auxtrace.h
index f201f36bc35fba78c71708aa01d712359d99a175..3f4aa5427d76b4ddc9ff92e91a19bf71da1695a1 100644 (file)
@@ -489,6 +489,7 @@ 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,
                        struct auxtrace_cache_entry *entry);
+void auxtrace_cache__remove(struct auxtrace_cache *c, u32 key);
 void *auxtrace_cache__lookup(struct auxtrace_cache *c, u32 key);
 
 struct auxtrace_record *auxtrace_record__init(struct evlist *evlist,