stext 15 arch/arm64/kernel/image-vars.h __efistub_stext_offset = stext - _text; stext 573 tools/perf/util/probe-event.c unsigned long stext = 0; stext 583 tools/perf/util/probe-event.c ret = get_text_start_address(tp->module, &stext, NULL); stext 586 tools/perf/util/probe-event.c addr += stext; stext 655 tools/perf/util/probe-event.c unsigned long stext = 0; stext 660 tools/perf/util/probe-event.c if (!map || get_text_start_address(pathname, &stext, NULL) < 0) { stext 667 tools/perf/util/probe-event.c map, stext); stext 681 tools/perf/util/probe-event.c unsigned long stext = 0; stext 686 tools/perf/util/probe-event.c ret = get_text_start_address(exec, &stext, nsi); stext 692 tools/perf/util/probe-event.c tevs[i].point.address -= stext; stext 1447 tools/perf/util/symbol-elf.c u64 stext; stext 1540 tools/perf/util/symbol-elf.c kci->stext = start; stext 1621 tools/perf/util/symbol-elf.c if (kcore_copy__map(kci, start, end, pgoff, kci->stext, kci->etext)) stext 1651 tools/perf/util/symbol-elf.c if (!kci->stext) stext 1658 tools/perf/util/symbol-elf.c if (p->addr <= kci->stext && pend >= kci->stext) { stext 1713 tools/perf/util/symbol-elf.c if (kci->stext) stext 1714 tools/perf/util/symbol-elf.c kci->stext = round_down(kci->stext, page_size); stext 1716 tools/perf/util/symbol-elf.c kci->stext = round_down(kci->first_symbol, page_size); stext 1733 tools/perf/util/symbol-elf.c if (!kci->stext || !kci->etext) stext 1869 tools/perf/util/symbol-elf.c struct kcore_copy_info kci = { .stext = 0, }; stext 1272 tools/perf/util/symbol.c u64 stext; stext 1330 tools/perf/util/symbol.c if (!kallsyms__get_function_start(kallsyms_filename, "_stext", &stext)) { stext 1332 tools/perf/util/symbol.c if (stext >= new_map->start && stext < new_map->end) {