commit | dc06d4bdaa108f5b48285399058fb6b4e2d306a1 | [log] [tgz] |
---|---|---|
author | Kevin Peng <kevin.peng@arm.com> | Thu Jul 13 15:31:15 2023 +0800 |
committer | Kevin Peng <kevin.peng@arm.com> | Wed Aug 02 13:52:33 2023 +0800 |
tree | 7aa3309c181b15b3513448158da99e00b8a94d3f | |
parent | 07e8f21227bc2ed5037b52476600c30a967508a7 [diff] |
Profiler: Improvements on data fetching Replace the PROF_FETCH_DATA_x by PROF_FETCH_DATA_BY_CP_x The original PROF_FETCH_DATA_x takes tag_pattern, tag_mask as input parameters. However the users only know the cp/topic pair when do PROF_TIMING_LOG. Tag marks are supposed to be internal only. Change-Id: I58085b626232cb0ca48342b8f582322644609ba3 Signed-off-by: Kevin Peng <kevin.peng@arm.com>