We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdde538 commit ec29c3eCopy full SHA for ec29c3e
tools/perf/util/arm-spe.c
@@ -514,7 +514,7 @@ static void arm_spe__synth_data_source_generic(const struct arm_spe_record *reco
514
}
515
516
if (record->type & ARM_SPE_REMOTE_ACCESS)
517
- data_src->mem_lvl |= PERF_MEM_LVL_REM_CCE1;
+ data_src->mem_remote = PERF_MEM_REMOTE_REMOTE;
518
519
520
static u64 arm_spe__synth_data_source(const struct arm_spe_record *record, u64 midr)
0 commit comments