Home
last modified time | relevance | path

Searched refs:dwarf (Results 1 – 25 of 36) sorted by relevance

12

/linux-6.15/tools/build/feature/
H A Dtest-libdw.c39 Dwarf *dwarf = NULL; in test_libdw_getcfi() local
41 return dwarf_getcfi(dwarf) == NULL; in test_libdw_getcfi()
/linux-6.15/tools/perf/Documentation/
H A Dperf-check.txt50 dwarf / HAVE_LIBDW_SUPPORT
52 dwarf-unwind / HAVE_DWARF_UNWIND_SUPPORT
57 libdw-dwarf-unwind / HAVE_LIBDW_SUPPORT
H A Dperf-trace.txt178 are 'dwarf' and 'lbr', where available, try: 'perf trace --call-graph dwarf'.
206 knobs in --call-graph dwarf.
208 Implies '--call-graph dwarf' when --call-graph not present on the
218 Implies '--call-graph dwarf' when --call-graph not present on the
317 # perf trace -F min --call-graph=dwarf --max-events 1 --cpu 0
H A Dperf-config.txt113 # fp (framepointer), dwarf
448 The mode for user space can be 'fp' (frame pointer), 'dwarf'
449 and 'lbr'. The value 'dwarf' is effective only if libunwind
457 When using dwarf into record-mode, the default size will be used if omitted.
/linux-6.15/tools/perf/arch/powerpc/tests/
H A DBuild2 perf-test-$(CONFIG_DWARF_UNWIND) += dwarf-unwind.o
/linux-6.15/tools/perf/arch/arm/tests/
H A DBuild2 perf-test-y += dwarf-unwind.o
/linux-6.15/tools/perf/arch/arm64/tests/
H A DBuild2 perf-test-$(CONFIG_DWARF_UNWIND) += dwarf-unwind.o
/linux-6.15/tools/perf/tests/shell/attr/
H A Dtest-record-graph-dwarf3 args = --no-bpf-event --call-graph dwarf -- kill >/dev/null 2>&1
H A DREADME49 perf record --call-graph dwarf kill (test-record-graph-dwarf)
/linux-6.15/scripts/gendwarfksyms/
H A DMakefile7 gendwarfksyms-objs += dwarf.o
/linux-6.15/tools/perf/tests/shell/base_probe/
H A Dtest_line_semantics.sh27 $CMD_PERF check feature -q dwarf
H A Dtest_invalid_options.sh26 $CMD_PERF check feature -q dwarf
/linux-6.15/arch/arm/boot/dts/nxp/imx/
H A Dimx6q-pico-dwarf.dts16 compatible = "technexion,imx6q-pico-dwarf", "fsl,imx6q";
H A Dimx6dl-pico-dwarf.dts16 compatible = "technexion,imx6dl-pico-dwarf", "fsl,imx6dl";
H A Dimx6ul-pico-dwarf.dts13 compatible = "technexion,imx6ul-pico-dwarf", "fsl,imx6ul";
H A Dimx7d-pico-dwarf.dts13 compatible = "technexion,imx7d-pico-dwarf", "fsl,imx7d";
H A DMakefile116 imx6dl-pico-dwarf.dtb \
236 imx6q-pico-dwarf.dtb \
332 imx6ul-pico-dwarf.dtb \
394 imx7d-pico-dwarf.dtb \
/linux-6.15/tools/perf/
H A DMakefile.config468 …dw.h found or old libdw.h found or elfutils is older than 0.157, disables dwarf support. Please in…
716 dwarf-post-unwind := 1
717 dwarf-post-unwind-text := BUG
723 dwarf-post-unwind := 0
725 dwarf-post-unwind-text := libdw
729 dwarf-post-unwind-text := libunwind
737 ifeq ($(dwarf-post-unwind),1)
1304 ifeq ($(dwarf-post-unwind),1)
1305 $(call feature_print_text,"DWARF post unwind library", $(dwarf-post-unwind-text)) $(info $(MSG))
/linux-6.15/tools/perf/arch/x86/tests/
H A DBuild2 perf-test-$(CONFIG_DWARF_UNWIND) += dwarf-unwind.o
/linux-6.15/scripts/
H A DMakefile.debug7 DEBUG_CFLAGS += -gsplit-dwarf
/linux-6.15/arch/sh/kernel/
H A DMakefile44 obj-$(CONFIG_DWARF_UNWINDER) += dwarf.o
/linux-6.15/tools/perf/util/
H A DBuild209 perf-util-$(CONFIG_LIBDW) += dwarf-aux.o
210 perf-util-$(CONFIG_LIBDW) += dwarf-regs.o
211 perf-util-$(CONFIG_LIBDW) += dwarf-regs-csky.o
212 perf-util-$(CONFIG_LIBDW) += dwarf-regs-powerpc.o
213 perf-util-$(CONFIG_LIBDW) += dwarf-regs-x86.o
H A Ddwarf-aux.h178 int die_get_cfa(Dwarf *dwarf, u64 pc, int *preg, int *poffset);
H A Dannotate-data.c735 Dwarf *dwarf = dloc->di->dbg; in global_var__collect() local
742 while (dwarf_nextcu(dwarf, off, &next_off, &header_size, in global_var__collect()
747 if (dwarf_offdie(dwarf, off + header_size, &cu_die) == NULL) { in global_var__collect()
761 if (!dwarf_offdie(dwarf, pos->die_off, &type_die)) in global_var__collect()
/linux-6.15/tools/perf/tests/
H A DBuild73 perf-test-$(CONFIG_DWARF_UNWIND) += dwarf-unwind.o

12