Searched refs:map__srcline (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/tools/perf/util/ |
H A D | block-info.c | 293 start_line = map__srcline(he->ms.map, bi->sym->start + bi->start, in block_range_entry() 296 end_line = map__srcline(he->ms.map, bi->sym->start + bi->end, in block_range_entry()
|
H A D | map.c | 489 char *map__srcline(struct map *map, u64 addr, struct symbol *sym) in map__srcline() function 504 char *srcline = map__srcline(map, addr, NULL); in map__fprintf_srcline()
|
H A D | map.h | 199 char *map__srcline(struct map *map, u64 addr, struct symbol *sym);
|
H A D | sort.c | 425 return map__srcline(he->ms.map, he->ip, he->ms.sym); in hist_entry__srcline() 484 return map__srcline(ams->ms.map, ams->al_addr, ams->ms.sym); in addr_map_symbol__srcline()
|
/openbmc/linux/tools/perf/ |
H A D | builtin-diff.c | 1375 start_line = map__srcline(he->ms.map, bi->sym->start + bi->start, in cycles_printf() 1378 end_line = map__srcline(he->ms.map, bi->sym->start + bi->end, in cycles_printf()
|