Searched refs:stext (Results 1 – 3 of 3) sorted by relevance
/tools/perf/util/ |
D | symbol-elf.c | 1497 u64 stext; member 1593 kci->stext = start; in kcore_copy__process_kallsyms() 1674 if (kcore_copy__map(kci, start, end, pgoff, kci->stext, kci->etext)) in kcore_copy__read_map() 1704 if (!kci->stext) in kcore_copy__find_remaps() 1711 if (p->addr <= kci->stext && pend >= kci->stext) { in kcore_copy__find_remaps() 1766 if (kci->stext) in kcore_copy__calc_maps() 1767 kci->stext = round_down(kci->stext, page_size); in kcore_copy__calc_maps() 1769 kci->stext = round_down(kci->first_symbol, page_size); in kcore_copy__calc_maps() 1790 if (!kci->stext || !kci->etext) in kcore_copy__calc_maps() 1926 struct kcore_copy_info kci = { .stext = 0, }; in kcore_copy()
|
D | probe-event.c | 580 unsigned long stext = 0; in find_perf_probe_point_from_dwarf() local 590 ret = get_text_start_address(tp->module, &stext, NULL); in find_perf_probe_point_from_dwarf() 593 addr += stext; in find_perf_probe_point_from_dwarf() 662 unsigned long stext = 0; in post_process_offline_probe_trace_events() local 667 if (!map || get_text_start_address(pathname, &stext, NULL) < 0) { in post_process_offline_probe_trace_events() 674 map, stext); in post_process_offline_probe_trace_events() 688 unsigned long stext = 0; in add_exec_to_probe_trace_events() local 693 ret = get_text_start_address(exec, &stext, nsi); in add_exec_to_probe_trace_events() 699 tevs[i].point.address -= stext; in add_exec_to_probe_trace_events()
|
D | symbol.c | 1275 u64 stext; in dso__load_kcore() local 1333 if (!kallsyms__get_function_start(kallsyms_filename, "_stext", &stext)) { in dso__load_kcore() 1335 if (stext >= new_map->start && stext < new_map->end) { in dso__load_kcore()
|