Searched refs:debuginfo (Results 1 – 12 of 12) sorted by relevance
/linux/tools/perf/util/ |
H A D | debuginfo.c | 40 static int debuginfo__init_offline_dwarf(struct debuginfo *dbg, in debuginfo__init_offline_dwarf() 78 static struct debuginfo *__debuginfo__new(const char *path) in __debuginfo__new() 80 struct debuginfo *dbg = zalloc(sizeof(*dbg)); in __debuginfo__new() 100 struct debuginfo *debuginfo__new(const char *path) in debuginfo__new() 105 struct debuginfo *dinfo = NULL; in debuginfo__new() 132 void debuginfo__delete(struct debuginfo *dbg) in debuginfo__delete() 142 int debuginfo__get_text_offset(struct debuginfo *dbg, Dwarf_Addr *offs, in debuginfo__get_text_offset()
|
H A D | probe-event.c | 393 static int find_alternative_probe_point(struct debuginfo *dinfo, in find_alternative_probe_point() 448 static int get_alternative_probe_event(struct debuginfo *dinfo, in get_alternative_probe_event() 464 static int get_alternative_line_range(struct debuginfo *dinfo, in get_alternative_line_range() 492 static struct debuginfo *open_from_debuginfod(struct dso *dso, struct nsinfo *nsi, in open_from_debuginfod() 497 struct debuginfo *ret = NULL; in open_from_debuginfod() 526 struct debuginfo *open_from_debuginfod(struct dso *dso __maybe_unused, in open_from_debuginfod() 535 static struct debuginfo *open_debuginfo(const char *module, struct nsinfo *nsi, in open_debuginfo() 540 struct debuginfo *ret = NULL; in open_debuginfo() 582 static struct debuginfo *debuginfo_cache; 585 static struct debuginfo *debuginfo_cache__open(const char *module, bool silent) in debuginfo_cache__open() [all …]
|
H A D | annotate-data.c | 365 static bool find_cu_die(struct debuginfo *di, u64 pc, Dwarf_Die *cu_die) in find_cu_die()
|
H A D | annotate.c | 2634 struct debuginfo *dbg;
|
/linux/scripts/ |
H A D | decode_stacktrace.sh | 88 debuginfod-find debuginfo $modbuildid && return 230 vmlinux=$(debuginfod-find debuginfo $vmlinux_buildid)
|
/linux/Documentation/arch/x86/ |
H A D | orc-unwinder.rst | 37 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/tools/perf/Documentation/ |
H A D | perf-probe.txt | 30 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…
|
H A D | tips.txt | 26 If you have debuginfo enabled, try: perf report -s sym,srcline
|
H A D | perf-record.txt | 550 Specify vmlinux path which has debuginfo.
|
/linux/kernel/module/ |
H A D | Kconfig | 265 debuginfo strip done by some packagers (such as rpmbuild) and
|
/linux/ |
H A D | Makefile | 496 KBUILD_HOSTRUSTFLAGS := $(rust_common_flags) -O -Cstrip=debuginfo \
|
/linux/lib/ |
H A D | Kconfig.debug | 45 This option is intended for distros where debuginfo is not easily 272 bool "Generate DWARF Version 4 debuginfo" 284 bool "Generate DWARF Version 5 debuginfo" 358 bool "Produce split debuginfo in .dwo files"
|