]> Pileus Git - ~andy/linux/blobdiff - tools/perf/util/annotate.h
perf annotate: Add inc_samples method to addr_map_symbol
[~andy/linux] / tools / perf / util / annotate.h
index 834b7b57b7884f7b833291caa6bcaad2a1eff1d1..8de10b1ef0273e7b81c5c179145f0b40709374ba 100644 (file)
@@ -134,6 +134,9 @@ static inline struct annotation *symbol__annotation(struct symbol *sym)
 
 int symbol__inc_addr_samples(struct symbol *sym, struct map *map,
                             int evidx, u64 addr);
+
+int addr_map_symbol__inc_samples(struct addr_map_symbol *ams, int evidx);
+
 int symbol__alloc_hist(struct symbol *sym);
 void symbol__annotate_zero_histograms(struct symbol *sym);