Home
last modified time | relevance | path

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

/tools/perf/util/
Dsymbol-elf.c1447 u64 stext; member
1540 kci->stext = start; in kcore_copy__process_kallsyms()
1621 if (kcore_copy__map(kci, start, end, pgoff, kci->stext, kci->etext)) in kcore_copy__read_map()
1651 if (!kci->stext) in kcore_copy__find_remaps()
1658 if (p->addr <= kci->stext && pend >= kci->stext) { in kcore_copy__find_remaps()
1713 if (kci->stext) in kcore_copy__calc_maps()
1714 kci->stext = round_down(kci->stext, page_size); in kcore_copy__calc_maps()
1716 kci->stext = round_down(kci->first_symbol, page_size); in kcore_copy__calc_maps()
1733 if (!kci->stext || !kci->etext) in kcore_copy__calc_maps()
1869 struct kcore_copy_info kci = { .stext = 0, }; in kcore_copy()
Dprobe-event.c573 unsigned long stext = 0; in find_perf_probe_point_from_dwarf() local
583 ret = get_text_start_address(tp->module, &stext, NULL); in find_perf_probe_point_from_dwarf()
586 addr += stext; in find_perf_probe_point_from_dwarf()
655 unsigned long stext = 0; in post_process_offline_probe_trace_events() local
660 if (!map || get_text_start_address(pathname, &stext, NULL) < 0) { in post_process_offline_probe_trace_events()
667 map, stext); in post_process_offline_probe_trace_events()
681 unsigned long stext = 0; in add_exec_to_probe_trace_events() local
686 ret = get_text_start_address(exec, &stext, nsi); in add_exec_to_probe_trace_events()
692 tevs[i].point.address -= stext; in add_exec_to_probe_trace_events()
Dsymbol.c1272 u64 stext; in dso__load_kcore() local
1330 if (!kallsyms__get_function_start(kallsyms_filename, "_stext", &stext)) { in dso__load_kcore()
1332 if (stext >= new_map->start && stext < new_map->end) { in dso__load_kcore()