Lines Matching refs:debuginfo
118 static int debuginfo__init_offline_dwarf(struct debuginfo *self,
189 static int debuginfo__init_online_kernel_dwarf(struct debuginfo *self,
214 static int debuginfo__init_online_kernel_dwarf(struct debuginfo *self,
224 pr_debug2("Use file %s for debuginfo\n", path);
229 struct debuginfo *debuginfo__new(const char *path)
231 struct debuginfo *self = zalloc(sizeof(struct debuginfo));
243 struct debuginfo *debuginfo__new_online_kernel(unsigned long addr)
245 struct debuginfo *self = zalloc(sizeof(struct debuginfo));
257 void debuginfo__delete(struct debuginfo *self)
1071 /* Find probe points from debuginfo */
1072 static int debuginfo__find_probes(struct debuginfo *self,
1187 /* Find probe_trace_events specified by perf_probe_event from debuginfo */
1188 int debuginfo__find_trace_events(struct debuginfo *self,
1295 int debuginfo__find_available_vars_at(struct debuginfo *self,
1332 int debuginfo__find_probe_point(struct debuginfo *self, unsigned long addr,
1545 int debuginfo__find_line_range(struct debuginfo *self, struct line_range *lr)