commit | ee593e27cf607ab4603f65e89a7a366c5f154942 | [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:37:00 2017 +0000 |
tree | 53d751adb80be2247262b9e8debf9fcfbc08ce8c | |
parent | 18c2d051e3f20c388acfd352893136e8abc621a5 [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>