]> Pileus Git - ~andy/linux/blobdiff - tools/perf/util/thread.h
perf symbols: Allow lookups by symbol name too
[~andy/linux] / tools / perf / util / thread.h
index a6333f3716af51a4d3c193b528c41dd904ba4f3a..1751802a09ba41aef3fb1e985d94110aff516a12 100644 (file)
@@ -64,4 +64,7 @@ map_groups__find_function(struct map_groups *self, u64 addr,
 {
        return map_groups__find_symbol(self, MAP__FUNCTION, addr, filter);
 }
+
+struct map *map_groups__find_by_name(struct map_groups *self,
+                                    enum map_type type, const char *name);
 #endif /* __PERF_THREAD_H */