Searched refs:outgoing_thread_state (Results 1 - 6 of 6) sorted by relevance

/fuchsia/zircon/system/ulib/trace-engine/include/trace-engine/
H A Dcontext.h285 // |outgoing_thread_state| is the state of the thread which was descheduled from the CPU.
294 trace_thread_state_t outgoing_thread_state,
/fuchsia/zircon/system/utest/trace-reader/
H A Drecords_tests.cpp763 EXPECT_EQ(trace::ThreadState::kSuspended, r.GetContextSwitch().outgoing_thread_state);
775 EXPECT_EQ(trace::ThreadState::kSuspended, m.GetContextSwitch().outgoing_thread_state);
787 EXPECT_EQ(trace::ThreadState::kSuspended, r.GetContextSwitch().outgoing_thread_state);
/fuchsia/zircon/system/ulib/trace-reader/
H A Drecords.cpp464 ThreadStateToString(context_switch_.outgoing_thread_state),
H A Dreader.cpp371 auto outgoing_thread_state = local
394 Record(Record::ContextSwitch{timestamp, cpu_number, outgoing_thread_state,
/fuchsia/zircon/system/ulib/trace-reader/include/trace-reader/
H A Drecords.h531 ThreadState outgoing_thread_state; member in struct:trace::final::ContextSwitch
/fuchsia/zircon/system/ulib/trace-engine/
H A Dcontext_api.cpp827 trace_thread_state_t outgoing_thread_state,
842 ZX_THREAD_STATE_BASIC(outgoing_thread_state)) |
823 trace_context_write_context_switch_record( trace_context_t* context, trace_ticks_t event_time, trace_cpu_number_t cpu_number, trace_thread_state_t outgoing_thread_state, const trace_thread_ref_t* outgoing_thread_ref, const trace_thread_ref_t* incoming_thread_ref, trace_thread_priority_t outgoing_thread_priority, trace_thread_priority_t incoming_thread_priority) argument

Completed in 34 milliseconds