Home
last modified time | relevance | path

Searched refs:unwind (Results 1 – 60 of 60) sorted by relevance

/linux-4.4.14/tools/build/
DMakefile.feature53 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/
Dvmlinux.lds.S18 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
Dgate.lds.S53 .IA_64.unwind : { *(.IA_64.unwind*) } :readable :unwind
88 unwind PT_IA_64_UNWIND;
Dmodule.c441 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()
DMakefile14 unwind.o mca.o mca_asm.o topology.o dma-mapping.o
/linux-4.4.14/arch/ia64/
Dmodule.lds2 /* Group unwind sections into a single section: */
4 .IA_64.unwind : { *(.IA_64.unwind*) }
/linux-4.4.14/kernel/locking/
Dlocktorture.c815 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/
DBuild3 libperf-$(CONFIG_LIBUNWIND) += unwind-libunwind.o
4 libperf-$(CONFIG_LIBDW_DWARF_UNWIND) += unwind-libdw.o
/linux-4.4.14/tools/perf/arch/x86/util/
DBuild9 libperf-$(CONFIG_LIBUNWIND) += unwind-libunwind.o
10 libperf-$(CONFIG_LIBDW_DWARF_UNWIND) += unwind-libdw.o
/linux-4.4.14/kernel/rcu/
Drcutorture.c1744 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/
Dvmlinux.lds.S108 .PARISC.unwind : {
110 *(.PARISC.unwind)
DMakefile11 process.o processor.o pdc_cons.o pdc_chassis.o unwind.o \
Dmodule.c846 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/
DMakefile94 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/
Di915_gem_evict.c37 mark_free(struct i915_vma *vma, struct list_head *unwind) in mark_free() argument
45 list_add(&vma->exec_list, unwind); in mark_free()
Di915_gpu_error.c627 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/
DBuild2 libperf-y += dwarf-unwind.o
/linux-4.4.14/tools/perf/arch/arm64/tests/
DBuild2 libperf-y += dwarf-unwind.o
/linux-4.4.14/tools/perf/arch/arm64/util/
DBuild2 libperf-$(CONFIG_LIBUNWIND) += unwind-libunwind.o
/linux-4.4.14/arch/parisc/include/asm/
Dmodule.h21 struct unwind_table *unwind; member
/linux-4.4.14/arch/ia64/include/asm/
Dmodule.h20 struct elf64_shdr *unwind; /* unwind-table section */ member
/linux-4.4.14/arch/sh/kernel/cpu/sh5/
DMakefile7 obj-$(CONFIG_KALLSYMS) += unwind.o
Dswitchto.S71 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/
DBuild2 libperf-$(CONFIG_DWARF_UNWIND) += dwarf-unwind.o
/linux-4.4.14/tools/perf/tests/
DBuild53 perf-$(CONFIG_DWARF_UNWIND) += dwarf-unwind.o
58 CFLAGS_dwarf-unwind.o += -fno-optimize-sibling-calls
/linux-4.4.14/Documentation/vDSO/
DMakefile12 HOSTCFLAGS_vdso_standalone_test_x86.o := -fno-asynchronous-unwind-tables -fno-stack-protector
/linux-4.4.14/arch/arm/include/asm/
Dmodule.h23 struct unwind_table *unwind[ARM_SEC_MAX]; member
/linux-4.4.14/arch/arm/kernel/
Dmodule.c365 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()
Dunwind.c32 #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.
DMakefile59 obj-$(CONFIG_ARM_UNWIND) += unwind.o
/linux-4.4.14/tools/build/feature/
DMakefile32 test-libdw-dwarf-unwind.bin \
149 test-libdw-dwarf-unwind.bin:
/linux-4.4.14/arch/microblaze/kernel/
DMakefile20 reset.o setup.o signal.o sys_microblaze.o timer.o traps.o unwind.o
/linux-4.4.14/arch/tile/
DMakefile31 KBUILD_CFLAGS += -fno-asynchronous-unwind-tables
/linux-4.4.14/arch/arc/kernel/
DMakefile19 obj-$(CONFIG_ARC_DW2_UNWIND) += unwind.o
Dentry.S66 ; Despite -fasynchronous-unwind-tables, linker is not making dwarf2 unwinder
/linux-4.4.14/Documentation/ia64/
Dmca.txt15 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/
Dvlan_core.c327 goto unwind; in vlan_vids_add_by_dev()
331 unwind: in vlan_vids_add_by_dev()
/linux-4.4.14/arch/x86/um/vdso/
DMakefile40 CFL := $(PROFILING) -mcmodel=small -fPIC -O2 -fasynchronous-unwind-tables -m64 \
/linux-4.4.14/arch/arc/
DMakefile51 cflags-$(CONFIG_ARC_DW2_UNWIND) += -fasynchronous-unwind-tables
DKconfig511 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/
DBuild102 libperf-$(CONFIG_LIBDW_DWARF_UNWIND) += unwind-libdw.o
103 libperf-$(CONFIG_LIBUNWIND) += unwind-libunwind.o
/linux-4.4.14/arch/x86/entry/vdso/
DMakefile67 CFL := $(PROFILING) -mcmodel=small -fPIC -O2 -fasynchronous-unwind-tables -m64 \
/linux-4.4.14/arch/sh/
DMakefile200 KBUILD_CFLAGS += -fasynchronous-unwind-tables
/linux-4.4.14/drivers/iommu/
Drockchip-iommu.c627 goto unwind; in rk_iommu_map_iova()
645 unwind: in rk_iommu_map_iova()
/linux-4.4.14/sound/soc/
Dsoc-pcm.c1494 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/
Dvfio_iommu_type1.c546 goto unwind; in vfio_iommu_map()
554 unwind: in vfio_iommu_map()
Dvfio.c889 goto unwind; in __vfio_container_attach_groups()
894 unwind: in __vfio_container_attach_groups()
/linux-4.4.14/arch/x86/
DMakefile187 KBUILD_CFLAGS += -fno-asynchronous-unwind-tables
/linux-4.4.14/drivers/net/bonding/
Dbond_main.c296 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()
Dbond_alb.c1235 goto unwind; in alb_set_mac_address()
1240 unwind: in alb_set_mac_address()
/linux-4.4.14/drivers/net/team/
Dteam.c1763 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/
Dcxgb4_main.c799 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()
Dsge.c269 goto unwind; in map_skb()
273 unwind: in map_skb()
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4vf/
Dsge.c293 goto unwind; in map_skb()
297 unwind: in map_skb()
/linux-4.4.14/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic_io.c604 goto unwind; in qlcnic_map_tx_skb()
612 unwind: in qlcnic_map_tx_skb()
/linux-4.4.14/drivers/net/ethernet/qlogic/netxen/
Dnetxen_nic_main.c2024 goto unwind; in netxen_map_tx_skb()
2032 unwind: in netxen_map_tx_skb()
/linux-4.4.14/Documentation/filesystems/
Dpath-lookup.txt194 Avoiding destructive or changing operations means we can easily unwind from
/linux-4.4.14/Documentation/power/
Ddevices.txt388 low-power state. Instead the PM core will unwind its actions by resuming all
/linux-4.4.14/fs/nfs/
Dnfs4proc.c4618 goto unwind; in buf_to_pages_noslab()
4628 unwind: in buf_to_pages_noslab()
/linux-4.4.14/arch/m68k/ifpsp060/src/
Dfpsp.S4423 # all ftrapcc/fscc/fdbcc processing has been completed. unwind the stack frame