We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 56a8b89 + 7f5e242 commit 10bb3daCopy full SHA for 10bb3da
scripts/create_perf_json.py
@@ -961,6 +961,10 @@ def append_to_desc(s: str):
961
# Metrics with more events than counters.
962
'tma_info_system_mem_read_latency': no_group,
963
'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,
968
# Metrics that would fit were the NMI watchdog disabled.
969
'tma_ports_utilized_2': nmi,
970
'tma_ports_utilized_3m': nmi,
0 commit comments