| /OK3568_Linux_fs/kernel/tools/perf/util/ |
| H A D | genelf.c | 158 jit_add_eh_frame_info(Elf *e, void* unwinding, uint64_t unwinding_header_size, in jit_add_eh_frame_info() argument 183 d->d_buf = unwinding; in jit_add_eh_frame_info() 217 d->d_buf = unwinding + unwinding_table_size; in jit_add_eh_frame_info() 248 void *unwinding, uint64_t unwinding_header_size, uint64_t unwinding_size) in jit_write_elf() argument 287 ehdr->e_shstrndx= unwinding ? 4 : 2; /* shdr index for section name */ in jit_write_elf() 339 if (unwinding) { in jit_write_elf() 341 retval = jit_add_eh_frame_info(e, unwinding, in jit_write_elf() 416 shdr->sh_link = unwinding ? 6 : 4; /* index of .strtab section */ in jit_write_elf()
|
| H A D | jitdump.c | 82 void *unwinding, in jit_emit_elf() argument 98 unwinding, unwinding_header_size, unwinding_size); in jit_emit_elf() 320 jr->unwinding.unwinding_size = bswap_64(jr->unwinding.unwinding_size); in jit_get_next_entry() 321 jr->unwinding.eh_frame_hdr_size = bswap_64(jr->unwinding.eh_frame_hdr_size); in jit_get_next_entry() 322 jr->unwinding.mapped_size = bswap_64(jr->unwinding.mapped_size); in jit_get_next_entry() 641 unwinding_data_size = jr->prefix.total_size - sizeof(jr->unwinding); in jit_repipe_unwinding_info() 646 memcpy(unwinding_data, &jr->unwinding.unwinding_data, in jit_repipe_unwinding_info() 649 jd->eh_frame_hdr_size = jr->unwinding.eh_frame_hdr_size; in jit_repipe_unwinding_info() 650 jd->unwinding_size = jr->unwinding.unwinding_size; in jit_repipe_unwinding_info() 651 jd->unwinding_mapped_size = jr->unwinding.mapped_size; in jit_repipe_unwinding_info()
|
| H A D | jitdump.h | 122 struct jr_code_unwinding_info unwinding; member
|
| H A D | genelf.h | 8 void *unwinding, uint64_t unwinding_header_size, uint64_t unwinding_size);
|
| /OK3568_Linux_fs/kernel/tools/perf/Documentation/ |
| H A D | jitdump-specification.txt | 65 * Value 4 : JIT_CODE_UNWINDING_INFO: record describing a function unwinding information 154 The record is used to describe the unwinding information for a jitted function. 158 uint64_t unwind_data_size : the size in bytes of the unwinding data table at the end of the record 159 …e : the size in bytes of the DWARF EH Frame Header at the start of the unwinding data table at th… 160 uint64_t mapped_size : the size of the unwinding data mapped in memory 161 const char unwinding_data[n]: an array of unwinding data, consisting of the EH Frame Header, follow… 170 …unwinding data was mapped in memory by the running process) or zero (if the unwinding data is not …
|
| H A D | perf-trace.txt | 205 command line, on systems where DWARF unwinding was built in. 215 command line, on systems where DWARF unwinding was built in.
|
| H A D | perf-config.txt | 425 The size of stack to dump in order to do post-unwinding. Default is 8192 (byte).
|
| H A D | perf-record.txt | 251 The unwinding method used for kernel space is dependent on the
|
| /OK3568_Linux_fs/kernel/arch/x86/ |
| H A D | Kconfig.debug | 239 This determines which method will be used for unwinding kernel stack 249 unwinding kernel stack traces. It uses a custom data format which is 263 This option enables the frame pointer unwinder for unwinding kernel 275 This option enables the "guess" unwinder for unwinding kernel stack
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/ltrace/ltrace/ |
| H A D | configure-allow-to-disable-selinux-support.patch | 32 dnl Whether (and which) elfutils libdw.so to use for unwinding.
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-support/libunwind/libunwind/ |
| H A D | 0003-x86-Stub-out-x86_local_resume.patch | 7 to be unwinding across signal handler boundaries, which cannot happen
|
| /OK3568_Linux_fs/kernel/arch/arm/lib/ |
| H A D | lib1funcs.S | 64 @ four bits, since this is the amount of unwinding in the main 151 @ four bits, since this is the amount of unwinding in the main
|
| /OK3568_Linux_fs/u-boot/arch/arm/lib/ |
| H A D | lib1funcs.S | 52 @ four bits, since this is the amount of unwinding in the main 139 @ four bits, since this is the amount of unwinding in the main
|
| /OK3568_Linux_fs/u-boot/arch/arm/cpu/ |
| H A D | u-boot.lds | 139 * Stack unwinding tables
|
| /OK3568_Linux_fs/kernel/arch/arc/include/asm/ |
| H A D | entry-arcv2.h | 149 ; 2. Upon entry SP is always saved (for any inspection, unwinding etc),
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/ |
| H A D | exception | 99 * stack unwinding [15.2]. end note]'
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/ |
| H A D | exception | 99 * stack unwinding [15.2]. end note]'
|
| /OK3568_Linux_fs/kernel/arch/arc/kernel/ |
| H A D | entry.S | 105 ; access for say stack unwinding of modules for crash dumps
|
| /OK3568_Linux_fs/kernel/Documentation/ia64/ |
| H A D | mca.rst | 69 knows how to start unwinding it. The tasks that received an MCA or
|
| /OK3568_Linux_fs/kernel/Documentation/trace/ |
| H A D | ftrace-design.rst | 224 prevents potential stack unwinding issues where the unwinder gets out of
|
| /OK3568_Linux_fs/kernel/arch/arm/ |
| H A D | Kconfig.debug | 53 This determines which method will be used for unwinding kernel stack 63 This option enables the frame pointer unwinder for unwinding 71 This option enables stack unwinding support in the kernel
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/ |
| H A D | gdb.info | 16830 Set unwinding of the stack if a signal is received while in a 16837 Show the current setting of stack unwinding in the functions called 16841 Set unwinding of the stack if a C++ exception is raised, but left 16849 Show the current setting of stack unwinding in the functions called 24748 worth reflecting upon, is that frame filters should avoid unwinding the 24754 iteration when it prints the frames. If the filter can defer unwinding 25140 filters should avoid is unwinding the stack if possible. Some stacks 25153 filters unwinding the stack during filtering, it can substantially delay 25306 In GDB terminology "unwinding" is the process of finding the previous 25334 unwinding process, potentially causing re-entrant unwinding. [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/ |
| H A D | gdb.info | 16830 Set unwinding of the stack if a signal is received while in a 16837 Show the current setting of stack unwinding in the functions called 16841 Set unwinding of the stack if a C++ exception is raised, but left 16849 Show the current setting of stack unwinding in the functions called 24748 worth reflecting upon, is that frame filters should avoid unwinding the 24754 iteration when it prints the frames. If the filter can defer unwinding 25140 filters should avoid is unwinding the stack if possible. Some stacks 25153 filters unwinding the stack during filtering, it can substantially delay 25306 In GDB terminology "unwinding" is the process of finding the previous 25334 unwinding process, potentially causing re-entrant unwinding. [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/ |
| H A D | target.def | 266 "This hook is used to output a reference from a frame unwinding table to\n\ 6759 based unwinding library, and @code{false} on other targets. This effects\n\ 6760 the format of unwinding tables, and how the unwinder in entered after\n\
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/ |
| H A D | target.def | 266 "This hook is used to output a reference from a frame unwinding table to\n\ 6759 based unwinding library, and @code{false} on other targets. This effects\n\ 6760 the format of unwinding tables, and how the unwinder in entered after\n\
|