Home
last modified time | relevance | path

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

12

/openbmc/linux/tools/perf/util/
H A 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;
H A 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()
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 Dprobe-event.c377 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 D0003-Makefile.am-do-not-update-manual.patch28 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 Ddebugedit_5.1.bb1 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 Ddecode_stacktrace.sh82 debuginfod-find debuginfo $modbuildid && return
224 vmlinux=$(debuginfod-find debuginfo $vmlinux_buildid)
/openbmc/qemu/tcg/
H A Dmeson.build25 tcg_ss.add(when: libdw, if_true: files('debuginfo.c'))
/openbmc/linux/Documentation/arch/x86/
H A 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
/openbmc/linux/tools/perf/Documentation/
H A 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…
H A Dtips.txt22 If you have debuginfo enabled, try: perf report -s sym,srcline
H A Dperf-record.txt538 Specify vmlinux path which has debuginfo.
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/mpich/
H A Dmpich_4.2.3.bb13 EXTRA_OECONF = "--enable-debuginfo \
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/kpatch/kpatch/
H A D0002-kpatch-build-allow-overriding-of-distro-name.patch59 [[ -e "$VMLINUX" ]] || die "kernel-debuginfo-$ARCHVERSION not installed"
/openbmc/openbmc/poky/meta/recipes-devtools/rpm/
H A Drpm_4.20.0.bb127 # 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 Dqemu.inc222 PACKAGECONFIG[debuginfo] = "--enable-libdw,--disable-libdw,elfutils"
/openbmc/openbmc/poky/meta/recipes-devtools/rust/
H A Drust_1.81.0.bb138 config.set("rust", "remap-debuginfo", e(True))
/openbmc/openbmc/poky/documentation/dev-manual/
H A Ddebugging.rst928 ``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 Drelease-notes-5.0.3.rst141 - package.py: Fix static debuginfo split
/openbmc/qemu/
H A Dmeson_options.txt160 description: 'debuginfo support')
/openbmc/linux/kernel/module/
H A DKconfig208 debuginfo strip done by some packagers (such as rpmbuild) and
/openbmc/linux/lib/
H A 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"
356 bool "Produce split debuginfo in .dwo files"
/openbmc/linux/
H A DMakefile475 KBUILD_HOSTRUSTFLAGS := $(rust_common_flags) -O -Cstrip=debuginfo \
/openbmc/openbmc/poky/documentation/profile-manual/
H A Dusage.rst334 .. 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 D0008-Use-libtool-2.4.patch2069 --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/
Dopengrok1.0.log[all...]

12