commit | 082a82c7c51b5cf43b7816fca729f20a5b2f27b2 | [log] [tgz] |
---|---|---|
author | Patrick Bellasi <patrick.bellasi@arm.com> | Tue Jan 26 15:38:44 2016 +0000 |
committer | Patrick Bellasi <patrick.bellasi@arm.com> | Tue Jan 26 18:37:53 2016 +0000 |
tree | 24ef50a0e3f0f7e7c6e7d60fb98152c1ea41f755 | |
parent | 7f5a150b4f691d8d2972f24c16c911bc4f66727a [diff] |
ftrace: add support to report function profiling data Functions profiling data are reported in a set of files, one for each CPU. This patch adds the required support to collect these data into a single JSON formatted file. Data are collected using a shutils routing on the target side and formatted in JSON on the host side. Signed-off-by: Patrick Bellasi <patrick.bellasi@arm.com>