| /linux-6.15/tools/build/feature/ |
| H A D | test-libdw.c | 39 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 D | perf-check.txt | 50 dwarf / HAVE_LIBDW_SUPPORT 52 dwarf-unwind / HAVE_DWARF_UNWIND_SUPPORT 57 libdw-dwarf-unwind / HAVE_LIBDW_SUPPORT
|
| H A D | perf-trace.txt | 178 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 D | perf-config.txt | 113 # 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 D | Build | 2 perf-test-$(CONFIG_DWARF_UNWIND) += dwarf-unwind.o
|
| /linux-6.15/tools/perf/arch/arm/tests/ |
| H A D | Build | 2 perf-test-y += dwarf-unwind.o
|
| /linux-6.15/tools/perf/arch/arm64/tests/ |
| H A D | Build | 2 perf-test-$(CONFIG_DWARF_UNWIND) += dwarf-unwind.o
|
| /linux-6.15/tools/perf/tests/shell/attr/ |
| H A D | test-record-graph-dwarf | 3 args = --no-bpf-event --call-graph dwarf -- kill >/dev/null 2>&1
|
| H A D | README | 49 perf record --call-graph dwarf kill (test-record-graph-dwarf)
|
| /linux-6.15/scripts/gendwarfksyms/ |
| H A D | Makefile | 7 gendwarfksyms-objs += dwarf.o
|
| /linux-6.15/tools/perf/tests/shell/base_probe/ |
| H A D | test_line_semantics.sh | 27 $CMD_PERF check feature -q dwarf
|
| H A D | test_invalid_options.sh | 26 $CMD_PERF check feature -q dwarf
|
| /linux-6.15/arch/arm/boot/dts/nxp/imx/ |
| H A D | imx6q-pico-dwarf.dts | 16 compatible = "technexion,imx6q-pico-dwarf", "fsl,imx6q";
|
| H A D | imx6dl-pico-dwarf.dts | 16 compatible = "technexion,imx6dl-pico-dwarf", "fsl,imx6dl";
|
| H A D | imx6ul-pico-dwarf.dts | 13 compatible = "technexion,imx6ul-pico-dwarf", "fsl,imx6ul";
|
| H A D | imx7d-pico-dwarf.dts | 13 compatible = "technexion,imx7d-pico-dwarf", "fsl,imx7d";
|
| H A D | Makefile | 116 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 D | Makefile.config | 468 …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 D | Build | 2 perf-test-$(CONFIG_DWARF_UNWIND) += dwarf-unwind.o
|
| /linux-6.15/scripts/ |
| H A D | Makefile.debug | 7 DEBUG_CFLAGS += -gsplit-dwarf
|
| /linux-6.15/arch/sh/kernel/ |
| H A D | Makefile | 44 obj-$(CONFIG_DWARF_UNWINDER) += dwarf.o
|
| /linux-6.15/tools/perf/util/ |
| H A D | Build | 209 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 D | dwarf-aux.h | 178 int die_get_cfa(Dwarf *dwarf, u64 pc, int *preg, int *poffset);
|
| H A D | annotate-data.c | 735 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 D | Build | 73 perf-test-$(CONFIG_DWARF_UNWIND) += dwarf-unwind.o
|