Searched refs:map__srcline (Results 1 – 5 of 5) sorted by relevance
| /linux/tools/perf/util/ |
| A D | block-info.c | 308 start_line = map__srcline(he->ms.map, bi->sym->start + bi->start, in block_range_entry() 311 end_line = map__srcline(he->ms.map, bi->sym->start + bi->end, in block_range_entry()
|
| A D | map.c | 488 char *map__srcline(struct map *map, u64 addr, struct symbol *sym) in map__srcline() function 503 char *srcline = map__srcline(map, addr, NULL); in map__fprintf_srcline()
|
| A D | map.h | 208 char *map__srcline(struct map *map, u64 addr, struct symbol *sym);
|
| A D | sort.c | 473 return map__srcline(he->ms.map, he->ip, he->ms.sym); in hist_entry__srcline() 532 return map__srcline(ams->ms.map, ams->al_addr, ams->ms.sym); in addr_map_symbol__srcline()
|
| /linux/tools/perf/ |
| A D | builtin-diff.c | 1361 start_line = map__srcline(he->ms.map, bi->sym->start + bi->start, in cycles_printf() 1364 end_line = map__srcline(he->ms.map, bi->sym->start + bi->end, in cycles_printf()
|
Completed in 25 milliseconds