Home
last modified time | relevance | path

Searched refs:dso__has_srcline (Results 1 – 2 of 2) sorted by relevance

/linux/tools/perf/util/
H A Dsrcline.c169 if (!dso__has_srcline(dso)) in __get_srcline()
216 if (!dso__has_srcline(dso)) in get_srcline_split()
H A Ddso.h402 static inline bool dso__has_srcline(const struct dso *dso) in dso__has_srcline() function