Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/perf/
H A Dthunderx2_pmu.c99 u32 prorate_factor; member
469 u32 prorate_factor; in tx2_uncore_event_update() local
476 prorate_factor = tx2_pmu->prorate_factor; in tx2_uncore_event_update()
500 * prorate_factor to get the count for a device. in tx2_uncore_event_update()
502 local64_add(delta * prorate_factor, &event->count); in tx2_uncore_event_update()
839 tx2_pmu->prorate_factor = TX2_PMU_L3_TILES; in tx2_uncore_pmu_init_dev()
854 tx2_pmu->prorate_factor = TX2_PMU_DMC_CHANNELS; in tx2_uncore_pmu_init_dev()
870 tx2_pmu->prorate_factor = 1; in tx2_uncore_pmu_init_dev()
/kernel/linux/linux-6.6/drivers/perf/
H A Dthunderx2_pmu.c99 u32 prorate_factor; member
469 u32 prorate_factor; in tx2_uncore_event_update() local
476 prorate_factor = tx2_pmu->prorate_factor; in tx2_uncore_event_update()
500 * prorate_factor to get the count for a device. in tx2_uncore_event_update()
502 local64_add(delta * prorate_factor, &event->count); in tx2_uncore_event_update()
837 tx2_pmu->prorate_factor = TX2_PMU_L3_TILES; in tx2_uncore_pmu_init_dev()
852 tx2_pmu->prorate_factor = TX2_PMU_DMC_CHANNELS; in tx2_uncore_pmu_init_dev()
868 tx2_pmu->prorate_factor = 1; in tx2_uncore_pmu_init_dev()

Completed in 4 milliseconds