Home
last modified time | relevance | path

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

/linux-6.1.9/tools/perf/util/
Dprobe-finder.h31 struct debuginfo { struct
40 struct debuginfo *debuginfo__new(const char *path);
41 void debuginfo__delete(struct debuginfo *dbg);
44 int debuginfo__find_trace_events(struct debuginfo *dbg,
49 int debuginfo__find_probe_point(struct debuginfo *dbg, u64 addr,
52 int debuginfo__get_text_offset(struct debuginfo *dbg, Dwarf_Addr *offs,
56 int debuginfo__find_line_range(struct debuginfo *dbg, struct line_range *lr);
59 int debuginfo__find_available_vars_at(struct debuginfo *dbg,
69 struct debuginfo *dbg;
Dprobe-finder.c55 static int debuginfo__init_offline_dwarf(struct debuginfo *dbg, in debuginfo__init_offline_dwarf()
93 static struct debuginfo *__debuginfo__new(const char *path) in __debuginfo__new()
95 struct debuginfo *dbg = zalloc(sizeof(*dbg)); in __debuginfo__new()
115 struct debuginfo *debuginfo__new(const char *path) in debuginfo__new()
120 struct debuginfo *dinfo = NULL; in debuginfo__new()
147 void debuginfo__delete(struct debuginfo *dbg) in debuginfo__delete()
1158 static int debuginfo__find_probe_location(struct debuginfo *dbg, in debuginfo__find_probe_location()
1232 static int debuginfo__find_probes(struct debuginfo *dbg, in debuginfo__find_probes()
1469 int debuginfo__find_trace_events(struct debuginfo *dbg, in debuginfo__find_trace_events()
1639 int debuginfo__find_available_vars_at(struct debuginfo *dbg, in debuginfo__find_available_vars_at()
[all …]
Dprobe-event.c368 static int find_alternative_probe_point(struct debuginfo *dinfo, in find_alternative_probe_point()
422 static int get_alternative_probe_event(struct debuginfo *dinfo, in get_alternative_probe_event()
438 static int get_alternative_line_range(struct debuginfo *dinfo, in get_alternative_line_range()
466 static struct debuginfo *open_from_debuginfod(struct dso *dso, struct nsinfo *nsi, in open_from_debuginfod()
471 struct debuginfo *ret = NULL; in open_from_debuginfod()
500 struct debuginfo *open_from_debuginfod(struct dso *dso __maybe_unused, in open_from_debuginfod()
509 static struct debuginfo *open_debuginfo(const char *module, struct nsinfo *nsi, in open_debuginfo()
514 struct debuginfo *ret = NULL; in open_debuginfo()
556 static struct debuginfo *debuginfo_cache;
559 static struct debuginfo *debuginfo_cache__open(const char *module, bool silent) in debuginfo_cache__open()
[all …]
/linux-6.1.9/scripts/
Ddecode_stacktrace.sh67 debuginfod-find debuginfo $modbuildid && return
209 vmlinux=$(debuginfod-find debuginfo $vmlinux_buildid)
/linux-6.1.9/Documentation/x86/
Dorc-unwinder.rst37 performance, because the debuginfo is out of band. So if you disable
63 ORC debuginfo's advantage over DWARF itself is that it's much simpler.
69 The simpler debuginfo format also enables the unwinder to be much faster
118 gives more accurate debuginfo, with very few annotations. It also
/linux-6.1.9/tools/perf/Documentation/
Dperf-probe.txt30 without debuginfo, or by C expressions (C line numbers, C function names,
31 and C local variables) with debuginfo.
38 Specify vmlinux path which has debuginfo (Dwarf binary).
201 … (optional). If omitted, perf probe automatically set the type based on debuginfo (*). Currently, …
308 …- Since the perf probe commands read the vmlinux (for kernel) and/or the debuginfo file (including…
Dtips.txt22 If you have debuginfo enabled, try: perf report -s sym,srcline
Dperf-record.txt504 Specify vmlinux path which has debuginfo.
/linux-6.1.9/kernel/module/
DKconfig110 debuginfo strip done by some packagers (such as rpmbuild) and
/linux-6.1.9/lib/
DKconfig.debug45 This option is intended for distros where debuginfo is not easily
271 bool "Generate DWARF Version 4 debuginfo"
283 bool "Generate DWARF Version 5 debuginfo"
331 bool "Produce split debuginfo in .dwo files"
/linux-6.1.9/
DMakefile478 KBUILD_HOSTRUSTFLAGS := $(rust_common_flags) -O -Cstrip=debuginfo \