Hello! I wonder if it's possible to measure data cache misses (e.g. L1 and L2) when my program is running. Earlier I used dc-misses probe in pmcstat with my old CPU. Now on Zen CPUs there is no such probe anymore. Instead of that probe I have (to name a few):
l2_cache_accesses_from_ic_misses l2_cache_accesses_from_dc_misses l2_cache_misses_from_ic_miss l2_cache_misses_from_dc_misses l2_cache_hits_from_ic_misses l2_cache_hits_from_dc_misses l2_cache_hits_from_l2_hwpf l3_cache_accesses l1_data_cache_fills_from_memory l1_data_cache_fills_from_remote_node l1_data_cache_fills_from_within_same_ccx l1_data_cache_fills_from_external_ccx_cache l1_data_cache_fills_all I don't see if there is a probe which I can use as a replacement for dc-misses. Can anybody help me?