/openbmc/linux/tools/perf/util/ |
H A D | probe-finder.h | 31 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;
|
H A D | probe-finder.c | 55 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() 1167 static int debuginfo__find_probe_location(struct debuginfo *dbg, in debuginfo__find_probe_location() 1241 static int debuginfo__find_probes(struct debuginfo *dbg, in debuginfo__find_probes() 1478 int debuginfo__find_trace_events(struct debuginfo *dbg, in debuginfo__find_trace_events() 1652 int debuginfo__find_available_vars_at(struct debuginfo *dbg, in debuginfo__find_available_vars_at() [all …]
|
H A D | probe-event.c | 377 static int find_alternative_probe_point(struct debuginfo *dinfo, in find_alternative_probe_point() 432 static int get_alternative_probe_event(struct debuginfo *dinfo, in get_alternative_probe_event() 448 static int get_alternative_line_range(struct debuginfo *dinfo, in get_alternative_line_range() 476 static struct debuginfo *open_from_debuginfod(struct dso *dso, struct nsinfo *nsi, in open_from_debuginfod() 481 struct debuginfo *ret = NULL; in open_from_debuginfod() 510 struct debuginfo *open_from_debuginfod(struct dso *dso __maybe_unused, in open_from_debuginfod() 519 static struct debuginfo *open_debuginfo(const char *module, struct nsinfo *nsi, in open_debuginfo() 524 struct debuginfo *ret = NULL; in open_debuginfo() 566 static struct debuginfo *debuginfo_cache; 569 static struct debuginfo *debuginfo_cache__open(const char *module, bool silent) in debuginfo_cache__open() [all …]
|
/openbmc/openbmc/poky/meta/recipes-devtools/debugedit/files/ |
H A D | 0003-Makefile.am-do-not-update-manual.patch | 28 dist_man_MANS = debugedit.1 sepdebugcrcfix.1 find-debuginfo.1 52 -find-debuginfo.1: $(top_srcdir)/scripts/find-debuginfo.in configure.ac find-debuginfo 55 - --name='finds debuginfo and processes it' \ 56 - ./find-debuginfo ;;\
|
/openbmc/openbmc/poky/meta/recipes-devtools/debugedit/ |
H A D | debugedit_5.1.bb | 1 SUMMARY = "Tools for creating debuginfo and source file distributions" 3 debuginfo and source file distributions, collect build-ids and rewrite \ 30 MULTILIB_SCRIPTS = "${PN}:${bindir}/find-debuginfo"
|
/openbmc/linux/scripts/ |
H A D | decode_stacktrace.sh | 82 debuginfod-find debuginfo $modbuildid && return 224 vmlinux=$(debuginfod-find debuginfo $vmlinux_buildid)
|
/openbmc/qemu/tcg/ |
H A D | meson.build | 25 tcg_ss.add(when: libdw, if_true: files('debuginfo.c'))
|
/openbmc/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
|
/openbmc/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 | 22 If you have debuginfo enabled, try: perf report -s sym,srcline
|
H A D | perf-record.txt | 538 Specify vmlinux path which has debuginfo.
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/mpich/ |
H A D | mpich_4.2.3.bb | 13 EXTRA_OECONF = "--enable-debuginfo \
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/kpatch/kpatch/ |
H A D | 0002-kpatch-build-allow-overriding-of-distro-name.patch | 59 [[ -e "$VMLINUX" ]] || die "kernel-debuginfo-$ARCHVERSION not installed"
|
/openbmc/openbmc/poky/meta/recipes-devtools/rpm/ |
H A D | rpm_4.20.0.bb | 127 # Ensure find-debuginfo is located correctly inside SDK 129 echo "%__find_debuginfo ${SDKPATHNATIVE}/usr/bin/find-debuginfo" >> ${D}${libdir}/rpm/macros
|
/openbmc/openbmc/poky/meta/recipes-devtools/qemu/ |
H A D | qemu.inc | 222 PACKAGECONFIG[debuginfo] = "--enable-libdw,--disable-libdw,elfutils"
|
/openbmc/openbmc/poky/meta/recipes-devtools/rust/ |
H A D | rust_1.81.0.bb | 138 config.set("rust", "remap-debuginfo", e(True))
|
/openbmc/openbmc/poky/documentation/dev-manual/ |
H A D | debugging.rst | 928 ``debuginfod`` from ``elfutils`` is a way to distribute ``debuginfo`` files. 962 …bols from /home/root/.cache/debuginfod_client/923dc4780cfbc545850c616bffa884b6b5eaf322/debuginfo... 966 root@qemux86-64:~# debuginfod-find debuginfo /bin/ls 967 /home/root/.cache/debuginfod_client/356edc585f7f82d46f94fcb87a86a3fe2d2e60bd/debuginfo
|
/openbmc/openbmc/poky/documentation/migration-guides/ |
H A D | release-notes-5.0.3.rst | 141 - package.py: Fix static debuginfo split
|
/openbmc/qemu/ |
H A D | meson_options.txt | 160 description: 'debuginfo support')
|
/openbmc/linux/kernel/module/ |
H A D | Kconfig | 208 debuginfo strip done by some packagers (such as rpmbuild) and
|
/openbmc/linux/lib/ |
H A D | Kconfig.debug | 45 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" 356 bool "Produce split debuginfo in .dwo files"
|
/openbmc/linux/ |
H A D | Makefile | 475 KBUILD_HOSTRUSTFLAGS := $(rust_common_flags) -O -Cstrip=debuginfo \
|
/openbmc/openbmc/poky/documentation/profile-manual/ |
H A D | usage.rst | 334 .. image:: figures/perf-wget-busybox-debuginfo.png 361 .. image:: figures/perf-wget-g-copy-to-user-expanded-debuginfo.png
|
/openbmc/openbmc/poky/meta/recipes-devtools/binutils/binutils/ |
H A D | 0008-Use-libtool-2.4.patch | 2069 --with-debuginfod Enable debuginfo lookups with debuginfod 15710 install-debuginfo-for-buildid.sh 15870 …install-debuginfo-for-buildid.sh: $(top_builddir)/config.status $(srcdir)/install-debuginfo-for-bu…
|
/openbmc/ |
D | opengrok1.0.log | [all...] |