commit | 237c363006dbc0e55dde8f4f37e0b5af15433840 | [log] [tgz] |
---|---|---|
author | Joel Fernandes <joelaf@google.com> | Sun Jun 04 13:05:59 2017 -0700 |
committer | Joel Fernandes <joelaf@google.com> | Mon Jun 05 18:38:14 2017 +0000 |
tree | a5b367d3bf593fedaca695c4a40e3b81057cb1e5 | |
parent | eb30998a33355d4ab4570f0d6467a3ab4909a049 [diff] |
atrace: Enable sched_waking if available sched_waking helps to know when a wakeup happens at the earliest. wakeups can originate on different CPUs which makes it impossible to know just from sched_wakeup what the source was. Thankfully sched_waking is just for that, enable it if its available. Bug: 36415990 Change-Id: I489ca0112d5e0ed781888866a9efa57f17ca8a53 Signed-off-by: Joel Fernandes <joelaf@google.com>