Searched refs:OVERFLOW_REG (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/arch/s390/include/asm/ |
H A D | perf_event.h | 68 #define OVERFLOW_REG(hwc) ((hwc)->extra_reg.config) macro
|
/kernel/linux/linux-6.6/arch/s390/include/asm/ |
H A D | perf_event.h | 67 #define OVERFLOW_REG(hwc) ((hwc)->extra_reg.config) macro
|
/kernel/linux/linux-5.10/arch/s390/kernel/ |
H A D | perf_cpum_sf.c | 468 if (!OVERFLOW_REG(hwc)) in sfb_account_overflows() 478 ratio = DIV_ROUND_UP(100 * OVERFLOW_REG(hwc) * cpuhw->sfb.num_sdb, in sfb_account_overflows() 487 __func__, OVERFLOW_REG(hwc), ratio, num); in sfb_account_overflows() 488 OVERFLOW_REG(hwc) = 0; in sfb_account_overflows() 848 OVERFLOW_REG(hwc) = 0; in __hw_perf_event_init() 1337 OVERFLOW_REG(hwc) = DIV_ROUND_UP(OVERFLOW_REG(hwc) + in hw_perf_event_update() 1360 OVERFLOW_REG(hwc), num_sdb); in hw_perf_event_update()
|
/kernel/linux/linux-6.6/arch/s390/kernel/ |
H A D | perf_cpum_sf.c | 520 if (!OVERFLOW_REG(hwc)) in sfb_account_overflows() 530 ratio = DIV_ROUND_UP(100 * OVERFLOW_REG(hwc) * cpuhw->sfb.num_sdb, in sfb_account_overflows() 539 __func__, OVERFLOW_REG(hwc), ratio, num); in sfb_account_overflows() 540 OVERFLOW_REG(hwc) = 0; in sfb_account_overflows() 886 OVERFLOW_REG(hwc) = 0; in __hw_perf_event_init() 1354 OVERFLOW_REG(hwc) = DIV_ROUND_UP(OVERFLOW_REG(hwc) + in hw_perf_event_update() 1377 OVERFLOW_REG(hwc), num_sdb); in hw_perf_event_update()
|
Completed in 8 milliseconds