Searched refs:SAMPL_RATE (Results 1 – 1 of 1) sorted by relevance
36 #define SAMPL_RATE(hwc) ((hwc)->event_base) macro430 freq = sample_rate_to_freq(&cpuhw->qsi, SAMPL_RATE(hwc)); in allocate_buffers()494 sample_rate_to_freq(&cpuhw->qsi, SAMPL_RATE(hwc))); in sfb_account_overflows()728 SAMPL_RATE(hwc) = rate; in __hw_perf_event_init_rate()729 hw_init_period(hwc, SAMPL_RATE(hwc)); in __hw_perf_event_init_rate()925 cpuhw->lsctl.interval = SAMPL_RATE(hwc); in cpumsf_pmu_enable()1118 perf_event_count_update(event, SAMPL_RATE(&event->hw)); in hw_collect_samples()1252 SAMPL_RATE(hwc) += DIV_ROUND_UP(SAMPL_RATE(hwc), 10); in hw_perf_event_update()1253 if (SAMPL_RATE(hwc) > cpuhw->qsi.max_sampl_rate) in hw_perf_event_update()1254 SAMPL_RATE(hwc) = cpuhw->qsi.max_sampl_rate; in hw_perf_event_update()[all …]