1 // SPDX-License-Identifier: GPL-2.0
2 #ifndef __PERF_MAP_SYMBOL
3 #define __PERF_MAP_SYMBOL 1
5 #include <linux/types.h>
17 struct addr_map_symbol {
26 void map_symbol__exit(struct map_symbol *ms);
27 void addr_map_symbol__exit(struct addr_map_symbol *ams);
29 void map_symbol__copy(struct map_symbol *dst, struct map_symbol *src);
30 void addr_map_symbol__copy(struct addr_map_symbol *dst, struct addr_map_symbol *src);
32 #endif // __PERF_MAP_SYMBOL