Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dsrcline.h16 char *__get_srcline(struct dso *dso, u64 addr, struct symbol *sym,
H A Dsrcline.c875 char *__get_srcline(struct dso *dso, u64 addr, struct symbol *sym, in __get_srcline() function
968 return __get_srcline(dso, addr, sym, show_sym, show_addr, false, ip); in get_srcline()