Home
last modified time | relevance | path

Searched refs:ARM_SPE_LLC_MISS (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/tools/perf/util/arm-spe-decoder/
Darm-spe-decoder.h20 ARM_SPE_LLC_MISS = 1 << 3, enumerator
Darm-spe-decoder.c210 decoder->record.type |= ARM_SPE_LLC_MISS; in arm_spe_read_record()
/linux-6.1.9/tools/perf/util/
Darm-spe.c478 if (record->type & (ARM_SPE_LLC_ACCESS | ARM_SPE_LLC_MISS)) { in arm_spe__synth_data_source_generic()
481 if (record->type & ARM_SPE_LLC_MISS) in arm_spe__synth_data_source_generic()
553 if (record->type & ARM_SPE_LLC_MISS) { in arm_spe_sample()