Lines Matching refs:record
230 struct arm_spe_record *record = &speq->decoder->record;
235 sample->ip = record->from_ip;
239 sample->addr = record->to_ip;
293 const struct arm_spe_record *record = &speq->decoder->record;
298 if (record->type & ARM_SPE_L1D_MISS) {
305 if (record->type & ARM_SPE_L1D_ACCESS) {
314 if (record->type & ARM_SPE_LLC_MISS) {
321 if (record->type & ARM_SPE_LLC_ACCESS) {
330 if (record->type & ARM_SPE_TLB_MISS) {
337 if (record->type & ARM_SPE_TLB_ACCESS) {
345 if (spe->sample_branch && (record->type & ARM_SPE_BRANCH_MISS)) {
353 (record->type & ARM_SPE_REMOTE_ACCESS)) {
403 struct arm_spe_record *record;
433 record = &speq->decoder->record;
435 speq->timestamp = record->timestamp;