| commit | c7ceef675187e38223542ac58394738c6d3eb9c3 | [log] [tgz] |
|---|---|---|
| author | Andy Ross <andrew.j.ross@intel.com> | Sat Mar 10 09:37:27 2018 -0800 |
| committer | Anas Nashif <nashif@linux.intel.com> | Sun Mar 18 16:58:12 2018 -0400 |
| tree | 8721a2518a0ff5826b2e855defbb261ff6726c3e | |
| parent | 9d367eeb0a70a3d304abe7d378fd79bbc725d7bd [diff] |
kernel_event_logger: Ignore events before subsystem init Thread and interrupt events may well arrive before the subsystem initialization call has been made. Just swallow such events. In particular, an incoming change to the way _ready_thread works causes the main and idle thread initialization to throw thread ready events (which isn't wrong!), which the current setup can't handle. Signed-off-by: Andy Ross <andrew.j.ross@intel.com>