Home
last modified time | relevance | path

Searched refs:tsym (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/tools/perf/util/
H A Dthread-stack.c911 struct symbol *tsym = to_al->sym; in thread_stack__no_call_return() local
927 cp = call_path__findnew(cpr, root, tsym, addr, ks); in thread_stack__no_call_return()
957 cp = call_path__findnew(cpr, root, tsym, addr, ks); in thread_stack__no_call_return()
967 cp = call_path__findnew(cpr, parent, tsym, addr, ks); in thread_stack__no_call_return()
981 cp = call_path__findnew(cpr, parent, tsym, addr, ks); in thread_stack__no_call_return()
1057 struct symbol *tsym = to_al->sym; in thread_stack__x86_retpoline() local
1073 if (sym && sym == tsym && to_al->addr != tsym->start) { in thread_stack__x86_retpoline()
1082 } else if (sym && sym == tsym) { in thread_stack__x86_retpoline()
1091 cp = call_path__findnew(cpr, ts->stack[ts->cnt - 2].cp, tsym, in thread_stack__x86_retpoline()
[all...]
/kernel/linux/linux-6.6/tools/perf/util/
H A Dthread-stack.c912 struct symbol *tsym = to_al->sym; in thread_stack__no_call_return() local
928 cp = call_path__findnew(cpr, root, tsym, addr, ks); in thread_stack__no_call_return()
958 cp = call_path__findnew(cpr, root, tsym, addr, ks); in thread_stack__no_call_return()
968 cp = call_path__findnew(cpr, parent, tsym, addr, ks); in thread_stack__no_call_return()
982 cp = call_path__findnew(cpr, parent, tsym, addr, ks); in thread_stack__no_call_return()
1056 struct symbol *tsym = to_al->sym; in thread_stack__x86_retpoline() local
1072 if (sym && sym == tsym && to_al->addr != tsym->start) { in thread_stack__x86_retpoline()
1081 } else if (sym && sym == tsym) { in thread_stack__x86_retpoline()
1090 cp = call_path__findnew(cpr, ts->stack[ts->cnt - 2].cp, tsym, in thread_stack__x86_retpoline()
[all...]
/kernel/linux/linux-6.6/scripts/mod/
H A Dmodpost.c1135 Elf_Sym *tsym, in default_mismatch_handler()
1146 tsym = find_tosym(elf, taddr, tsym); in default_mismatch_handler()
1147 tosym = sym_name(elf, tsym); in default_mismatch_handler()
1166 else if (is_executable_section(elf, get_secindex(elf, tsym))) in default_mismatch_handler()
1491 Elf_Sym *tsym; in section_rela() local
1498 tsym = elf->symtab_start + r_sym; in section_rela()
1499 taddr = tsym->st_value + TO_NATIVE(rela->r_addend); in section_rela()
1514 check_section_mismatch(mod, elf, tsym, in section_rela()
1533 Elf_Sym *tsym; in section_rel() local
1133 default_mismatch_handler(const char *modname, struct elf_info *elf, const struct sectioncheck* const mismatch, Elf_Sym *tsym, unsigned int fsecndx, const char *fromsec, Elf_Addr faddr, const char *tosec, Elf_Addr taddr) default_mismatch_handler() argument
[all...]

Completed in 6 milliseconds