X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=tools%2Fperf%2Futil%2Fdso.h;h=d51aaf272c683e26e76fbd9f9b57d44c7e467c07;hb=f9ceffb605be7b3b3b2a6e6d14dd0d7a97eae580;hp=450199ab51b5d8364dd0393a75c5f04d913b6300;hpb=3792a64fdeeb9cab56c22695aaeb0624f1b295b4;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git diff --git a/tools/perf/util/dso.h b/tools/perf/util/dso.h index 450199a..d51aaf2 100644 --- a/tools/perf/util/dso.h +++ b/tools/perf/util/dso.h @@ -133,7 +133,8 @@ struct dso *dso__kernel_findnew(struct machine *machine, const char *name, const char *short_name, int dso_type); void dsos__add(struct list_head *head, struct dso *dso); -struct dso *dsos__find(struct list_head *head, const char *name); +struct dso *dsos__find(struct list_head *head, const char *name, + bool cmp_short); struct dso *__dsos__findnew(struct list_head *head, const char *name); bool __dsos__read_build_ids(struct list_head *head, bool with_hits);