Searched refs:SAMPL_RATE (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/arch/s390/kernel/ |
H A D | perf_cpum_sf.c | 409 freq = sample_rate_to_freq(&cpuhw->qsi, SAMPL_RATE(hwc)); in allocate_buffers() 427 SAMPL_RATE(hwc), freq, n_sdb, sfb_max_limit(hwc), in allocate_buffers() 479 sample_rate_to_freq(&cpuhw->qsi, SAMPL_RATE(hwc))); in sfb_account_overflows() 757 SAMPL_RATE(hwc) = rate; in __hw_perf_event_init_rate() 758 hw_init_period(hwc, SAMPL_RATE(hwc)); in __hw_perf_event_init_rate() 976 cpuhw->lsctl.interval = SAMPL_RATE(&cpuhw->event->hw); in cpumsf_pmu_enable() 1187 perf_event_count_update(event, SAMPL_RATE(&event->hw)); in hw_collect_samples() 1349 SAMPL_RATE(hwc) += DIV_ROUND_UP(SAMPL_RATE(hwc), 10); in hw_perf_event_update() 1352 DIV_ROUND_UP(SAMPL_RATE(hw in hw_perf_event_update() [all...] |
/kernel/linux/linux-6.6/arch/s390/kernel/ |
H A D | perf_cpum_sf.c | 461 freq = sample_rate_to_freq(&cpuhw->qsi, SAMPL_RATE(hwc)); in allocate_buffers() 479 SAMPL_RATE(hwc), freq, n_sdb, sfb_max_limit(hwc), in allocate_buffers() 531 sample_rate_to_freq(&cpuhw->qsi, SAMPL_RATE(hwc))); in sfb_account_overflows() 799 SAMPL_RATE(hwc) = rate; in __hw_perf_event_init_rate() 800 hw_init_period(hwc, SAMPL_RATE(hwc)); in __hw_perf_event_init_rate() 1010 cpuhw->lsctl.interval = SAMPL_RATE(&cpuhw->event->hw); in cpumsf_pmu_enable() 1219 perf_event_count_update(event, SAMPL_RATE(&event->hw)); in hw_collect_samples() 1366 SAMPL_RATE(hwc) += DIV_ROUND_UP(SAMPL_RATE(hwc), 10); in hw_perf_event_update() 1369 DIV_ROUND_UP(SAMPL_RATE(hw in hw_perf_event_update() [all...] |
/kernel/linux/linux-5.10/arch/s390/include/asm/ |
H A D | perf_event.h | 71 #define SAMPL_RATE(hwc) ((hwc)->event_base) macro
|
/kernel/linux/linux-6.6/arch/s390/include/asm/ |
H A D | perf_event.h | 70 #define SAMPL_RATE(hwc) ((hwc)->event_base) macro
|
Completed in 5 milliseconds