Home
last modified time | relevance | path

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

/linux-4.1.27/tools/perf/util/
Dprobe-finder.h26 struct debuginfo { struct
34 extern struct debuginfo *debuginfo__new(const char *path);
35 extern void debuginfo__delete(struct debuginfo *dbg);
38 extern int debuginfo__find_trace_events(struct debuginfo *dbg,
44 extern int debuginfo__find_probe_point(struct debuginfo *dbg,
49 extern int debuginfo__find_line_range(struct debuginfo *dbg,
53 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()
92 static struct debuginfo *__debuginfo__new(const char *path) in __debuginfo__new()
94 struct debuginfo *dbg = zalloc(sizeof(*dbg)); in __debuginfo__new()
113 struct debuginfo *debuginfo__new(const char *path) in debuginfo__new()
118 struct debuginfo *dinfo = NULL; in debuginfo__new()
140 void debuginfo__delete(struct debuginfo *dbg) in debuginfo__delete()
997 static int debuginfo__find_probes(struct debuginfo *dbg, in debuginfo__find_probes()
1214 int debuginfo__find_trace_events(struct debuginfo *dbg, in debuginfo__find_trace_events()
1325 int debuginfo__find_available_vars_at(struct debuginfo *dbg, in debuginfo__find_available_vars_at()
1359 int debuginfo__find_probe_point(struct debuginfo *dbg, unsigned long addr, in debuginfo__find_probe_point()
[all …]
Dprobe-event.c295 static int find_alternative_probe_point(struct debuginfo *dinfo, in find_alternative_probe_point()
345 static int get_alternative_probe_event(struct debuginfo *dinfo, in get_alternative_probe_event()
362 static int get_alternative_line_range(struct debuginfo *dinfo, in get_alternative_line_range()
390 static struct debuginfo *open_debuginfo(const char *module, bool silent) in open_debuginfo()
393 struct debuginfo *ret; in open_debuginfo()
452 struct debuginfo *dinfo = NULL; in find_perf_probe_point_from_dwarf()
597 struct debuginfo *dinfo; in try_to_find_probe_trace_events()
714 struct debuginfo *dinfo; in __show_line_range()
810 static int show_available_vars_at(struct debuginfo *dinfo, in show_available_vars_at()
884 struct debuginfo *dinfo; in show_available_vars()
/linux-4.1.27/tools/perf/Documentation/
Dperf-probe.txt26 without debuginfo, or by C expressions (C line numbers, C function names,
27 and C local variables) with debuginfo.
34 Specify vmlinux path which has debuginfo (Dwarf binary).
152 … (optional). If omitted, perf probe automatically set the type based on debuginfo. You can specify…
/linux-4.1.27/lib/
DKconfig.debug147 bool "Produce split debuginfo in .dwo files"
162 bool "Generate dwarf4 debuginfo"
/linux-4.1.27/init/
DKconfig1885 debuginfo strip done by some packagers (such as rpmbuild) and