Symbol: stext
tools/perf/util/probe-event.c
668
u64 stext = 0;
tools/perf/util/probe-event.c
678
ret = get_text_start_address(tp->module, &stext, NULL);
tools/perf/util/probe-event.c
681
addr += stext;
tools/perf/util/probe-event.c
754
u64 stext = 0;
tools/perf/util/probe-event.c
759
if (!map || get_text_start_address(pathname, &stext, NULL) < 0) {
tools/perf/util/probe-event.c
766
map, stext);
tools/perf/util/probe-event.c
780
u64 stext = 0;
tools/perf/util/probe-event.c
785
ret = get_text_start_address(exec, &stext, nsi);
tools/perf/util/probe-event.c
791
tevs[i].point.address -= stext;
tools/perf/util/symbol-elf.c
2084
u64 stext;
tools/perf/util/symbol-elf.c
2180
kci->stext = start;
tools/perf/util/symbol-elf.c
2261
if (kcore_copy__map(kci, start, end, pgoff, kci->stext, kci->etext))
tools/perf/util/symbol-elf.c
2291
if (!kci->stext)
tools/perf/util/symbol-elf.c
2298
if (p->addr <= kci->stext && pend >= kci->stext) {
tools/perf/util/symbol-elf.c
2353
if (kci->stext)
tools/perf/util/symbol-elf.c
2354
kci->stext = round_down(kci->stext, page_size);
tools/perf/util/symbol-elf.c
2356
kci->stext = round_down(kci->first_symbol, page_size);
tools/perf/util/symbol-elf.c
2377
if (!kci->stext || !kci->etext)
tools/perf/util/symbol-elf.c
2513
struct kcore_copy_info kci = { .stext = 0, };
tools/perf/util/symbol.c
1316
u64 stext;
tools/perf/util/symbol.c
1362
if (!kallsyms__get_function_start(kallsyms_filename, "_stext", &stext)) {
tools/perf/util/symbol.c
1370
if (!(stext >= map__start(new_map) && stext < map__end(new_map)))