Home
last modified time | relevance | path

Searched refs:unwound (Results 1 – 25 of 27) sorted by relevance

12

/external/elfutils/libdwfl/
Dframe_unwind.c502 assert (state->unwound == NULL); in new_unwound()
508 Dwfl_Frame *unwound; in new_unwound() local
509 unwound = malloc (sizeof (*unwound) + sizeof (*unwound->regs) * nregs); in new_unwound()
510 if (unlikely (unwound == NULL)) in new_unwound()
512 state->unwound = unwound; in new_unwound()
513 unwound->thread = thread; in new_unwound()
514 unwound->unwound = NULL; in new_unwound()
515 unwound->signal_frame = false; in new_unwound()
516 unwound->initial_frame = false; in new_unwound()
517 unwound->pc_state = DWFL_FRAME_STATE_ERROR; in new_unwound()
[all …]
Ddwfl_frame.c79 Dwfl_Frame *next = state->unwound; in free_states()
88 assert (thread->unwound == NULL); in state_alloc()
102 thread->unwound = state; in state_alloc()
103 state->unwound = NULL; in state_alloc()
270 thread.unwound = NULL; in INTDEF()
287 assert (thread.unwound == NULL); in INTDEF()
340 thread.unwound = NULL; in getthread()
413 free_states (thread->unwound); in INTDEF()
414 thread->unwound = NULL; in INTDEF()
417 Dwfl_Frame *state = thread->unwound; in INTDEF()
[all …]
Ddwfl_frame_regs.c39 Dwfl_Frame *state = thread->unwound; in dwfl_thread_state_registers()
40 assert (state && state->unwound == NULL); in dwfl_thread_state_registers()
55 Dwfl_Frame *state = thread->unwound; in INTDEF()
56 assert (state && state->unwound == NULL); in INTDEF()
Ddwfl_frame_pc.c55 if (state->unwound == NULL in dwfl_frame_pc()
56 || state->unwound->pc_state != DWFL_FRAME_STATE_PC_SET) in dwfl_frame_pc()
59 *isactivation = state->unwound->signal_frame; in dwfl_frame_pc()
Dlinux-core-attach.c260 && __libdwfl_frame_reg_get (thread->unwound, regno, NULL) == 0) in core_set_initial_registers()
278 assert (sizeof (*thread->unwound->regs) == sizeof val64); in core_set_initial_registers()
DlibdwflP.h246 Dwfl_Frame *unwound; member
256 Dwfl_Frame *unwound; member
DChangeLog519 (dwfl_thread_getframes): Don't update thread->unwound while unwinding.
520 * libdwflP.h (struct Dwfl_Thread): Update comment for unwound member.
866 * frame_unwind.c (new_unwound): Check and return unwound.
/external/perfetto/docs/design-docs/
Dheapprofd-design.md81 If the sample is a malloc, the stack is unwound and the resulting data is handled in the main threa…
123 **Compression:** bookkeeping of unwound frames can be more efficient if it is shared between multip…
282 … usage trade-off, as these stacks have to be held in memory until they are either unwound or freed.
/external/perfetto/protos/perfetto/config/profiling/
Dperf_event_config.proto209 // Userspace unwinding mode. A possible future addition is kernel-unwound
/external/angle/third_party/abseil-cpp/absl/debugging/internal/
Dstacktrace_aarch64-inl.inc106 // later, then we have already unwound through it and it needs no special
/external/OpenCSD/decoder/docs/prog_guide/
Dprog_guide_generic_pkts.md367 …ransactional memory sequence failed - operations since start of transaction have been unwound. */
/external/cronet/base/message_loop/
Dmessage_pump_mac.mm915 // window in frame #5. When the stack is unwound to frame #5, the window would
/external/python/cpython3/Doc/extending/
Dnewtypes.rst97 called as the interpreter unwinds the Python stack; when the stack is unwound
/external/python/cpython3/Doc/library/
Dlogging.rst187 which have been unwound, following an exception, while searching for
992 which have been unwound, following an exception, while searching for
/external/python/cpython2/Doc/extending/
Dnewtypes.rst988 called as the interpreter unwinds the Python stack; when the stack is unwound
/external/bc/
DNEWS.md824 an unwinding of the stack until it is stopped or the stack is unwound to
/external/perfetto/protos/perfetto/config/
Dperfetto_config.proto1461 // Userspace unwinding mode. A possible future addition is kernel-unwound
/external/python/cpython2/Doc/reference/
Ddatamodel.rst1036 unwinds the execution stack, at each unwound level a traceback object is
/external/python/cpython3/Doc/reference/
Ddatamodel.rst1097 unwinds the execution stack, at each unwound level a traceback object is
/external/llvm/docs/
DLangRef.rst8726 When the call stack is being unwound due to an exception being thrown,
8798 When the call stack is being unwound due to an exception being thrown, the
8863 When the call stack is being unwound due to an exception being thrown,
/external/bc/manuals/
Ddevelopment.md3906 But fortunately for me, signals did the same thing that errors did: they unwound
/external/perfetto/protos/perfetto/trace/
Dperfetto_trace.proto1461 // Userspace unwinding mode. A possible future addition is kernel-unwound
/external/jline/src/src/test/resources/jline/example/
Denglish.gz
/external/kotlinx.coroutines/benchmarks/src/jmh/resources/
Dospd.txt.gz
/external/icu/icu4j/perf-tests/data/collation/
Dulyss10.txt13819 Love that is singing: love's old sweet song. Bloom unwound slowly

12