Searched refs:igt_stats_t (Results 1 – 15 of 15) sorted by relevance
/external/igt-gpu-tools/lib/ |
D | igt_stats.h | 61 } igt_stats_t; typedef 63 void igt_stats_init(igt_stats_t *stats); 64 void igt_stats_init_with_size(igt_stats_t *stats, unsigned int capacity); 65 void igt_stats_fini(igt_stats_t *stats); 66 bool igt_stats_is_population(igt_stats_t *stats); 67 void igt_stats_set_population(igt_stats_t *stats, bool full_population); 68 void igt_stats_push(igt_stats_t *stats, uint64_t value); 69 void igt_stats_push_float(igt_stats_t *stats, double value); 70 void igt_stats_push_array(igt_stats_t *stats, 72 uint64_t igt_stats_get_min(igt_stats_t *stats); [all …]
|
D | igt_stats.c | 80 static void igt_stats_ensure_capacity(igt_stats_t *stats, in igt_stats_ensure_capacity() 107 void igt_stats_init(igt_stats_t *stats) in igt_stats_init() 128 void igt_stats_init_with_size(igt_stats_t *stats, unsigned int capacity) in igt_stats_init_with_size() 146 void igt_stats_fini(igt_stats_t *stats) in igt_stats_fini() 161 bool igt_stats_is_population(igt_stats_t *stats) in igt_stats_is_population() 192 void igt_stats_set_population(igt_stats_t *stats, bool full_population) in igt_stats_set_population() 208 void igt_stats_push(igt_stats_t *stats, uint64_t value) in igt_stats_push() 236 void igt_stats_push_float(igt_stats_t *stats, double value) in igt_stats_push_float() 268 void igt_stats_push_array(igt_stats_t *stats, in igt_stats_push_array() 285 uint64_t igt_stats_get_min(igt_stats_t *stats) in igt_stats_get_min() [all …]
|
/external/igt-gpu-tools/lib/tests/ |
D | igt_stats.c | 30 static void push_fixture_1(igt_stats_t *stats) in push_fixture_1() 42 igt_stats_t stats; in test_init_zero() 51 igt_stats_t stats; in test_init() 64 igt_stats_t stats; in test_min_max() 75 igt_stats_t stats; in test_range() 93 igt_stats_t stats; in test_quartiles() 125 igt_stats_t stats; in test_invalidate_sorted() 143 igt_stats_t stats; in test_mean() 157 igt_stats_t stats; in test_invalidate_mean() 180 igt_stats_t stats; in test_std_deviation() [all …]
|
/external/igt-gpu-tools/tools/ |
D | igt_stats.c | 40 igt_stats_t stats; in statify()
|
D | skl_compute_wrpll.c | 867 igt_stats_t stats; in test_run()
|
/external/igt-gpu-tools/benchmarks/ |
D | gem_prw.c | 95 igt_stats_t stats; in main()
|
D | gem_create.c | 117 igt_stats_t stats; in main()
|
D | gem_syslatency.c | 259 static double l_estimate(igt_stats_t *stats) in l_estimate() 361 igt_stats_t cycles, mean, max; in main()
|
D | gem_latency.c | 415 static double l_estimate(igt_stats_t *stats) in l_estimate() 440 igt_stats_t platency, latency, dispatch; in run()
|
/external/igt-gpu-tools/tests/i915/ |
D | gem_eio.c | 257 static void check_wait(int fd, uint32_t bo, unsigned int wait, igt_stats_t *st) in check_wait() 274 static void check_wait_elapsed(const char *prefix, int fd, igt_stats_t *st) in check_wait_elapsed() 736 igt_stats_t stats; in reset_stress()
|
D | gem_exec_latency.c | 586 igt_stats_t stats; in rthog_latency_on_ring()
|
D | gem_exec_nop.c | 361 igt_stats_t s; in stable_nop_on_ring()
|
/external/igt-gpu-tools/tests/ |
D | kms_setmode.c | 429 igt_stats_t stats; in check_timings()
|
D | kms_flip.c | 1108 igt_stats_t stats; in calibrate_ts()
|
D | kms_cursor_legacy.c | 133 igt_stats_t stats; in stress()
|