Home
last modified time | relevance | path

Searched refs:read_counters (Results 1 – 7 of 7) sorted by relevance

/Linux-v6.6/drivers/infiniband/core/
Duverbs_std_types_counters.c97 if (!counters->device->ops.read_counters) in UVERBS_HANDLER()
118 ret = counters->device->ops.read_counters(counters, &read_attr, attrs); in UVERBS_HANDLER()
Ddevice.c2702 SET_DEVICE_OP(dev_ops, read_counters); in ib_set_device_ops()
/Linux-v6.6/drivers/cpufreq/
Dtegra194-cpufreq.c54 void (*read_counters)(struct tegra_cpu_ctr *c); member
176 .read_counters = tegra234_read_counters,
267 data->soc->ops->read_counters(c); in tegra_read_counters()
571 .read_counters = tegra194_read_counters,
/Linux-v6.6/drivers/infiniband/hw/mlx5/
Dcounters.c163 ret = mcounters->read_counters(counters->device, &mread_attr); in mlx5_ib_read_counters()
866 mcounters->read_counters = read_flow_counters; in counters_set_description()
1053 .read_counters = mlx5_ib_read_counters,
Dmlx5_ib.h1026 int (*read_counters)(struct ib_device *ibdev, member
/Linux-v6.6/tools/perf/
Dbuiltin-stat.c411 static int read_counters(struct timespec *rs) in read_counters() function
446 if (read_counters(&rs) == 0) in process_interval()
934 if (read_counters(&(struct timespec) { .tv_nsec = t1-t0 }) == 0) in __run_perf_stat()
/Linux-v6.6/include/rdma/
Dib_verbs.h2562 int (*read_counters)(struct ib_counters *counters, member