Searched refs:SAMPL_RATE (Results 1 - 2 of 2) sorted by relevance

/linux-master/arch/s390/include/asm/
H A Dperf_event.h70 #define SAMPL_RATE(hwc) ((hwc)->event_base) macro
/linux-master/arch/s390/kernel/
H A Dperf_cpum_sf.c461 freq = sample_rate_to_freq(&cpuhw->qsi, SAMPL_RATE(hwc));
479 SAMPL_RATE(hwc), freq, n_sdb, sfb_max_limit(hwc),
531 sample_rate_to_freq(&cpuhw->qsi, SAMPL_RATE(hwc)));
799 SAMPL_RATE(hwc) = rate;
800 hw_init_period(hwc, SAMPL_RATE(hwc));
1010 cpuhw->lsctl.interval = SAMPL_RATE(&cpuhw->event->hw);
1219 perf_event_count_update(event, SAMPL_RATE(&event->hw));
1366 SAMPL_RATE(hwc) += DIV_ROUND_UP(SAMPL_RATE(hwc), 10);
1369 DIV_ROUND_UP(SAMPL_RATE(hw
[all...]

Completed in 212 milliseconds