Home
last modified time | relevance | path

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

/linux-6.1.9/tools/perf/util/
Dsrcline.h15 char *__get_srcline(struct dso *dso, u64 addr, struct symbol *sym,
Dsrcline.c681 char *__get_srcline(struct dso *dso, u64 addr, struct symbol *sym, in __get_srcline() function
767 return __get_srcline(dso, addr, sym, show_sym, show_addr, false, ip); in get_srcline()
Dsort.c520 sf = __get_srcline(map->dso, map__rip_2objdump(map, e->ip), in hist_entry__get_srcfile()