Home
last modified time | relevance | path

Searched refs:max_counters (Results 1 – 14 of 14) sorted by relevance

/linux/drivers/perf/
H A Dthunderx2_pmu.c97 u32 max_counters; member
309 tx2_pmu->max_counters); in alloc_counter()
310 if (counter == tx2_pmu->max_counters) in alloc_counter()
540 int max_counters) in tx2_uncore_validate_event_group() argument
563 return counters <= max_counters; in tx2_uncore_validate_event_group()
599 if (!tx2_uncore_validate_event_group(event, tx2_pmu->max_counters)) in tx2_uncore_event_init()
622 tx2_pmu->max_counters) == 1) { in tx2_uncore_event_start()
689 if (bitmap_empty(tx2_pmu->active_counters, tx2_pmu->max_counters)) in tx2_uncore_event_del()
701 int max_counters, idx; in tx2_hrtimer_callback() local
704 max_counters = tx2_pmu->max_counters; in tx2_hrtimer_callback()
[all …]
H A Dxgene_pmu.c94 u8 max_counters; member
686 pmu_dev->max_counters);
687 if (cntr == pmu_dev->max_counters)
860 pmu_dev->max_counters); in xgene_pmu_stop_counters()
1090 pmu_dev->max_counters = 1; in xgene_init_perf()
1092 pmu_dev->max_counters = PMU_MAX_COUNTERS; in xgene_init_perf()
/linux/arch/x86/events/amd/
H A Diommu.c41 u8 max_counters; member
156 int max_cntrs = piommu->max_counters; in get_next_avail_iommu_bnk_cntr()
192 max_cntrs = perf_iommu->max_counters; in clear_avail_iommu_bnk_cntr()
432 perf_iommu->max_counters = amd_iommu_pc_get_max_counters(idx); in init_one_iommu()
436 !perf_iommu->max_counters) { in init_one_iommu()
446 idx, perf_iommu->max_banks, perf_iommu->max_counters); in init_one_iommu()
/linux/drivers/gpu/drm/v3d/
H A Dv3d_drv.c98 args->value = v3d->perfmon_info.max_counters; in v3d_get_param_ioctl()
H A Dv3d_perfmon.c211 v3d->perfmon_info.max_counters = max;
341 if (req->counters[i] >= v3d->perfmon_info.max_counters) in v3d_perfmon_create_ioctl()
436 if (!v3d->perfmon_info.max_counters) in v3d_perfmon_get_counter_ioctl()
440 if (req->counter >= v3d->perfmon_info.max_counters) in v3d_perfmon_get_counter_ioctl()
H A Dv3d_drv.h112 unsigned int max_counters; global() member
/linux/drivers/net/ethernet/mellanox/mlx4/
H A Dfw.h127 u32 max_counters; member
H A Dmain.c651 dev->caps.max_counters = dev_cap->max_counters; in mlx4_dev_cap()
2533 if (!dev->caps.max_counters) in mlx4_init_counters_table()
2536 nent_pow2 = roundup_pow_of_two(dev->caps.max_counters); in mlx4_init_counters_table()
2540 nent_pow2 - dev->caps.max_counters + 1); in mlx4_init_counters_table()
2548 if (!dev->caps.max_counters) in mlx4_cleanup_counters_table()
H A Dresource_tracker.c495 (dev->caps.max_counters - 1)) in mlx4_calc_res_counter_guaranteed()
545 res_alloc->res_free = dev->caps.max_counters - 1; in mlx4_init_resource_tracker()
623 res_alloc->quota[t] = dev->caps.max_counters; in mlx4_init_resource_tracker()
1243 counters_arr = kmalloc_array(dev->caps.max_counters, in mlx4_calc_vf_counters()
5190 counters_arr = kmalloc_array(dev->caps.max_counters, in rem_slave_counters()
H A Dfw.c1062 MLX4_GET(dev_cap->max_counters, outbox, in mlx4_QUERY_DEV_CAP()
1167 mlx4_dbg(dev, "Max counters: %d\n", dev_cap->max_counters); in mlx4_dev_cap_dump()
/linux/drivers/thunderbolt/
H A Dtb_regs.h289 u32 max_counters:11; member
H A Ddebugfs.c1247 buf = kcalloc(COUNTER_SET_LEN * port->config.max_counters, sizeof(u32), in port_clear_all_counters()
1253 COUNTER_SET_LEN * port->config.max_counters); in port_clear_all_counters()
1704 for (i = 0; i < port->config.max_counters; i++) { in counters_show()
H A Dswitch.c455 tb_dbg(tb, " Max counters: %d\n", regs->max_counters); in tb_dump_port()
/linux/include/linux/mlx4/
H A Ddevice.h614 u32 max_counters; member
1032 #define MLX4_SINK_COUNTER_INDEX(dev) (dev->caps.max_counters - 1)