Home
last modified time | relevance | path

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

/linux-5.19.10/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-5.19.10/tools/perf/util/
Darm-spe.c401 if (record->type & (ARM_SPE_LLC_ACCESS | ARM_SPE_LLC_MISS)) { in arm_spe__synth_data_source()
404 if (record->type & ARM_SPE_LLC_MISS) in arm_spe__synth_data_source()
458 if (record->type & ARM_SPE_LLC_MISS) { in arm_spe_sample()