Home
last modified time | relevance | path

Searched refs:RAWSAMPLE_REG (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/arch/s390/include/asm/
Dperf_event.h66 #define RAWSAMPLE_REG(hwc) ((hwc)->config) macro
/linux-4.1.27/arch/s390/kernel/
Dperf_cpum_sf.c346 struct sf_raw_sample *sfr = (struct sf_raw_sample *) RAWSAMPLE_REG(hwc); in event_sample_size()
397 RAWSAMPLE_REG(hwc) = (unsigned long) sfr; in allocate_buffers()
628 if (RAWSAMPLE_REG(&event->hw)) in hw_perf_event_destroy()
629 kfree((void *) RAWSAMPLE_REG(&event->hw)); in hw_perf_event_destroy()
656 sfr = (struct sf_raw_sample *) RAWSAMPLE_REG(hwc); in hw_reset_registers()
1150 sfr = (struct sf_raw_sample *) RAWSAMPLE_REG(&event->hw); in hw_collect_samples()