Home
last modified time | relevance | path

Searched refs:get_counters (Results 1 – 9 of 9) sorted by relevance

/linux-6.15/drivers/perf/amlogic/
H A Dmeson_g12_ddr_pmu.c318 .get_counters = dmc_g12_get_counters,
331 .get_counters = dmc_g12_get_counters,
344 .get_counters = dmc_g12_get_counters,
H A Dmeson_ddr_pmu_core.c94 pmu->info.hw_info->get_counters(&pmu->info, &dc); in meson_ddr_perf_event_update()
/linux-6.15/drivers/infiniband/hw/mlx5/
H A Dcounters.c218 static const struct mlx5_ib_counters *get_counters(struct mlx5_ib_dev *dev, in get_counters() function
240 const struct mlx5_ib_counters *cnts = get_counters(dev, port_num + 1); in mlx5_ib_get_counters_id()
279 const struct mlx5_ib_counters *cnts = get_counters(dev, port_num); in mlx5_ib_alloc_hw_port_stats()
380 const struct mlx5_ib_counters *cnts = get_counters(dev, port_num); in do_get_hw_stats()
451 const struct mlx5_ib_counters *cnts = get_counters(dev, counter->port); in do_per_qp_get_op_stat()
494 cnts = get_counters(dev, port_num); in do_get_op_stat()
525 cnts = get_counters(dev, port_num); in do_get_op_stats()
546 cnts = get_counters(dev, port_num); in mlx5_ib_get_hw_stats()
573 const struct mlx5_ib_counters *cnts = get_counters(dev, counter->port); in mlx5_ib_counter_alloc_stats()
581 const struct mlx5_ib_counters *cnts = get_counters(dev, counter->port); in mlx5_ib_counter_update_stats()
/linux-6.15/include/soc/amlogic/
H A Dmeson_ddr_pmu.h45 void (*get_counters)(struct dmc_info *info, member
/linux-6.15/net/bridge/netfilter/
H A Debtables.c987 static void get_counters(const struct ebt_counter *oldcounters, in get_counters() function
1064 get_counters(t->private->counters, counterstmp, in do_replace_finish()
1534 get_counters(oldcounters, counterstmp, nentries); in copy_counters_to_user()
/linux-6.15/net/ipv4/netfilter/
H A Darp_tables.c600 static void get_counters(const struct xt_table_info *t, in get_counters() function
665 get_counters(private, counters); in alloc_counters()
H A Dip_tables.c739 get_counters(const struct xt_table_info *t, in get_counters() function
804 get_counters(private, counters); in alloc_counters()
/linux-6.15/net/ipv6/netfilter/
H A Dip6_tables.c756 get_counters(const struct xt_table_info *t, in get_counters() function
820 get_counters(private, counters); in alloc_counters()
/linux-6.15/tools/power/x86/turbostat/
H A Dturbostat.c4774 int get_counters(struct thread_data *t, struct core_data *c, struct pkg_data *p) in get_counters() function
6397 retval = for_all_cpus(get_counters, EVEN_COUNTERS); in turbostat_loop()
6424 retval = for_all_cpus(get_counters, ODD_COUNTERS); in turbostat_loop()
6448 retval = for_all_cpus(get_counters, EVEN_COUNTERS); in turbostat_loop()
9530 status = for_all_cpus(get_counters, EVEN_COUNTERS); in fork_it()
9561 for_all_cpus(get_counters, ODD_COUNTERS); in fork_it()
9582 status = for_all_cpus(get_counters, ODD_COUNTERS); in get_and_dump_counters()