Home
last modified time | relevance | path

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

123

/linux/tools/perf/bench/
H A Dsynthesize.c92 update_stats(&time_stats, runtime_us); in do_run_single_threaded()
93 update_stats(&event_stats, atomic_read(&event_count)); in do_run_single_threaded()
194 update_stats(&time_stats, runtime_us); in do_run_multi_threaded()
195 update_stats(&event_stats, atomic_read(&event_count)); in do_run_multi_threaded()
H A Dfutex-wake-parallel.c196 update_stats(&__waketime_stats, waking_worker[i].runtime.tv_usec); in print_run()
197 update_stats(&__wakeup_stats, waking_worker[i].nwoken); in print_run()
233 update_stats(&waketime_stats, waking_worker[i].runtime.tv_usec); in do_run_stats()
234 update_stats(&wakeup_stats, waking_worker[i].nwoken); in do_run_stats()
H A Dfind-bit-bench.c88 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()
H A Dfutex-wake.c214 update_stats(&wakeup_stats, nwoken); in bench_futex_wake()
215 update_stats(&waketime_stats, runtime.tv_usec); in bench_futex_wake()
H A Dfutex-requeue.c271 update_stats(&requeued_stats, nrequeued); in bench_futex_requeue()
272 update_stats(&requeuetime_stats, runtime.tv_usec); in bench_futex_requeue()
H A Dkallsyms-parse.c56 update_stats(&time_stats, runtime_us); in do_kallsyms_parse()
H A Dpmu-scan.c158 update_stats(&stats, runtime_us); in run_pmu_scan()
H A Dinject-buildid.c428 update_stats(&time_stats, runtime_us); in do_inject_loop()
429 update_stats(&mem_stats, max_rss); in do_inject_loop()
H A Dfutex-lock-pi.c240 update_stats(&throughput_stats, t); in bench_futex_lock_pi()
H A Dfutex-hash.c235 update_stats(&throughput_stats, t); in bench_futex_hash()
H A Devlist-open-close.c172 update_stats(&time_stats, runtime_us); in bench_evlist_open_close__run()
/linux/tools/testing/selftests/sparc64/drivers/
H 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/tools/perf/util/bpf_skel/
H A Dsyscall_summary.bpf.c66 static void update_stats(int cpu_or_tid, u64 cgroup_id, int nr, s64 duration, in update_stats() function
147 update_stats(key, cgroup, st->nr, delta, ret); in sys_exit()
/linux/drivers/net/ethernet/3com/
H A D3c589_cs.c171 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()
H 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()
H 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()
/linux/samples/bpf/
H 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/drivers/net/ethernet/sfc/siena/
H 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/tools/perf/util/
H A Dstat.h115 void update_stats(struct stats *stats, u64 val);
H A Dstat.c20 void update_stats(struct stats *stats, u64 val) in update_stats() function
501 update_stats(&ps->res_stats, *count); in perf_stat_process_counter()
/linux/drivers/gpu/drm/i915/gt/
H A Dintel_context.c601 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/drivers/net/ethernet/sfc/
H A Dnic_common.h255 return efx->type->update_stats(efx, full_stats, core_stats); in efx_nic_update_stats_atomic()
H A Defx_common.c556 efx->type->update_stats(efx, NULL, NULL); in efx_start_all()
574 if (efx->type->update_stats) { in efx_stop_all()
580 efx->type->update_stats(efx, NULL, NULL); in efx_stop_all()
/linux/tools/perf/
H A Dbuiltin-stat.c492 update_stats(stat_config.walltime_nsecs_stats, stat_config.interval * 1000000ULL); in process_interval()
777 update_stats(&ru_stats.ru_utime_usec_stat, in update_rusage_stats()
779 update_stats(&ru_stats.ru_stime_usec_stat, in update_rusage_stats()
1037 update_stats(stat_config.walltime_nsecs_stats, t1 - t0); in __run_perf_stat()
1043 update_stats(stat_config.walltime_nsecs_stats, t1 - t0); in __run_perf_stat()
2215 update_stats(stat_config.walltime_nsecs_stats, stat_round->time); in process_stat_round_event()
/linux/drivers/net/wireless/intersil/p54/
H A Dmain.c285 priv->update_stats = true; in p54_wait_for_stats()
310 priv->update_stats = true; in p54_reset_stats()

123