Home
last modified time | relevance | path

Searched refs:dso_binary_type (Results 1 – 7 of 7) sorted by relevance

/linux/tools/perf/util/
H A Ddso.h24 * enum dso_binary_type - The kind of DSO generally associated with a memory
27 enum dso_binary_type { enum
291 enum dso_binary_type symtab_type:8; in DECLARE_RC_STRUCT()
292 enum dso_binary_type binary_type:8; in DECLARE_RC_STRUCT()
682 static inline enum dso_binary_type dso__symtab_type(const struct dso *dso) in dso__symtab_type()
687 static inline void dso__set_symtab_type(struct dso *dso, enum dso_binary_type bt) in dso__set_symtab_type()
756 int dso__read_binary_type_filename(const struct dso *dso, enum dso_binary_type type,
858 static inline enum dso_binary_type dso__binary_type(const struct dso *dso) in dso__binary_type()
863 static inline void dso__set_binary_type(struct dso *dso, enum dso_binary_type bt) in dso__set_binary_type()
870 enum dso_binary_type b in dso__is_vmlinux()
[all...]
H A Dsymsrc.h18 enum dso_binary_type type;
41 int symsrc__init(struct symsrc *ss, struct dso *dso, const char *name, enum dso_binary_type type);
H A Ddebuginfo.c91 enum dso_binary_type distro_dwarf_types[] = {
102 enum dso_binary_type *type; in debuginfo__new()
H A Dsymbol-minimal.c233 enum dso_binary_type type) in symsrc__init()
H A Dsymbol.c84 static enum dso_binary_type binary_type_symtab[] = {
1719 enum dso_binary_type type) in dso__is_compatible_symtab_type()
1896 enum dso_binary_type symtab_type = binary_type_symtab[i]; in dso__load()
2013 enum dso_binary_type symtab_type; in dso__load_vmlinux()
H A Ddso.c113 enum dso_binary_type type, in dso__read_binary_type_filename()
766 enum dso_binary_type binary_type_data[] = { in try_to_open_dso()
H A Dsymbol-elf.c1216 enum dso_binary_type type) in symsrc__init()