| /linux/tools/perf/util/dwarf-regs-arch/ |
| H A D | Build | 1 perf-util-$(CONFIG_LIBDW) += dwarf-regs-arm64.o 2 perf-util-$(CONFIG_LIBDW) += dwarf-regs-arm.o 3 perf-util-$(CONFIG_LIBDW) += dwarf-regs-csky.o 4 perf-util-$(CONFIG_LIBDW) += dwarf-regs-loongarch.o 5 perf-util-$(CONFIG_LIBDW) += dwarf-regs-mips.o 6 perf-util-$(CONFIG_LIBDW) += dwarf-regs-powerpc.o 7 perf-util-$(CONFIG_LIBDW) += dwarf-regs-riscv.o 8 perf-util-$(CONFIG_LIBDW) += dwarf-regs-s390.o 9 perf-util-$(CONFIG_LIBDW) += dwarf-regs-x86.o
|
| /linux/tools/perf/tests/shell/ |
| H A D | inject-callchain.sh | 5 if ! perf check feature -q dwarf; then 29 perf record -F 999 --call-graph dwarf -o "${TESTDATA}" -- perf test -w noploop
|
| H A D | addr2line_inlines.sh | 47 perf record --call-graph dwarf -e task-clock:u -o "${perf_data}" -- perf test -w inlineloop 1
|
| H A D | jitdump-python.sh | 37 cat <<EOF | perf record -k 1 -g --call-graph dwarf -o "${PERF_DATA}" \
|
| /linux/tools/perf/Documentation/ |
| H A D | perf-check.txt | 50 dwarf / HAVE_LIBDW_SUPPORT 52 dwarf-unwind / HAVE_DWARF_UNWIND_SUPPORT 56 libdw-dwarf-unwind / HAVE_LIBDW_SUPPORT
|
| H A D | perf-trace.txt | 179 are 'dwarf' and 'lbr', where available, try: 'perf trace --call-graph dwarf'. 207 knobs in --call-graph dwarf. 209 Implies '--call-graph dwarf' when --call-graph not present on the 219 Implies '--call-graph dwarf' when --call-graph not present on the 320 # perf trace -F min --call-graph=dwarf --max-events 1 --cpu 0
|
| /linux/tools/perf/ |
| H A D | Makefile.config | 484 $(warning No libdw.h found or old libdw.h found or elfutils is older than 0.157, disables dwarf support. Please install new elfutils-devel/libdw-dev) 741 dwarf-post-unwind := 1 742 dwarf-post-unwind-text := BUG 748 dwarf-post-unwind := 0 750 dwarf-post-unwind-text := libdw 754 dwarf-post-unwind-text := libunwind 758 ifeq ($(dwarf-post-unwind),1) 1298 ifeq ($(dwarf-post-unwind),1) 1299 $(call feature_print_text,"DWARF post unwind library", $(dwarf-post-unwind-text)) $(info $(MSG))
|
| /linux/tools/perf/arch/powerpc/tests/ |
| H A D | Build | 2 perf-test-$(CONFIG_DWARF_UNWIND) += dwarf-unwind.o
|
| /linux/tools/perf/arch/arm/tests/ |
| H A D | Build | 2 perf-test-y += dwarf-unwind.o
|
| /linux/tools/perf/arch/arm64/tests/ |
| H A D | Build | 2 perf-test-$(CONFIG_DWARF_UNWIND) += dwarf-unwind.o
|
| /linux/scripts/gendwarfksyms/ |
| H A D | Makefile | 7 gendwarfksyms-objs += dwarf.o
|
| /linux/tools/perf/tests/shell/base_probe/ |
| H A D | test_line_semantics.sh | 28 $CMD_PERF check feature -q dwarf
|
| H A D | test_invalid_options.sh | 27 $CMD_PERF check feature -q dwarf
|
| /linux/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 \ 397 imx7d-pico-dwarf.dtb \
|
| /linux/tools/perf/arch/x86/tests/ |
| H A D | Build | 2 perf-test-$(CONFIG_DWARF_UNWIND) += dwarf-unwind.o
|
| /linux/scripts/ |
| H A D | Makefile.debug | 7 DEBUG_CFLAGS += -gsplit-dwarf
|
| /linux/arch/sh/kernel/ |
| H A D | Makefile | 44 obj-$(CONFIG_DWARF_UNWINDER) += dwarf.o
|
| /linux/tools/perf/util/ |
| H A D | dwarf-aux.h | 180 int die_get_cfa(Dwarf *dwarf, u64 pc, int *preg, int *poffset);
|
| H A D | Build | 222 perf-util-$(CONFIG_LIBDW) += dwarf-aux.o 223 perf-util-$(CONFIG_LIBDW) += dwarf-regs.o 224 perf-util-$(CONFIG_LIBDW) += dwarf-regs-arch/
|
| H A D | annotate-data.c | 750 Dwarf *dwarf = dloc->di->dbg; in global_var__collect() local 757 while (dwarf_nextcu(dwarf, off, &next_off, &header_size, in global_var__collect() 762 if (dwarf_offdie(dwarf, off + header_size, &cu_die) == NULL) { in global_var__collect() 776 if (!dwarf_offdie(dwarf, pos->die_off, &type_die)) in global_var__collect()
|
| /linux/tools/perf/tests/ |
| H A D | Build | 75 perf-test-$(CONFIG_DWARF_UNWIND) += dwarf-unwind.o
|