Bug 522636 - Process/Thread state is not inline with classic process model
Summary: Process/Thread state is not inline with classic process model
Status: NEW
Alias: None
Product: Tracecompass
Classification: Tools
Component: LTTng (show other bugs)
Version: 0.1.0   Edit
Hardware: PC Linux
: P3 normal
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact: Project Inbox CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-09-22 07:15 EDT by Matthew Khouzam CLA
Modified: 2017-09-22 07:15 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Matthew Khouzam CLA 2017-09-22 07:15:28 EDT
Here is a list of states from https://en.wikipedia.org/wiki/Process_state with their equivalences in the control flow view.

Created

Running <- nothing

User mode -< user made

Kernel mode <- system call

Blocked <- Wait Blocked

Ready/Waiting <- Wait for CPU


Proposed solution: 

Update documentation or add a state machine image to the legend. Perhaps also rename "wait for CPU".