Skip to content

Commit 10bb3da

Browse files
authored
Merge pull request #299 from tlfalcon/workaround-event-group-metrics-arl
create_perf_json: workaround event grouping issues for some hybrid me…
2 parents 56a8b89 + 7f5e242 commit 10bb3da

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

scripts/create_perf_json.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -961,6 +961,10 @@ def append_to_desc(s: str):
961961
# Metrics with more events than counters.
962962
'tma_info_system_mem_read_latency': no_group,
963963
'tma_info_system_mem_request_latency': no_group,
964+
'tma_l2_hit_latency': no_group,
965+
'tma_l3_hit_latency': no_group,
966+
'tma_data_sharing': no_group,
967+
'tma_contested_accesses': no_group,
964968
# Metrics that would fit were the NMI watchdog disabled.
965969
'tma_ports_utilized_2': nmi,
966970
'tma_ports_utilized_3m': nmi,

0 commit comments

Comments
 (0)