/linux-6.12.1/tools/perf/bench/ |
D | synthesize.c | 91 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()
|
D | futex-wake-parallel.c | 193 update_stats(&__waketime_stats, waking_worker[i].runtime.tv_usec); in print_run() 194 update_stats(&__wakeup_stats, waking_worker[i].nwoken); in print_run() 229 update_stats(&waketime_stats, waking_worker[i].runtime.tv_usec); in do_run_stats() 230 update_stats(&wakeup_stats, waking_worker[i].nwoken); in do_run_stats()
|
D | find-bit-bench.c | 88 update_stats(&fb_time_stats, runtime_us); in do_for_each_set_bit() 104 update_stats(&tb_time_stats, runtime_us); in do_for_each_set_bit()
|
D | futex-wake.c | 211 update_stats(&wakeup_stats, nwoken); in bench_futex_wake() 212 update_stats(&waketime_stats, runtime.tv_usec); in bench_futex_wake()
|
D | futex-requeue.c | 266 update_stats(&requeued_stats, nrequeued); in bench_futex_requeue() 267 update_stats(&requeuetime_stats, runtime.tv_usec); in bench_futex_requeue()
|
D | kallsyms-parse.c | 56 update_stats(&time_stats, runtime_us); in do_kallsyms_parse()
|
D | pmu-scan.c | 157 update_stats(&stats, runtime_us); in run_pmu_scan()
|
D | inject-buildid.c | 427 update_stats(&time_stats, runtime_us); in do_inject_loop() 428 update_stats(&mem_stats, max_rss); in do_inject_loop()
|
D | futex-lock-pi.c | 236 update_stats(&throughput_stats, t); in bench_futex_lock_pi()
|
D | evlist-open-close.c | 178 update_stats(&time_stats, runtime_us); in bench_evlist_open_close__run()
|
/linux-6.12.1/drivers/md/ |
D | dm-cache-background-tracker.c | 129 static void update_stats(struct background_tracker *b, struct policy_work *w, int delta) in update_stats() function 202 update_stats(b, &w->work, 1); in btracker_queue() 231 update_stats(b, &w->work, -1); in btracker_complete()
|
/linux-6.12.1/tools/perf/util/ |
D | stat.h | 123 void update_stats(struct stats *stats, u64 val); 145 update_stats(&ru_stats->ru_utime_usec_stat, in update_rusage_stats() 147 update_stats(&ru_stats->ru_stime_usec_stat, in update_rusage_stats()
|
/linux-6.12.1/tools/testing/selftests/sparc64/drivers/ |
D | adi-test.c | 104 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.12.1/drivers/net/ethernet/mellanox/mlx5/core/ |
D | en_stats.h | 76 void (*update_stats)(struct mlx5e_priv *priv); member 89 void MLX5E_STATS_GRP_OP(grp, update_stats)(struct mlx5e_priv *priv) 107 .update_stats = MLX5E_STATS_GRP_OP(grp, update_stats), \
|
/linux-6.12.1/drivers/net/ethernet/3com/ |
D | 3c589_cs.c | 171 static void update_stats(struct net_device *dev); 642 update_stats(dev); in el3_interrupt() 781 update_stats(dev); in el3_get_stats() 795 static void update_stats(struct net_device *dev) in update_stats() function 944 update_stats(dev); in el3_close()
|
D | 3c574_cs.c | 233 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()
|
D | 3c509.c | 190 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()
|
D | 3c515.c | 371 static void update_stats(int addr, struct net_device *dev); 1200 update_stats(ioaddr, dev); in corkscrew_interrupt() 1434 update_stats(ioaddr, dev); in corkscrew_close() 1462 update_stats(dev->base_addr, dev); in corkscrew_get_stats() 1475 static void update_stats(int ioaddr, struct net_device *dev) in update_stats() function
|
/linux-6.12.1/samples/bpf/ |
D | sockex3_kern.c | 90 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.12.1/drivers/gpu/drm/i915/gt/ |
D | intel_context_types.h | 62 void (*update_stats)(struct intel_context *ce); member
|
D | intel_context.c | 601 if (ce->ops->update_stats) in intel_context_get_total_runtime_ns() 602 ce->ops->update_stats(ce); in intel_context_get_total_runtime_ns()
|
/linux-6.12.1/drivers/net/ethernet/sfc/siena/ |
D | efx_common.c | 558 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.12.1/drivers/net/ethernet/sfc/ |
D | nic_common.h | 255 return efx->type->update_stats(efx, full_stats, core_stats); in efx_nic_update_stats_atomic()
|
/linux-6.12.1/tools/perf/tests/ |
D | parse-metric.c | 44 update_stats(&walltime_nsecs_stats, count); in load_runtime_stat()
|
/linux-6.12.1/drivers/net/wireless/intersil/p54/ |
D | p54.h | 204 bool update_stats; member
|