/linux-4.4.14/tools/build/ |
D | Makefile.feature | 53 libdw-dwarf-unwind \ 72 libdw-dwarf-unwind \ 130 ifeq ($(dwarf-post-unwind),1) 131 FEATURE_DUMP += dwarf-post-unwind($(dwarf-post-unwind-text)) 165 ifeq ($(dwarf-post-unwind),1) 166 $(call feature_print_text,"DWARF post unwind library", $(dwarf-post-unwind-text))
|
/linux-4.4.14/arch/ia64/kernel/ |
D | vmlinux.lds.S | 18 unwind 0x70000001; /* PT_IA_64_UNWIND, but ld doesn't match the name */ 27 *(.IA_64.unwind.exit.text) 98 .IA_64.unwind : AT(ADDR(.IA_64.unwind) - LOAD_OFFSET) { 100 *(.IA_64.unwind*) argument 102 } :code :unwind
|
D | gate.lds.S | 53 .IA_64.unwind : { *(.IA_64.unwind*) } :readable :unwind 88 unwind PT_IA_64_UNWIND;
|
D | module.c | 441 mod->arch.unwind = s; in module_frob_arch_sections() 847 struct unw_table_entry *start = (void *) mod->arch.unwind->sh_addr; in register_unwind_table() 848 struct unw_table_entry *end = start + mod->arch.unwind->sh_size / sizeof (*start); in register_unwind_table() 907 if (mod->arch.unwind) in module_finalize()
|
D | Makefile | 14 unwind.o mca.o mca_asm.o topology.o dma-mapping.o
|
/linux-4.4.14/arch/ia64/ |
D | module.lds | 2 /* Group unwind sections into a single section: */ 4 .IA_64.unwind : { *(.IA_64.unwind*) }
|
/linux-4.4.14/kernel/locking/ |
D | locktorture.c | 815 goto unwind; in lock_torture_init() 846 goto unwind; in lock_torture_init() 873 goto unwind; in lock_torture_init() 888 goto unwind; in lock_torture_init() 893 goto unwind; in lock_torture_init() 899 goto unwind; in lock_torture_init() 904 goto unwind; in lock_torture_init() 912 goto unwind; in lock_torture_init() 921 goto unwind; in lock_torture_init() 942 goto unwind; in lock_torture_init() [all …]
|
/linux-4.4.14/tools/perf/arch/arm/util/ |
D | Build | 3 libperf-$(CONFIG_LIBUNWIND) += unwind-libunwind.o 4 libperf-$(CONFIG_LIBDW_DWARF_UNWIND) += unwind-libdw.o
|
/linux-4.4.14/tools/perf/arch/x86/util/ |
D | Build | 9 libperf-$(CONFIG_LIBUNWIND) += unwind-libunwind.o 10 libperf-$(CONFIG_LIBDW_DWARF_UNWIND) += unwind-libdw.o
|
/linux-4.4.14/kernel/rcu/ |
D | rcutorture.c | 1744 goto unwind; in rcu_torture_init() 1799 goto unwind; in rcu_torture_init() 1807 goto unwind; in rcu_torture_init() 1814 goto unwind; in rcu_torture_init() 1821 goto unwind; in rcu_torture_init() 1827 goto unwind; in rcu_torture_init() 1833 goto unwind; in rcu_torture_init() 1838 goto unwind; in rcu_torture_init() 1845 goto unwind; in rcu_torture_init() 1854 goto unwind; in rcu_torture_init() [all …]
|
/linux-4.4.14/arch/parisc/kernel/ |
D | vmlinux.lds.S | 108 .PARISC.unwind : { 110 *(.PARISC.unwind)
|
D | Makefile | 11 process.o processor.o pdc_cons.o pdc_chassis.o unwind.o \
|
D | module.c | 846 me->arch.unwind = unwind_table_add(me->name, 0, gp, table, end); in register_unwind_table() 852 if (me->arch.unwind) in deregister_unwind_table() 853 unwind_table_remove(me->arch.unwind); in deregister_unwind_table()
|
/linux-4.4.14/tools/perf/config/ |
D | Makefile | 94 FEATURE_CHECK_CFLAGS-libdw-dwarf-unwind := $(LIBDW_CFLAGS) 95 FEATURE_CHECK_LDFLAGS-libdw-dwarf-unwind := $(LIBDW_LDFLAGS) -ldw 268 ifneq ($(feature-libdw-dwarf-unwind),1) 270 …msg := $(warning No libdw DWARF unwind found, Please install elfutils-devel/libdw-dev >= 0.158 and… 344 dwarf-post-unwind := 1 345 dwarf-post-unwind-text := BUG 350 msg := $(warning Disabling post unwind, no support found.); 351 dwarf-post-unwind := 0 353 dwarf-post-unwind-text := libdw 357 dwarf-post-unwind-text := libunwind [all …]
|
/linux-4.4.14/drivers/gpu/drm/i915/ |
D | i915_gem_evict.c | 37 mark_free(struct i915_vma *vma, struct list_head *unwind) in mark_free() argument 45 list_add(&vma->exec_list, unwind); in mark_free()
|
D | i915_gpu_error.c | 627 goto unwind; in i915_error_object_create() 631 goto unwind; in i915_error_object_create() 636 goto unwind; in i915_error_object_create() 645 goto unwind; in i915_error_object_create() 682 unwind: in i915_error_object_create()
|
/linux-4.4.14/tools/perf/arch/arm/tests/ |
D | Build | 2 libperf-y += dwarf-unwind.o
|
/linux-4.4.14/tools/perf/arch/arm64/tests/ |
D | Build | 2 libperf-y += dwarf-unwind.o
|
/linux-4.4.14/tools/perf/arch/arm64/util/ |
D | Build | 2 libperf-$(CONFIG_LIBUNWIND) += unwind-libunwind.o
|
/linux-4.4.14/arch/parisc/include/asm/ |
D | module.h | 21 struct unwind_table *unwind; member
|
/linux-4.4.14/arch/ia64/include/asm/ |
D | module.h | 20 struct elf64_shdr *unwind; /* unwind-table section */ member
|
/linux-4.4.14/arch/sh/kernel/cpu/sh5/ |
D | Makefile | 7 obj-$(CONFIG_KALLSYMS) += unwind.o
|
D | switchto.S | 71 st.q r0, (14*8), r14 ! for unwind, want to look as though we took a trap at
|
/linux-4.4.14/tools/perf/arch/x86/tests/ |
D | Build | 2 libperf-$(CONFIG_DWARF_UNWIND) += dwarf-unwind.o
|
/linux-4.4.14/tools/perf/tests/ |
D | Build | 53 perf-$(CONFIG_DWARF_UNWIND) += dwarf-unwind.o 58 CFLAGS_dwarf-unwind.o += -fno-optimize-sibling-calls
|
/linux-4.4.14/Documentation/vDSO/ |
D | Makefile | 12 HOSTCFLAGS_vdso_standalone_test_x86.o := -fno-asynchronous-unwind-tables -fno-stack-protector
|
/linux-4.4.14/arch/arm/include/asm/ |
D | module.h | 23 struct unwind_table *unwind[ARM_SEC_MAX]; member
|
/linux-4.4.14/arch/arm/kernel/ |
D | module.c | 365 mod->arch.unwind[i] = in module_finalize() 393 if (mod->arch.unwind[i]) in module_arch_cleanup() 394 unwind_table_del(mod->arch.unwind[i]); in module_arch_cleanup()
|
D | unwind.c | 32 #warning ARM unwind is known to compile only with EABI compilers. 35 #warning Your compiler is too buggy; it is known to not compile ARM unwind support.
|
D | Makefile | 59 obj-$(CONFIG_ARM_UNWIND) += unwind.o
|
/linux-4.4.14/tools/build/feature/ |
D | Makefile | 32 test-libdw-dwarf-unwind.bin \ 149 test-libdw-dwarf-unwind.bin:
|
/linux-4.4.14/arch/microblaze/kernel/ |
D | Makefile | 20 reset.o setup.o signal.o sys_microblaze.o timer.o traps.o unwind.o
|
/linux-4.4.14/arch/tile/ |
D | Makefile | 31 KBUILD_CFLAGS += -fno-asynchronous-unwind-tables
|
/linux-4.4.14/arch/arc/kernel/ |
D | Makefile | 19 obj-$(CONFIG_ARC_DW2_UNWIND) += unwind.o
|
D | entry.S | 66 ; Despite -fasynchronous-unwind-tables, linker is not making dwarf2 unwinder
|
/linux-4.4.14/Documentation/ia64/ |
D | mca.txt | 15 specification for ia64 SAL, error recovery and unwind, it is not as 63 * The starting point for the unwind depends on whether a task is 141 or not. ia64 unwind is very, very sensitive to whether a process is 152 OS has no idea what unwind data is available for the user space stack, 173 original task and unwind like any other sleeping task.
|
/linux-4.4.14/net/8021q/ |
D | vlan_core.c | 327 goto unwind; in vlan_vids_add_by_dev() 331 unwind: in vlan_vids_add_by_dev()
|
/linux-4.4.14/arch/x86/um/vdso/ |
D | Makefile | 40 CFL := $(PROFILING) -mcmodel=small -fPIC -O2 -fasynchronous-unwind-tables -m64 \
|
/linux-4.4.14/arch/arc/ |
D | Makefile | 51 cflags-$(CONFIG_ARC_DW2_UNWIND) += -fasynchronous-unwind-tables
|
D | Kconfig | 511 bool "Enable DWARF specific kernel stack unwind" 515 Compiles the kernel with DWARF unwind information and can be used 521 to solve problems without frame unwind information
|
/linux-4.4.14/tools/perf/util/ |
D | Build | 102 libperf-$(CONFIG_LIBDW_DWARF_UNWIND) += unwind-libdw.o 103 libperf-$(CONFIG_LIBUNWIND) += unwind-libunwind.o
|
/linux-4.4.14/arch/x86/entry/vdso/ |
D | Makefile | 67 CFL := $(PROFILING) -mcmodel=small -fPIC -O2 -fasynchronous-unwind-tables -m64 \
|
/linux-4.4.14/arch/sh/ |
D | Makefile | 200 KBUILD_CFLAGS += -fasynchronous-unwind-tables
|
/linux-4.4.14/drivers/iommu/ |
D | rockchip-iommu.c | 627 goto unwind; in rk_iommu_map_iova() 645 unwind: in rk_iommu_map_iova()
|
/linux-4.4.14/sound/soc/ |
D | soc-pcm.c | 1494 goto unwind; in dpcm_be_dai_startup() 1503 unwind: in dpcm_be_dai_startup() 1639 goto unwind; in dpcm_fe_dai_startup() 1650 unwind: in dpcm_fe_dai_startup() 1827 goto unwind; in dpcm_be_dai_hw_params() 1835 goto unwind; in dpcm_be_dai_hw_params() 1842 unwind: in dpcm_be_dai_hw_params()
|
/linux-4.4.14/drivers/vfio/ |
D | vfio_iommu_type1.c | 546 goto unwind; in vfio_iommu_map() 554 unwind: in vfio_iommu_map()
|
D | vfio.c | 889 goto unwind; in __vfio_container_attach_groups() 894 unwind: in __vfio_container_attach_groups()
|
/linux-4.4.14/arch/x86/ |
D | Makefile | 187 KBUILD_CFLAGS += -fno-asynchronous-unwind-tables
|
/linux-4.4.14/drivers/net/bonding/ |
D | bond_main.c | 296 goto unwind; in bond_vlan_rx_add_vid() 301 unwind: in bond_vlan_rx_add_vid() 3537 goto unwind; in bond_change_mtu() 3545 unwind: in bond_change_mtu() 3604 goto unwind; in bond_set_mac_address() 3612 unwind: in bond_set_mac_address()
|
D | bond_alb.c | 1235 goto unwind; in alb_set_mac_address() 1240 unwind: in alb_set_mac_address()
|
/linux-4.4.14/drivers/net/team/ |
D | team.c | 1763 goto unwind; in team_change_mtu() 1773 unwind: in team_change_mtu() 1834 goto unwind; in team_vlan_rx_add_vid() 1840 unwind: in team_vlan_rx_add_vid()
|
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4/ |
D | cxgb4_main.c | 799 goto unwind; in request_msix_queue_irqs() 808 goto unwind; in request_msix_queue_irqs() 817 goto unwind; in request_msix_queue_irqs() 826 goto unwind; in request_msix_queue_irqs() 831 unwind: in request_msix_queue_irqs()
|
D | sge.c | 269 goto unwind; in map_skb() 273 unwind: in map_skb()
|
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4vf/ |
D | sge.c | 293 goto unwind; in map_skb() 297 unwind: in map_skb()
|
/linux-4.4.14/drivers/net/ethernet/qlogic/qlcnic/ |
D | qlcnic_io.c | 604 goto unwind; in qlcnic_map_tx_skb() 612 unwind: in qlcnic_map_tx_skb()
|
/linux-4.4.14/drivers/net/ethernet/qlogic/netxen/ |
D | netxen_nic_main.c | 2024 goto unwind; in netxen_map_tx_skb() 2032 unwind: in netxen_map_tx_skb()
|
/linux-4.4.14/Documentation/filesystems/ |
D | path-lookup.txt | 194 Avoiding destructive or changing operations means we can easily unwind from
|
/linux-4.4.14/Documentation/power/ |
D | devices.txt | 388 low-power state. Instead the PM core will unwind its actions by resuming all
|
/linux-4.4.14/fs/nfs/ |
D | nfs4proc.c | 4618 goto unwind; in buf_to_pages_noslab() 4628 unwind: in buf_to_pages_noslab()
|
/linux-4.4.14/arch/m68k/ifpsp060/src/ |
D | fpsp.S | 4423 # all ftrapcc/fscc/fdbcc processing has been completed. unwind the stack frame
|