/linux-4.1.27/tools/build/ |
D | Makefile.feature | 52 libdw-dwarf-unwind \ 68 libdw-dwarf-unwind \ 123 ifeq ($(dwarf-post-unwind),1) 124 FEATURE_DUMP += dwarf-post-unwind($(dwarf-post-unwind-text)) 158 ifeq ($(dwarf-post-unwind),1) 159 $(call feature_print_text,"DWARF post unwind library", $(dwarf-post-unwind-text))
|
/linux-4.1.27/arch/ia64/ |
D | module.lds | 2 /* Group unwind sections into a single section: */ 4 .IA_64.unwind : { *(.IA_64.unwind*) }
|
/linux-4.1.27/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 | 54 .IA_64.unwind : { *(.IA_64.unwind*) } :readable :unwind 89 unwind PT_IA_64_UNWIND;
|
D | module.c | 441 mod->arch.unwind = s; in module_frob_arch_sections() 855 struct unw_table_entry *start = (void *) mod->arch.unwind->sh_addr; in register_unwind_table() 856 struct unw_table_entry *end = start + mod->arch.unwind->sh_size / sizeof (*start); in register_unwind_table() 915 if (mod->arch.unwind) in module_finalize()
|
D | Makefile | 14 unwind.o mca.o mca_asm.o topology.o dma-mapping.o
|
/linux-4.1.27/kernel/locking/ |
D | locktorture.c | 692 goto unwind; in lock_torture_init() 719 goto unwind; in lock_torture_init() 734 goto unwind; in lock_torture_init() 739 goto unwind; in lock_torture_init() 745 goto unwind; in lock_torture_init() 750 goto unwind; in lock_torture_init() 758 goto unwind; in lock_torture_init() 767 goto unwind; in lock_torture_init() 788 goto unwind; in lock_torture_init() 797 goto unwind; in lock_torture_init() [all …]
|
/linux-4.1.27/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.1.27/tools/perf/arch/x86/util/ |
D | Build | 7 libperf-$(CONFIG_LIBUNWIND) += unwind-libunwind.o 8 libperf-$(CONFIG_LIBDW_DWARF_UNWIND) += unwind-libdw.o
|
/linux-4.1.27/kernel/rcu/ |
D | rcutorture.c | 1747 goto unwind; in rcu_torture_init() 1753 goto unwind; in rcu_torture_init() 1759 goto unwind; in rcu_torture_init() 1766 goto unwind; in rcu_torture_init() 1772 goto unwind; in rcu_torture_init() 1778 goto unwind; in rcu_torture_init() 1783 goto unwind; in rcu_torture_init() 1790 goto unwind; in rcu_torture_init() 1799 goto unwind; in rcu_torture_init() 1815 goto unwind; in rcu_torture_init() [all …]
|
/linux-4.1.27/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.1.27/tools/perf/config/ |
D | Makefile | 94 FEATURE_CHECK_CFLAGS-libdw-dwarf-unwind := $(LIBDW_CFLAGS) 95 FEATURE_CHECK_LDFLAGS-libdw-dwarf-unwind := $(LIBDW_LDFLAGS) -ldw 259 ifneq ($(feature-libdw-dwarf-unwind),1) 261 …msg := $(warning No libdw DWARF unwind found, Please install elfutils-devel/libdw-dev >= 0.158 and… 313 dwarf-post-unwind := 1 314 dwarf-post-unwind-text := BUG 319 msg := $(warning Disabling post unwind, no support found.); 320 dwarf-post-unwind := 0 322 dwarf-post-unwind-text := libdw 326 dwarf-post-unwind-text := libunwind [all …]
|
/linux-4.1.27/tools/perf/tests/ |
D | Build | 38 perf-$(CONFIG_DWARF_UNWIND) += dwarf-unwind.o 43 CFLAGS_dwarf-unwind.o += -fno-optimize-sibling-calls
|
/linux-4.1.27/tools/perf/arch/arm/tests/ |
D | Build | 2 libperf-y += dwarf-unwind.o
|
/linux-4.1.27/tools/perf/arch/x86/tests/ |
D | Build | 2 libperf-y += dwarf-unwind.o
|
/linux-4.1.27/tools/perf/arch/arm64/util/ |
D | Build | 2 libperf-$(CONFIG_LIBUNWIND) += unwind-libunwind.o
|
/linux-4.1.27/arch/parisc/include/asm/ |
D | module.h | 21 struct unwind_table *unwind; member
|
/linux-4.1.27/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 | 614 goto unwind; in i915_error_object_create() 618 goto unwind; in i915_error_object_create() 623 goto unwind; in i915_error_object_create() 632 goto unwind; in i915_error_object_create() 669 unwind: in i915_error_object_create()
|
/linux-4.1.27/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.1.27/arch/arm/include/asm/ |
D | module.h | 21 struct unwind_table *unwind[ARM_SEC_MAX]; member
|
/linux-4.1.27/arch/ia64/include/asm/ |
D | module.h | 20 struct elf64_shdr *unwind; /* unwind-table section */ member
|
/linux-4.1.27/Documentation/vDSO/ |
D | Makefile | 11 HOSTCFLAGS_vdso_standalone_test_x86.o := -fno-asynchronous-unwind-tables -fno-stack-protector
|
/linux-4.1.27/arch/arm/kernel/ |
D | module.c | 335 mod->arch.unwind[i] = in module_finalize() 363 if (mod->arch.unwind[i]) in module_arch_cleanup() 364 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 | 58 obj-$(CONFIG_ARM_UNWIND) += unwind.o
|
/linux-4.1.27/tools/build/feature/ |
D | Makefile | 31 test-libdw-dwarf-unwind.bin \ 138 test-libdw-dwarf-unwind.bin:
|
/linux-4.1.27/arch/arc/kernel/ |
D | Makefile | 17 obj-$(CONFIG_ARC_DW2_UNWIND) += unwind.o
|
D | entry.S | 772 ; Despite -fasynchronous-unwind-tables, linker is not making dwarf2 unwinder
|
/linux-4.1.27/arch/microblaze/kernel/ |
D | Makefile | 20 reset.o setup.o signal.o sys_microblaze.o timer.o traps.o unwind.o
|
/linux-4.1.27/arch/tile/ |
D | Makefile | 31 KBUILD_CFLAGS += -fno-asynchronous-unwind-tables
|
/linux-4.1.27/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.1.27/net/8021q/ |
D | vlan_core.c | 319 goto unwind; in vlan_vids_add_by_dev() 323 unwind: in vlan_vids_add_by_dev()
|
/linux-4.1.27/tools/perf/util/ |
D | Build | 88 libperf-$(CONFIG_LIBDW_DWARF_UNWIND) += unwind-libdw.o 89 libperf-$(CONFIG_LIBUNWIND) += unwind-libunwind.o
|
/linux-4.1.27/arch/x86/um/vdso/ |
D | Makefile | 40 CFL := $(PROFILING) -mcmodel=small -fPIC -O2 -fasynchronous-unwind-tables -m64 \
|
/linux-4.1.27/arch/arc/ |
D | Makefile | 37 cflags-$(CONFIG_ARC_DW2_UNWIND) += -fasynchronous-unwind-tables
|
D | Kconfig | 382 bool "Enable DWARF specific kernel stack unwind" 387 Compiles the kernel with DWARF unwind information and can be used 393 to solve problems without frame unwind information
|
/linux-4.1.27/arch/sh/ |
D | Makefile | 200 KBUILD_CFLAGS += -fasynchronous-unwind-tables
|
/linux-4.1.27/arch/x86/vdso/ |
D | Makefile | 69 CFL := $(PROFILING) -mcmodel=small -fPIC -O2 -fasynchronous-unwind-tables -m64 \
|
/linux-4.1.27/drivers/iommu/ |
D | rockchip-iommu.c | 624 goto unwind; in rk_iommu_map_iova() 634 unwind: in rk_iommu_map_iova()
|
/linux-4.1.27/sound/soc/ |
D | soc-pcm.c | 1449 goto unwind; in dpcm_be_dai_startup() 1458 unwind: in dpcm_be_dai_startup() 1557 goto unwind; in dpcm_fe_dai_startup() 1568 unwind: in dpcm_fe_dai_startup() 1745 goto unwind; in dpcm_be_dai_hw_params() 1753 goto unwind; in dpcm_be_dai_hw_params() 1760 unwind: in dpcm_be_dai_hw_params()
|
/linux-4.1.27/arch/x86/ |
D | Makefile | 166 KBUILD_CFLAGS += -fno-asynchronous-unwind-tables
|
/linux-4.1.27/drivers/vfio/ |
D | vfio_iommu_type1.c | 533 goto unwind; in vfio_iommu_map() 541 unwind: in vfio_iommu_map()
|
D | vfio.c | 841 goto unwind; in __vfio_container_attach_groups() 846 unwind: in __vfio_container_attach_groups()
|
/linux-4.1.27/drivers/net/bonding/ |
D | bond_main.c | 296 goto unwind; in bond_vlan_rx_add_vid() 301 unwind: in bond_vlan_rx_add_vid() 3519 goto unwind; in bond_change_mtu() 3527 unwind: in bond_change_mtu() 3586 goto unwind; in bond_set_mac_address() 3594 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.1.27/drivers/net/team/ |
D | team.c | 1758 goto unwind; in team_change_mtu() 1768 unwind: in team_change_mtu() 1829 goto unwind; in team_vlan_rx_add_vid() 1835 unwind: in team_vlan_rx_add_vid()
|
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4/ |
D | cxgb4_main.c | 787 goto unwind; in request_msix_queue_irqs() 796 goto unwind; in request_msix_queue_irqs() 805 goto unwind; in request_msix_queue_irqs() 814 goto unwind; in request_msix_queue_irqs() 819 unwind: in request_msix_queue_irqs()
|
D | sge.c | 279 goto unwind; in map_skb() 283 unwind: in map_skb()
|
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4vf/ |
D | sge.c | 293 goto unwind; in map_skb() 297 unwind: in map_skb()
|
/linux-4.1.27/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.1.27/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.1.27/Documentation/filesystems/ |
D | path-lookup.txt | 194 Avoiding destructive or changing operations means we can easily unwind from
|
/linux-4.1.27/Documentation/power/ |
D | devices.txt | 381 low-power state. Instead the PM core will unwind its actions by resuming all
|
/linux-4.1.27/fs/nfs/ |
D | nfs4proc.c | 4464 goto unwind; in buf_to_pages_noslab() 4474 unwind: in buf_to_pages_noslab()
|
/linux-4.1.27/arch/m68k/ifpsp060/src/ |
D | fpsp.S | 4423 # all ftrapcc/fscc/fdbcc processing has been completed. unwind the stack frame
|