X-Git-Url: http://git.cascardo.info/?a=blobdiff_plain;f=tools%2Fperf%2Futil%2Fcallchain.h;h=3e1ed15d11f114c90349bf48859e42a726e5f634;hb=2989ccaac48f8c3da7f77101bbf98e0ea8773d83;hp=3caccc2c173c32b1baef5b59f9366cf4aa09f9fb;hpb=5550171b2a9f8df26ff483051d060db06376b26d;p=cascardo%2Flinux.git diff --git a/tools/perf/util/callchain.h b/tools/perf/util/callchain.h index 3caccc2c173c..3e1ed15d11f1 100644 --- a/tools/perf/util/callchain.h +++ b/tools/perf/util/callchain.h @@ -193,4 +193,7 @@ static inline int arch_skip_callchain_idx(struct thread *thread __maybe_unused, } #endif +char *callchain_list__sym_name(struct callchain_list *cl, + char *bf, size_t bfsize, bool show_dso); + #endif /* __PERF_CALLCHAIN_H */