Searched refs:unwind_state (Results 1 – 4 of 4) sorted by relevance
/external/perfetto/src/profiling/perf/ |
D | unwinding.cc | 109 PERFETTO_DCHECK(!proc_state.unwind_state.has_value()); in AdoptProcDescriptors() 114 proc_state.unwind_state = in AdoptProcDescriptors() 137 PERFETTO_DCHECK(!proc_state.unwind_state.has_value()); in RecordTimedOutProcDescriptors() 262 PERFETTO_CHECK(proc_state.unwind_state.has_value()); in ConsumeAndUnwindReadySamples() 264 UnwindSample(entry.sample, &proc_state.unwind_state.value(), in ConsumeAndUnwindReadySamples() 300 UnwindingMetadata* unwind_state, in UnwindSample() argument 303 PERFETTO_DCHECK(unwind_state); in UnwindSample() 311 unwind_state->fd_mem, sample.regs->sp(), in UnwindSample() 329 auto attempt_unwind = [&sample, unwind_state, pid_unwound_before, in UnwindSample() 339 unwindstack::Unwinder unwinder(kUnwindingMaxFrames, &unwind_state->fd_maps, in UnwindSample() [all …]
|
D | unwinding.h | 134 base::Optional<UnwindingMetadata> unwind_state; member 179 UnwindingMetadata* unwind_state,
|
/external/linux-kselftest/tools/testing/selftests/x86/ |
D | unwind_vdso.c | 82 struct unwind_state { struct 89 struct unwind_state *state = opaque; in trace_fn() argument 129 struct unwind_state state; in sigtrap()
|
/external/perfetto/src/base/ |
D | debug_crash_stack_trace.cc | 146 StackCrawlState unwind_state(frames, kMaxFrames); in SignalHandler() local 147 _Unwind_Backtrace(&TraceStackFrame, &unwind_state); in SignalHandler() 156 for (uint8_t i = 0; i < unwind_state.frame_count; i++) { in SignalHandler()
|