Home
last modified time | relevance | path

Searched refs:symtab_type (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/tools/perf/util/
H A Dsymbol.c1886 enum dso_binary_type symtab_type = binary_type_symtab[i]; in dso__load() local
1888 nsexit = (symtab_type == DSO_BINARY_TYPE__BUILD_ID_CACHE || in dso__load()
1889 symtab_type == DSO_BINARY_TYPE__BUILD_ID_CACHE_DEBUGINFO); in dso__load()
1891 if (!dso__is_compatible_symtab_type(dso, kmod, symtab_type)) in dso__load()
1894 if (dso__read_binary_type_filename(dso, symtab_type, in dso__load()
1916 sirc = symsrc__init(ss, dso, name, symtab_type); in dso__load()
1945 dso__set_binary_type(dso, symtab_type); in dso__load()
2003 enum dso_binary_type symtab_type; in dso__load_vmlinux() local
2011 symtab_type = DSO_BINARY_TYPE__GUEST_VMLINUX; in dso__load_vmlinux()
2013 symtab_type = DSO_BINARY_TYPE__VMLINUX; in dso__load_vmlinux()
[all …]
H A Ddso.h273 enum dso_binary_type symtab_type:8; in DECLARE_RC_STRUCT()
674 return RC_CHK_ACCESS(dso)->symtab_type; in dso__symtab_type()
679 RC_CHK_ACCESS(dso)->symtab_type = bt; in dso__set_symtab_type()
H A Ddso.c1530 dso->symtab_type = DSO_BINARY_TYPE__NOT_FOUND; in dso__new_id()
/linux-6.15/tools/perf/arch/powerpc/util/
H A Dsym-handling.c107 if (map__dso(map)->symtab_type == DSO_BINARY_TYPE__KALLSYMS) in arch__fix_tev_from_maps()