Searched refs:dso_type (Results 1 – 7 of 7) sorted by relevance
139 static enum dso_type machine__thread_dso_type(struct machine *machine, in machine__thread_dso_type()142 enum dso_type dso_type = DSO__TYPE_UNKNOWN; in machine__thread_dso_type() local151 dso_type = dso__type(dso, machine); in machine__thread_dso_type()152 if (dso_type != DSO__TYPE_UNKNOWN) in machine__thread_dso_type()156 return dso_type; in machine__thread_dso_type()257 enum dso_type dso_type; in __machine__findnew_vdso_compat() local259 dso_type = machine__thread_dso_type(machine, thread); in __machine__findnew_vdso_compat()262 if (dso_type == DSO__TYPE_32BIT) in __machine__findnew_vdso_compat()266 if (dso_type == DSO__TYPE_X32BIT) in __machine__findnew_vdso_compat()270 switch (dso_type) { in __machine__findnew_vdso_compat()
58 enum dso_type { enum317 const char *short_name, int dso_type);353 enum dso_type dso__type(struct dso *dso, struct machine *machine);
1161 enum dso_type dso__type_fd(int fd) in dso__type_fd()1163 enum dso_type dso_type = DSO__TYPE_UNKNOWN; in dso__type_fd() local1177 dso_type = DSO__TYPE_64BIT; in dso__type_fd()1185 dso_type = DSO__TYPE_X32BIT; in dso__type_fd()1187 dso_type = DSO__TYPE_32BIT; in dso__type_fd()1191 return dso_type; in dso__type_fd()
868 const char *short_name, int dso_type) in machine__findnew_kernel() argument881 dso->kernel = dso_type; in machine__findnew_kernel()1322 enum dso_type dso__type(struct dso *dso, struct machine *machine) in dso__type()1325 enum dso_type type = DSO__TYPE_UNKNOWN; in dso__type()
247 enum dso_type dso__type_fd(int fd);
313 enum dso_type dso__type_fd(int fd) in dso__type_fd()
1232 enum dso_kernel_type dso_type; in __event_process_build_id() local1242 dso_type = DSO_TYPE_KERNEL; in __event_process_build_id()1245 dso_type = DSO_TYPE_GUEST_KERNEL; in __event_process_build_id()1249 dso_type = DSO_TYPE_USER; in __event_process_build_id()1262 dso->kernel = dso_type; in __event_process_build_id()