X-Git-Url: http://ftp.safe.ca/?a=blobdiff_plain;ds=sidebyside;f=tools%2Fperf%2Futil%2Fsymbol.h;h=1b4192ee53001c98c5f07ef76efcbecb5ffd1204;hb=6122e4e4f5d0913e319ef8a4dc60a47afe4abc0a;hp=e90568a9e4675888d4aafe95f39d20b13b103bc0;hpb=7b2567c1f57c059de29d3f2ca03aca84473865c8;p=safe%2Fjmp%2Flinux-2.6 diff --git a/tools/perf/util/symbol.h b/tools/perf/util/symbol.h index e90568a..1b4192e 100644 --- a/tools/perf/util/symbol.h +++ b/tools/perf/util/symbol.h @@ -157,7 +157,7 @@ struct symbol *dso__find_symbol_by_name(struct dso *self, enum map_type type, int filename__read_build_id(const char *filename, void *bf, size_t size); int sysfs__read_build_id(const char *filename, void *bf, size_t size); -bool dsos__read_build_ids(void); +bool dsos__read_build_ids(bool with_hits); int build_id__sprintf(const u8 *self, int len, char *bf); int kallsyms__parse(const char *filename, void *arg, int (*process_symbol)(void *arg, const char *name,