Searched refs:igt_stats_push (Results 1 – 11 of 11) sorted by relevance
/external/igt-gpu-tools/lib/tests/ |
D | igt_stats.c | 32 igt_stats_push(stats, 2); in push_fixture_1() 33 igt_stats_push(stats, 4); in push_fixture_1() 34 igt_stats_push(stats, 6); in push_fixture_1() 35 igt_stats_push(stats, 8); in push_fixture_1() 36 igt_stats_push(stats, 10); in push_fixture_1() 134 igt_stats_push(&stats, 43); in test_invalidate_sorted() 166 igt_stats_push(&stats, 100); in test_invalidate_mean() 186 igt_stats_push(&stats, 2); in test_std_deviation() 187 igt_stats_push(&stats, 4); in test_std_deviation() 188 igt_stats_push(&stats, 4); in test_std_deviation() [all …]
|
/external/igt-gpu-tools/tools/ |
D | igt_stats.c | 63 igt_stats_push(&stats, u.u64); in statify()
|
D | skl_compute_wrpll.c | 898 igt_stats_push(&stats, deviation); in test_run()
|
/external/igt-gpu-tools/lib/ |
D | igt_stats.h | 68 void igt_stats_push(igt_stats_t *stats, uint64_t value);
|
D | igt_stats.c | 208 void igt_stats_push(igt_stats_t *stats, uint64_t value) in igt_stats_push() function 276 igt_stats_push(stats, values[i]); in igt_stats_push_array()
|
/external/igt-gpu-tools/benchmarks/ |
D | gem_prw.c | 112 igt_stats_push(&stats, elapsed(&start, &end)); in main()
|
D | gem_syslatency.c | 448 igt_stats_push(&cycles, busy[n].count); in main()
|
/external/igt-gpu-tools/tests/ |
D | kms_setmode.c | 478 igt_stats_push(&stats, now - last_timestamp); in check_timings()
|
D | kms_cursor_legacy.c | 138 igt_stats_push(&stats, results[child]); in stress()
|
D | kms_flip.c | 1171 igt_stats_push(&stats, now - last_timestamp); in calibrate_ts()
|
/external/igt-gpu-tools/tests/i915/ |
D | gem_eio.c | 271 igt_stats_push(st, igt_nsec_elapsed(&ts)); in check_wait()
|