Home
last modified time | relevance | path

Searched refs:debuginfo (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/tools/perf/util/
Dprobe-finder.h29 struct debuginfo { struct
37 extern struct debuginfo *debuginfo__new(const char *path);
38 extern void debuginfo__delete(struct debuginfo *dbg);
41 extern int debuginfo__find_trace_events(struct debuginfo *dbg,
46 extern int debuginfo__find_probe_point(struct debuginfo *dbg,
51 extern int debuginfo__find_line_range(struct debuginfo *dbg,
55 extern int debuginfo__find_available_vars_at(struct debuginfo *dbg,
Dprobe-finder.c60 static int debuginfo__init_offline_dwarf(struct debuginfo *dbg, in debuginfo__init_offline_dwarf()
95 static struct debuginfo *__debuginfo__new(const char *path) in __debuginfo__new()
97 struct debuginfo *dbg = zalloc(sizeof(*dbg)); in __debuginfo__new()
116 struct debuginfo *debuginfo__new(const char *path) in debuginfo__new()
121 struct debuginfo *dinfo = NULL; in debuginfo__new()
143 void debuginfo__delete(struct debuginfo *dbg) in debuginfo__delete()
1017 static int debuginfo__find_probes(struct debuginfo *dbg, in debuginfo__find_probes()
1250 int debuginfo__find_trace_events(struct debuginfo *dbg, in debuginfo__find_trace_events()
1388 int debuginfo__find_available_vars_at(struct debuginfo *dbg, in debuginfo__find_available_vars_at()
1421 static int debuginfo__get_text_offset(struct debuginfo *dbg, Dwarf_Addr *offs) in debuginfo__get_text_offset()
[all …]
Dprobe-event.c309 static int find_alternative_probe_point(struct debuginfo *dinfo, in find_alternative_probe_point()
359 static int get_alternative_probe_event(struct debuginfo *dinfo, in get_alternative_probe_event()
375 static int get_alternative_line_range(struct debuginfo *dinfo, in get_alternative_line_range()
403 static struct debuginfo *open_debuginfo(const char *module, bool silent) in open_debuginfo()
407 struct debuginfo *ret = NULL; in open_debuginfo()
439 static struct debuginfo *debuginfo_cache;
442 static struct debuginfo *debuginfo_cache__open(const char *module, bool silent) in debuginfo_cache__open()
512 struct debuginfo *dinfo = NULL; in find_perf_probe_point_from_dwarf()
668 struct debuginfo *dinfo; in try_to_find_probe_trace_events()
787 struct debuginfo *dinfo; in __show_line_range()
[all …]
/linux-4.4.14/tools/perf/Documentation/
Dperf-probe.txt28 without debuginfo, or by C expressions (C line numbers, C function names,
29 and C local variables) with debuginfo.
36 Specify vmlinux path which has debuginfo (Dwarf binary).
159 … (optional). If omitted, perf probe automatically set the type based on debuginfo. You can specify…
/linux-4.4.14/lib/
DKconfig.debug147 bool "Produce split debuginfo in .dwo files"
162 bool "Generate dwarf4 debuginfo"
/linux-4.4.14/init/
DKconfig1918 debuginfo strip done by some packagers (such as rpmbuild) and