Add FaultsFiltered query to exclude memory regions

This commit is contained in:
2026-06-13 16:22:03 +02:00
parent 08c2e9c13d
commit 797c9512b4
5 changed files with 86 additions and 4 deletions

View File

@ -147,7 +147,7 @@ make_heatmap <- function(target_resulttype, target_benchmark) {
}
aggregated <- filtered |>
select(.data$fault_address, .data$faults)
select(fault_address, faults)
# ===========================================================================
# ADDRESS HEX -> INT