Home
last modified time | relevance | path

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

/tools/perf/bench/
A Dfind-bit-bench.c59 u64 runtime_us; in do_for_each_set_bit() local
87 runtime_us = diff.tv_sec * USEC_PER_SEC + diff.tv_usec; in do_for_each_set_bit()
88 update_stats(&fb_time_stats, runtime_us); in do_for_each_set_bit()
103 runtime_us = diff.tv_sec * USEC_PER_SEC + diff.tv_usec; in do_for_each_set_bit()
104 update_stats(&tb_time_stats, runtime_us); in do_for_each_set_bit()
A Dkallsyms-parse.c38 u64 runtime_us; in do_kallsyms_parse() local
55 runtime_us = diff.tv_sec * USEC_PER_SEC + diff.tv_usec; in do_kallsyms_parse()
56 update_stats(&time_stats, runtime_us); in do_kallsyms_parse()
A Dsynthesize.c67 u64 runtime_us; in do_run_single_threaded() local
90 runtime_us = diff.tv_sec * USEC_PER_SEC + diff.tv_usec; in do_run_single_threaded()
91 update_stats(&time_stats, runtime_us); in do_run_single_threaded()
159 u64 runtime_us; in do_run_multi_threaded() local
192 runtime_us = diff.tv_sec * USEC_PER_SEC + diff.tv_usec; in do_run_multi_threaded()
193 update_stats(&time_stats, runtime_us); in do_run_multi_threaded()
A Dpmu-scan.c133 u64 runtime_us; in run_pmu_scan() local
156 runtime_us = diff.tv_sec * USEC_PER_SEC + diff.tv_usec; in run_pmu_scan()
157 update_stats(&stats, runtime_us); in run_pmu_scan()
A Devlist-open-close.c139 u64 runtime_us; in bench_evlist_open_close__run() local
170 runtime_us = timeval2usec(&diff); in bench_evlist_open_close__run()
171 update_stats(&time_stats, runtime_us); in bench_evlist_open_close__run()
174 pr_debug("Iteration %d took:\t%" PRIu64 "us\n", i, runtime_us); in bench_evlist_open_close__run()
A Dinject-buildid.c410 u64 runtime_us, max_rss; in do_inject_loop() local
427 runtime_us = diff.tv_sec * USEC_PER_SEC + diff.tv_usec; in do_inject_loop()
428 update_stats(&time_stats, runtime_us); in do_inject_loop()
/tools/tracing/rtla/src/
A Dosnoise.c174 long long runtime_us; in osnoise_get_runtime() local
176 if (context->runtime_us != OSNOISE_TIME_INIT_VAL) in osnoise_get_runtime()
177 return context->runtime_us; in osnoise_get_runtime()
182 runtime_us = osnoise_read_ll_config("osnoise/runtime_us"); in osnoise_get_runtime()
183 if (runtime_us < 0) in osnoise_get_runtime()
186 context->orig_runtime_us = runtime_us; in osnoise_get_runtime()
187 return runtime_us; in osnoise_get_runtime()
231 context->runtime_us = runtime; in __osnoise_write_runtime()
312 unsigned long long curr_runtime = context->runtime_us; in osnoise_restore_runtime_period()
327 context->runtime_us = OSNOISE_TIME_INIT_VAL; in osnoise_restore_runtime_period()
A Dosnoise.h65 unsigned long long runtime_us; member
/tools/tracing/rtla/tests/
A Dengine.sh33 echo 1000000 > runtime_us

Completed in 20 milliseconds