Home
last modified time | relevance | path

Searched refs:update_stats (Results 1 – 25 of 89) sorted by relevance

1234

/linux-6.3-rc2/tools/perf/bench/
A Dsynthesize.c91 update_stats(&time_stats, runtime_us); in do_run_single_threaded()
92 update_stats(&event_stats, atomic_read(&event_count)); in do_run_single_threaded()
184 update_stats(&time_stats, runtime_us); in do_run_multi_threaded()
185 update_stats(&event_stats, atomic_read(&event_count)); in do_run_multi_threaded()
A Dfutex-wake-parallel.c187 update_stats(&__waketime_stats, waking_worker[i].runtime.tv_usec); in print_run()
188 update_stats(&__wakeup_stats, waking_worker[i].nwoken); in print_run()
223 update_stats(&waketime_stats, waking_worker[i].runtime.tv_usec); in do_run_stats()
224 update_stats(&wakeup_stats, waking_worker[i].nwoken); in do_run_stats()
A Dfind-bit-bench.c86 update_stats(&fb_time_stats, runtime_us); in do_for_each_set_bit()
100 update_stats(&tb_time_stats, runtime_us); in do_for_each_set_bit()
A Dfutex-wake.c210 update_stats(&wakeup_stats, nwoken); in bench_futex_wake()
211 update_stats(&waketime_stats, runtime.tv_usec); in bench_futex_wake()
A Dkallsyms-parse.c56 update_stats(&time_stats, runtime_us); in do_kallsyms_parse()
A Dfutex-requeue.c265 update_stats(&requeued_stats, nrequeued); in bench_futex_requeue()
266 update_stats(&requeuetime_stats, runtime.tv_usec); in bench_futex_requeue()
A Dinject-buildid.c426 update_stats(&time_stats, runtime_us); in do_inject_loop()
427 update_stats(&mem_stats, max_rss); in do_inject_loop()
A Devlist-open-close.c178 update_stats(&time_stats, runtime_us); in bench_evlist_open_close__run()
A Dfutex-hash.c230 update_stats(&throughput_stats, t); in bench_futex_hash()
A Dfutex-lock-pi.c236 update_stats(&throughput_stats, t); in bench_futex_lock_pi()
/linux-6.3-rc2/drivers/md/
A Ddm-cache-background-tracker.c142 static void update_stats(struct background_tracker *b, struct policy_work *w, int delta) in update_stats() function
215 update_stats(b, &w->work, 1); in btracker_queue()
244 update_stats(b, &w->work, -1); in btracker_complete()
/linux-6.3-rc2/tools/perf/util/
A Dstat.h194 void update_stats(struct stats *stats, u64 val);
216 update_stats(&ru_stats->ru_utime_usec_stat, in update_rusage_stats()
218 update_stats(&ru_stats->ru_stime_usec_stat, in update_rusage_stats()
/linux-6.3-rc2/tools/testing/selftests/sparc64/drivers/
A Dadi-test.c104 static void update_stats(struct stats * const ustats, in update_stats() function
193 update_stats(&read_stats, elapsed_time, buf_sz); in read_adi()
221 update_stats(&pread_stats, elapsed_time, buf_sz); in pread_adi()
249 update_stats(&write_stats, elapsed_time, buf_sz); in write_adi()
280 update_stats(&pwrite_stats, elapsed_time, buf_sz); in pwrite_adi()
306 update_stats(&seek_stats, end - start, 0); in seek_adi()
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/
A Den_stats.h76 void (*update_stats)(struct mlx5e_priv *priv); member
87 void MLX5E_STATS_GRP_OP(grp, update_stats)(struct mlx5e_priv *priv)
105 .update_stats = MLX5E_STATS_GRP_OP(grp, update_stats), \
/linux-6.3-rc2/drivers/net/ethernet/3com/
A D3c589_cs.c171 static void update_stats(struct net_device *dev);
633 update_stats(dev); in el3_interrupt()
772 update_stats(dev); in el3_get_stats()
786 static void update_stats(struct net_device *dev) in update_stats() function
935 update_stats(dev); in el3_close()
A D3c574_cs.c233 static void update_stats(struct net_device *dev);
809 update_stats(dev); in el3_interrupt()
940 update_stats(dev); in el3_get_stats()
950 static void update_stats(struct net_device *dev) in update_stats() function
1134 update_stats(dev); in el3_close()
A D3c509.c190 static void update_stats(struct net_device *dev);
795 update_stats(dev); in el3_interrupt()
869 update_stats(dev); in el3_get_stats()
879 static void update_stats(struct net_device *dev) in update_stats() function
1219 update_stats(dev); in el3_down()
A D3c515.c372 static void update_stats(int addr, struct net_device *dev);
1201 update_stats(ioaddr, dev); in corkscrew_interrupt()
1435 update_stats(ioaddr, dev); in corkscrew_close()
1463 update_stats(dev->base_addr, dev); in corkscrew_get_stats()
1476 static void update_stats(int ioaddr, struct net_device *dev) in update_stats() function
/linux-6.3-rc2/drivers/net/wireless/intersil/orinoco/
A Dmain.c784 goto update_stats; in orinoco_rx_monitor()
791 goto update_stats; in orinoco_rx_monitor()
823 update_stats: in orinoco_rx_monitor()
842 goto update_stats; in __orinoco_ev_rx()
851 goto update_stats; in __orinoco_ev_rx()
860 goto update_stats; in __orinoco_ev_rx()
873 goto update_stats; in __orinoco_ev_rx()
889 goto update_stats; in __orinoco_ev_rx()
906 goto update_stats; in __orinoco_ev_rx()
937 update_stats: in __orinoco_ev_rx()
/linux-6.3-rc2/samples/bpf/
A Dsockex3_kern.c90 static void update_stats(struct __sk_buff *skb, struct globals *g) in update_stats() function
150 update_stats(skb, g); in parse_ip_proto()
/linux-6.3-rc2/drivers/net/ethernet/sfc/siena/
A Defx_common.c558 efx->type->update_stats(efx, NULL, NULL); in efx_siena_start_all()
576 if (efx->type->update_stats) { in efx_siena_stop_all()
582 efx->type->update_stats(efx, NULL, NULL); in efx_siena_stop_all()
605 return efx->type->update_stats(efx, full_stats, core_stats); in efx_siena_update_stats_atomic()
/linux-6.3-rc2/drivers/net/wireless/intersil/p54/
A Dp54.h204 bool update_stats; member
/linux-6.3-rc2/tools/perf/tests/
A Dparse-metric.c44 update_stats(&walltime_nsecs_stats, count); in load_runtime_stat()
/linux-6.3-rc2/drivers/net/ethernet/sfc/
A Dnic_common.h257 return efx->type->update_stats(efx, full_stats, core_stats); in efx_nic_update_stats_atomic()
A Defx_common.c559 efx->type->update_stats(efx, NULL, NULL); in efx_start_all()
577 if (efx->type->update_stats) { in efx_stop_all()
583 efx->type->update_stats(efx, NULL, NULL); in efx_stop_all()

Completed in 59 milliseconds

1234