Symbol: debuginfo
tools/perf/ui/browsers/annotate.c
39
struct debuginfo *dbg;
tools/perf/util/annotate-data.c
410
static bool find_cu_die(struct debuginfo *di, u64 pc, Dwarf_Die *cu_die)
tools/perf/util/annotate-data.h
127
struct debuginfo *di;
tools/perf/util/annotate-data.h
17
struct debuginfo;
tools/perf/util/annotate.c
2781
struct debuginfo *dbg;
tools/perf/util/annotate.c
2795
struct debuginfo *dbg, struct disasm_line *dl,
tools/perf/util/annotate.c
767
struct debuginfo *dbg, struct disasm_line *dl,
tools/perf/util/annotate.h
206
struct debuginfo *dbg;
tools/perf/util/debuginfo.c
107
struct debuginfo *dinfo = NULL;
tools/perf/util/debuginfo.c
142
void debuginfo__delete(struct debuginfo *dbg)
tools/perf/util/debuginfo.c
152
int debuginfo__get_text_offset(struct debuginfo *dbg, Dwarf_Addr *offs,
tools/perf/util/debuginfo.c
40
static int debuginfo__init_offline_dwarf(struct debuginfo *dbg,
tools/perf/util/debuginfo.c
81
static struct debuginfo *__debuginfo__new(const char *path)
tools/perf/util/debuginfo.c
83
struct debuginfo *dbg = zalloc(sizeof(*dbg));
tools/perf/util/debuginfo.c
94
struct debuginfo *debuginfo__new(const char *path)
tools/perf/util/debuginfo.h
22
struct debuginfo *debuginfo__new(const char *path);
tools/perf/util/debuginfo.h
23
void debuginfo__delete(struct debuginfo *dbg);
tools/perf/util/debuginfo.h
25
int debuginfo__get_text_offset(struct debuginfo *dbg, Dwarf_Addr *offs,
tools/perf/util/debuginfo.h
34
static inline struct debuginfo *debuginfo__new(const char *path __maybe_unused)
tools/perf/util/debuginfo.h
39
static inline void debuginfo__delete(struct debuginfo *dbg __maybe_unused)
tools/perf/util/debuginfo.h
45
static inline int debuginfo__get_text_offset(struct debuginfo *dbg __maybe_unused,
tools/perf/util/dso.c
2027
struct debuginfo *dso__debuginfo(struct dso *dso)
tools/perf/util/dso.c
2031
struct debuginfo *dinfo = NULL;
tools/perf/util/dso.h
948
struct debuginfo *dso__debuginfo(struct dso *dso);
tools/perf/util/probe-event.c
1070
struct debuginfo *dinfo;
tools/perf/util/probe-event.c
1181
static int show_available_vars_at(struct debuginfo *dinfo,
tools/perf/util/probe-event.c
1252
struct debuginfo *dinfo;
tools/perf/util/probe-event.c
395
static int find_alternative_probe_point(struct debuginfo *dinfo,
tools/perf/util/probe-event.c
450
static int get_alternative_probe_event(struct debuginfo *dinfo,
tools/perf/util/probe-event.c
466
static int get_alternative_line_range(struct debuginfo *dinfo,
tools/perf/util/probe-event.c
494
static struct debuginfo *open_from_debuginfod(struct dso *dso, struct nsinfo *nsi,
tools/perf/util/probe-event.c
499
struct debuginfo *ret = NULL;
tools/perf/util/probe-event.c
528
struct debuginfo *open_from_debuginfod(struct dso *dso __maybe_unused,
tools/perf/util/probe-event.c
537
static struct debuginfo *open_debuginfo(const char *module, struct nsinfo *nsi,
tools/perf/util/probe-event.c
542
struct debuginfo *ret = NULL;
tools/perf/util/probe-event.c
584
static struct debuginfo *debuginfo_cache;
tools/perf/util/probe-event.c
587
static struct debuginfo *debuginfo_cache__open(const char *module, bool silent)
tools/perf/util/probe-event.c
666
struct debuginfo *dinfo = NULL;
tools/perf/util/probe-event.c
805
struct debuginfo *dinfo)
tools/perf/util/probe-event.c
906
bool uprobe, struct debuginfo *dinfo)
tools/perf/util/probe-event.c
932
struct debuginfo *dinfo;
tools/perf/util/probe-finder.c
1082
static int debuginfo__find_probe_location(struct debuginfo *dbg,
tools/perf/util/probe-finder.c
1156
static int debuginfo__find_probes(struct debuginfo *dbg,
tools/perf/util/probe-finder.c
1412
int debuginfo__find_trace_events(struct debuginfo *dbg,
tools/perf/util/probe-finder.c
1584
int debuginfo__find_available_vars_at(struct debuginfo *dbg,
tools/perf/util/probe-finder.c
1617
int debuginfo__find_probe_point(struct debuginfo *dbg, u64 addr,
tools/perf/util/probe-finder.c
1853
int debuginfo__find_line_range(struct debuginfo *dbg, struct line_range *lr)
tools/perf/util/probe-finder.h
33
int debuginfo__find_trace_events(struct debuginfo *dbg,
tools/perf/util/probe-finder.h
38
int debuginfo__find_probe_point(struct debuginfo *dbg, u64 addr,
tools/perf/util/probe-finder.h
42
int debuginfo__find_line_range(struct debuginfo *dbg, struct line_range *lr);
tools/perf/util/probe-finder.h
45
int debuginfo__find_available_vars_at(struct debuginfo *dbg,
tools/perf/util/probe-finder.h
55
struct debuginfo *dbg;