Searched refs:time_stats (Results 1 – 12 of 12) sorted by relevance
/linux/tools/perf/bench/ |
H A D | synthesize.c | 71 struct stats time_stats, event_stats; in do_run_single_threaded() local 73 init_stats(&time_stats); in do_run_single_threaded() 91 update_stats(&time_stats, runtime_us); in do_run_single_threaded() 95 time_average = avg_stats(&time_stats); in do_run_single_threaded() 96 time_stddev = stddev_stats(&time_stats); in do_run_single_threaded() 158 struct stats time_stats, event_stats; in do_run_multi_threaded() local 161 init_stats(&time_stats); in do_run_multi_threaded() 184 update_stats(&time_stats, runtime_us); in do_run_multi_threaded() 189 time_average = avg_stats(&time_stats); in do_run_multi_threaded() 190 time_stddev = stddev_stats(&time_stats); in do_run_multi_threaded()
|
H A D | kallsyms-parse.c | 42 struct stats time_stats; in do_kallsyms_parse() local 44 init_stats(&time_stats); in do_kallsyms_parse() 56 update_stats(&time_stats, runtime_us); in do_kallsyms_parse() 59 time_average = avg_stats(&time_stats) / USEC_PER_MSEC; in do_kallsyms_parse() 60 time_stddev = stddev_stats(&time_stats) / USEC_PER_MSEC; in do_kallsyms_parse()
|
H A D | evlist-open-close.c | 145 struct stats time_stats; in bench_evlist_open_close__run() local 152 init_stats(&time_stats); in bench_evlist_open_close__run() 178 update_stats(&time_stats, runtime_us); in bench_evlist_open_close__run() 184 time_average = avg_stats(&time_stats); in bench_evlist_open_close__run() 185 time_stddev = stddev_stats(&time_stats); in bench_evlist_open_close__run()
|
H A D | inject-buildid.c | 399 struct stats time_stats, mem_stats; in do_inject_loop() 403 init_stats(&time_stats); in do_inject_loop() 428 update_stats(&time_stats, runtime_us); in do_inject_loop() 434 time_average = avg_stats(&time_stats) / USEC_PER_MSEC; in do_inject_loop() 435 time_stddev = stddev_stats(&time_stats) / USEC_PER_MSEC; in do_inject_loop() 440 time_average = avg_stats(&time_stats) / (nr_mmaps * (nr_samples + 2)); in do_inject_loop() 441 time_stddev = stddev_stats(&time_stats) / (nr_mmaps * (nr_samples + 2)); in do_inject_loop() 398 struct stats time_stats, mem_stats; do_inject_loop() local
|
/linux/drivers/md/bcache/ |
H A D | bcache.h | 712 struct time_stats btree_gc_time; 713 struct time_stats btree_split_time; 714 struct time_stats btree_read_time;
|
H A D | util.h | 284 struct time_stats { struct 296 void bch_time_stats_update(struct time_stats *stats, uint64_t time); argument
|
H A D | util.c | 163 void bch_time_stats_update(struct time_stats *stats, uint64_t start_time) in bch_time_stats_update()
|
H A D | bset.h | 371 struct time_stats time;
|
/linux/fs/bcachefs/ |
H A D | Makefile | 91 time_stats.o \
|
H A D | sysfs.c | 699 struct bch_fs *c = container_of(kobj, struct bch_fs, time_stats); in SHOW() 712 struct bch_fs *c = container_of(kobj, struct bch_fs, time_stats); in STORE()
|
H A D | super.c | 650 kobject_put(&c->time_stats); in __bch2_fs_stop() 718 kobject_add(&c->time_stats, &c->kobj, "time_stats") ?: in bch2_fs_online() 768 kobject_init(&c->time_stats, &bch2_fs_time_stats_ktype); in bch2_fs_alloc()
|
H A D | bcachefs.h | 707 struct kobject time_stats; member
|