Home
last modified time | relevance | path

Searched refs:igt_stats_t (Results 1 – 15 of 15) sorted by relevance

/external/igt-gpu-tools/lib/
Digt_stats.h61 } 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 …]
Digt_stats.c80 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/
Digt_stats.c30 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/
Digt_stats.c40 igt_stats_t stats; in statify()
Dskl_compute_wrpll.c867 igt_stats_t stats; in test_run()
/external/igt-gpu-tools/benchmarks/
Dgem_prw.c95 igt_stats_t stats; in main()
Dgem_create.c117 igt_stats_t stats; in main()
Dgem_syslatency.c259 static double l_estimate(igt_stats_t *stats) in l_estimate()
361 igt_stats_t cycles, mean, max; in main()
Dgem_latency.c415 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/
Dgem_eio.c257 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()
Dgem_exec_latency.c586 igt_stats_t stats; in rthog_latency_on_ring()
Dgem_exec_nop.c361 igt_stats_t s; in stable_nop_on_ring()
/external/igt-gpu-tools/tests/
Dkms_setmode.c429 igt_stats_t stats; in check_timings()
Dkms_flip.c1108 igt_stats_t stats; in calibrate_ts()
Dkms_cursor_legacy.c133 igt_stats_t stats; in stress()