Home
last modified time | relevance | path

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

/linux-4.1.27/tools/build/
DMakefile.feature52 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/
Dmodule.lds2 /* Group unwind sections into a single section: */
4 .IA_64.unwind : { *(.IA_64.unwind*) }
/linux-4.1.27/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.S54 .IA_64.unwind : { *(.IA_64.unwind*) } :readable :unwind
89 unwind PT_IA_64_UNWIND;
Dmodule.c441 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()
DMakefile14 unwind.o mca.o mca_asm.o topology.o dma-mapping.o
/linux-4.1.27/kernel/locking/
Dlocktorture.c692 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/
DBuild3 libperf-$(CONFIG_LIBUNWIND) += unwind-libunwind.o
4 libperf-$(CONFIG_LIBDW_DWARF_UNWIND) += unwind-libdw.o
/linux-4.1.27/tools/perf/arch/x86/util/
DBuild7 libperf-$(CONFIG_LIBUNWIND) += unwind-libunwind.o
8 libperf-$(CONFIG_LIBDW_DWARF_UNWIND) += unwind-libdw.o
/linux-4.1.27/kernel/rcu/
Drcutorture.c1747 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/
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.1.27/tools/perf/config/
DMakefile94 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/
DBuild38 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/
DBuild2 libperf-y += dwarf-unwind.o
/linux-4.1.27/tools/perf/arch/x86/tests/
DBuild2 libperf-y += dwarf-unwind.o
/linux-4.1.27/tools/perf/arch/arm64/util/
DBuild2 libperf-$(CONFIG_LIBUNWIND) += unwind-libunwind.o
/linux-4.1.27/arch/parisc/include/asm/
Dmodule.h21 struct unwind_table *unwind; member
/linux-4.1.27/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.c614 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/
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.1.27/arch/arm/include/asm/
Dmodule.h21 struct unwind_table *unwind[ARM_SEC_MAX]; member
/linux-4.1.27/arch/ia64/include/asm/
Dmodule.h20 struct elf64_shdr *unwind; /* unwind-table section */ member
/linux-4.1.27/Documentation/vDSO/
DMakefile11 HOSTCFLAGS_vdso_standalone_test_x86.o := -fno-asynchronous-unwind-tables -fno-stack-protector
/linux-4.1.27/arch/arm/kernel/
Dmodule.c335 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()
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.
DMakefile58 obj-$(CONFIG_ARM_UNWIND) += unwind.o
/linux-4.1.27/tools/build/feature/
DMakefile31 test-libdw-dwarf-unwind.bin \
138 test-libdw-dwarf-unwind.bin:
/linux-4.1.27/arch/arc/kernel/
DMakefile17 obj-$(CONFIG_ARC_DW2_UNWIND) += unwind.o
Dentry.S772 ; Despite -fasynchronous-unwind-tables, linker is not making dwarf2 unwinder
/linux-4.1.27/arch/microblaze/kernel/
DMakefile20 reset.o setup.o signal.o sys_microblaze.o timer.o traps.o unwind.o
/linux-4.1.27/arch/tile/
DMakefile31 KBUILD_CFLAGS += -fno-asynchronous-unwind-tables
/linux-4.1.27/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.1.27/net/8021q/
Dvlan_core.c319 goto unwind; in vlan_vids_add_by_dev()
323 unwind: in vlan_vids_add_by_dev()
/linux-4.1.27/tools/perf/util/
DBuild88 libperf-$(CONFIG_LIBDW_DWARF_UNWIND) += unwind-libdw.o
89 libperf-$(CONFIG_LIBUNWIND) += unwind-libunwind.o
/linux-4.1.27/arch/x86/um/vdso/
DMakefile40 CFL := $(PROFILING) -mcmodel=small -fPIC -O2 -fasynchronous-unwind-tables -m64 \
/linux-4.1.27/arch/arc/
DMakefile37 cflags-$(CONFIG_ARC_DW2_UNWIND) += -fasynchronous-unwind-tables
DKconfig382 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/
DMakefile200 KBUILD_CFLAGS += -fasynchronous-unwind-tables
/linux-4.1.27/arch/x86/vdso/
DMakefile69 CFL := $(PROFILING) -mcmodel=small -fPIC -O2 -fasynchronous-unwind-tables -m64 \
/linux-4.1.27/drivers/iommu/
Drockchip-iommu.c624 goto unwind; in rk_iommu_map_iova()
634 unwind: in rk_iommu_map_iova()
/linux-4.1.27/sound/soc/
Dsoc-pcm.c1449 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/
DMakefile166 KBUILD_CFLAGS += -fno-asynchronous-unwind-tables
/linux-4.1.27/drivers/vfio/
Dvfio_iommu_type1.c533 goto unwind; in vfio_iommu_map()
541 unwind: in vfio_iommu_map()
Dvfio.c841 goto unwind; in __vfio_container_attach_groups()
846 unwind: in __vfio_container_attach_groups()
/linux-4.1.27/drivers/net/bonding/
Dbond_main.c296 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()
Dbond_alb.c1235 goto unwind; in alb_set_mac_address()
1240 unwind: in alb_set_mac_address()
/linux-4.1.27/drivers/net/team/
Dteam.c1758 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/
Dcxgb4_main.c787 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()
Dsge.c279 goto unwind; in map_skb()
283 unwind: in map_skb()
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4vf/
Dsge.c293 goto unwind; in map_skb()
297 unwind: in map_skb()
/linux-4.1.27/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic_io.c604 goto unwind; in qlcnic_map_tx_skb()
612 unwind: in qlcnic_map_tx_skb()
/linux-4.1.27/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.1.27/Documentation/filesystems/
Dpath-lookup.txt194 Avoiding destructive or changing operations means we can easily unwind from
/linux-4.1.27/Documentation/power/
Ddevices.txt381 low-power state. Instead the PM core will unwind its actions by resuming all
/linux-4.1.27/fs/nfs/
Dnfs4proc.c4464 goto unwind; in buf_to_pages_noslab()
4474 unwind: in buf_to_pages_noslab()
/linux-4.1.27/arch/m68k/ifpsp060/src/
Dfpsp.S4423 # all ftrapcc/fscc/fdbcc processing has been completed. unwind the stack frame