Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/infiniband/core/
Duverbs_std_types_counters.c97 if (!counters->device->ops.read_counters) in UVERBS_HANDLER()
116 ret = counters->device->ops.read_counters(counters, &read_attr, attrs); in UVERBS_HANDLER()
Ddevice.c2699 SET_DEVICE_OP(dev_ops, read_counters); in ib_set_device_ops()
/Linux-v5.15/drivers/infiniband/hw/mlx5/
Dcounters.c102 ret = mcounters->read_counters(counters->device, &mread_attr); in mlx5_ib_read_counters()
567 mcounters->read_counters = read_flow_counters; in counters_set_description()
698 .read_counters = mlx5_ib_read_counters,
Dmlx5_ib.h983 int (*read_counters)(struct ib_device *ibdev, member
/Linux-v5.15/tools/perf/
Dbuiltin-stat.c457 static void read_counters(struct timespec *rs) in read_counters() function
525 read_counters(&rs); in process_interval()
1023 read_counters(&(struct timespec) { .tv_nsec = t1-t0 }); in __run_perf_stat()
/Linux-v5.15/include/rdma/
Dib_verbs.h2540 int (*read_counters)(struct ib_counters *counters, member