third_party.pigweed.src/pw_thread
J. Silva 06f856908a pw_thread: Add estimated max stack usage support
This adds a estimated max or stack usage to the thread snapshot proto.
For the embOS thread backend, store the max stack pointer in the new
field.

Fix: b/199208763
No-Docs-Update-Reason: Minor enhancement
Testing: Able to for verify by running production SW, forcing a crash,
and retrieving snapshot.
Unit tests are updated and pass.

Change-Id: Iaafe540201d8e7e16b2bfa4e83458893f2ba8dd6
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/60246
Commit-Queue: Jennifer Silva <jennifersilva@google.com>
Commit-Queue: Keir Mierle <keir@google.com>
Reviewed-by: Armando Montanez <amontanez@google.com>
2021-09-16 01:47:54 +00:00
..
public/pw_thread pw_thread: Add estimated max stack usage support 2021-09-16 01:47:54 +00:00
pw_thread_protos pw_thread: Add estimated max stack usage support 2021-09-16 01:47:54 +00:00
py pw_thread: Add estimated max stack usage support 2021-09-16 01:47:54 +00:00
backend.gni
BUILD.bazel
BUILD.gn
docs.rst
id_facade_test.cc
sleep_facade_test_c.c
sleep_facade_test.cc
sleep.cc
snapshot.cc pw_thread: Add estimated max stack usage support 2021-09-16 01:47:54 +00:00
thread_facade_test.cc
thread.cc
yield_facade_test_c.c
yield_facade_test.cc
yield.cc