Searched refs:bench_ctl_t (Results 1 - 25 of 31) sorted by relevance

12

/barrelfish-master/include/bench/
H A Dbench.h59 typedef struct bench_ctl bench_ctl_t; typedef in typeref:struct:bench_ctl
72 bench_ctl_t *bench_ctl_init(enum bench_ctl_mode mode,
82 void bench_ctl_destroy(bench_ctl_t *ctl);
91 void bench_ctl_dry_runs(bench_ctl_t *ctl,
103 bool bench_ctl_add_run(bench_ctl_t *ctl,
113 void bench_ctl_dump_csv(bench_ctl_t *ctl,
131 void bench_ctl_dump_csv_bincounting(bench_ctl_t *ctl,
140 void bench_ctl_dump_analysis(bench_ctl_t *ctl,
/barrelfish-master/usr/gups/
H A Dbench.h52 typedef struct bench_ctl bench_ctl_t; typedef in typeref:struct:bench_ctl
65 bench_ctl_t *bench_ctl_init(enum bench_ctl_mode mode,
75 void bench_ctl_destroy(bench_ctl_t *ctl);
84 void bench_ctl_dry_runs(bench_ctl_t *ctl,
96 bool bench_ctl_add_run(bench_ctl_t *ctl,
106 void bench_ctl_dump_csv(bench_ctl_t *ctl,
110 void bench_ctl_dump_analysis(bench_ctl_t *ctl,
H A Dbench_ctl.c17 bench_ctl_t *bench_ctl_init(enum bench_ctl_mode mode,
21 bench_ctl_t *ctl;
37 void bench_ctl_destroy(bench_ctl_t *ctl)
43 void bench_ctl_dry_runs(bench_ctl_t *ctl,
49 bool bench_ctl_add_run(bench_ctl_t *ctl,
66 void bench_ctl_dump_csv(bench_ctl_t *ctl,
108 static cycles_t *get_array(bench_ctl_t *ctl,
142 void bench_ctl_dump_analysis(bench_ctl_t *ctl,
H A Dcore_single_cpu.c160 bench_ctl_t *bench = bench_ctl_init(BENCH_MODE_FIXEDRUNS, 1, params->NumReps);
H A Dcore_single_cpu_lcg.c140 bench_ctl_t *bench = bench_ctl_init(BENCH_MODE_FIXEDRUNS, 1, params->NumReps);
/barrelfish-master/lib/bench/
H A Dbench_ctl.c17 bench_ctl_t *bench_ctl_init(enum bench_ctl_mode mode,
21 bench_ctl_t *ctl;
37 void bench_ctl_destroy(bench_ctl_t *ctl)
43 void bench_ctl_dry_runs(bench_ctl_t *ctl,
49 bool bench_ctl_add_run(bench_ctl_t *ctl,
66 void bench_ctl_dump_csv(bench_ctl_t *ctl,
122 static cycles_t *do_bincounting(bench_ctl_t *ctl,
142 static cycles_t *get_array(bench_ctl_t *ctl,
176 void bench_ctl_dump_analysis(bench_ctl_t *ctl,
242 void bench_ctl_dump_csv_bincounting(bench_ctl_t *ct
[all...]
/barrelfish-master/usr/tests/devif/
H A Dudp_queue.c70 static bench_ctl_t* udp_enq_rx;
71 static bench_ctl_t* udp_enq_tx;
72 static bench_ctl_t* udp_deq_rx;
73 static bench_ctl_t* udp_deq_tx;
237 bench_ctl_t * en_rx = NULL;
238 bench_ctl_t * en_tx;
239 bench_ctl_t * deq_rx;
240 bench_ctl_t * deq_tx;
241 bench_ctl_t * desc_en_rx = NULL;
242 bench_ctl_t * desc_en_t
[all...]
H A Dbench_stack.c68 static bench_ctl_t *ctl_tmp_en;
69 static bench_ctl_t *ctl_tmp_de;
70 static bench_ctl_t *ctl_tmp_reg;
71 static bench_ctl_t *ctl_tmp_dereg;
H A Dbench.c80 static bench_ctl_t *ctl_tmp_en;
81 static bench_ctl_t *ctl_tmp_de;
82 static bench_ctl_t *ctl_tmp_reg;
83 static bench_ctl_t *ctl_tmp_dereg;
/barrelfish-master/lib/devif/
H A Dqueue_interface.c28 static bench_ctl_t ctl_enq;
29 static bench_ctl_t ctl_deq;
30 static bench_ctl_t ctl_reg;
31 static bench_ctl_t ctl_dereg;
36 static void add_bench_entry(bench_ctl_t* ctl, cycles_t diff, char* prefix) {
/barrelfish-master/usr/bench/xomp_bench/
H A Dshare_bench.c38 static bench_ctl_t *ctl_local;
56 bench_ctl_t *b_ctl = NULL;
239 bench_ctl_t *ctl_share_4k = NULL, *ctl_repl_4k = NULL;
287 bench_ctl_t *ctl_share_1M, *ctl_repl_1M;
332 bench_ctl_t *ctl_share_256M = NULL;
333 bench_ctl_t *ctl_repl_256M = NULL;
H A Dwork_bench.c198 bench_ctl_t *ctl_omp;
/barrelfish-master/usr/tests/xomptest/
H A Dbomp_main.c57 bench_ctl_t *ctl;
H A Dprocessing.c106 bench_ctl_t *ctl;
/barrelfish-master/usr/tests/xeon_phi_test/
H A Dbenchmark.c88 bench_ctl_t *ctl;
185 bench_ctl_t *ctl;
231 bench_ctl_t *ctl;
282 bench_ctl_t *ctl;
463 bench_ctl_t *ctl;
524 bench_ctl_t *ctl;
647 bench_ctl_t *ctl;
/barrelfish-master/usr/tests/hw_model_test/
H A Dbenchmark.c88 bench_ctl_t *ctl;
185 bench_ctl_t *ctl;
231 bench_ctl_t *ctl;
282 bench_ctl_t *ctl;
463 bench_ctl_t *ctl;
524 bench_ctl_t *ctl;
647 bench_ctl_t *ctl;
/barrelfish-master/usr/bench/xeon_phi_ump/
H A Dbenchmark.c83 bench_ctl_t *ctl;
142 bench_ctl_t *ctl;
265 bench_ctl_t *ctl;
/barrelfish-master/lib/demandpaging/test/
H A Ddemandpaging.c59 bench_ctl_t *ctl = bench_ctl_init(BENCH_MODE_FIXEDRUNS, 1, BENCH_NUM_RUNS);
/barrelfish-master/lib/dma/
H A Ddma_bench.c199 bench_ctl_t *ctl;
269 bench_ctl_t *ctl;
/barrelfish-master/usr/bench/vspace/
H A Dvspace_map_bench.c64 bench_ctl_t *m_ctl, *u_ctl, *p_ctl;
164 bench_ctl_t *m_ctl, *u_ctl;
/barrelfish-master/usr/bench/bomp_mm/
H A Dmm.c250 static bench_ctl_t *ctl_local;
470 bench_ctl_t *ctl_single;
487 bench_ctl_t *ctl_omp_repl = NULL;
510 bench_ctl_t *ctl_omp_shared;
/barrelfish-master/lib/devif/backends/net/ip/
H A Ddevif_backend_ip.c66 bench_ctl_t en_rx;
67 bench_ctl_t en_tx;
68 bench_ctl_t deq_rx;
69 bench_ctl_t deq_tx;
/barrelfish-master/lib/bomp/backends/
H A Dxomp_master.c161 static bench_ctl_t **xomp_bench_mem_add;
162 static bench_ctl_t **xomp_bench_do_work;
163 static bench_ctl_t **xomp_bench_spawn;
1287 bench_ctl_t **mem = NULL;
1293 mem = calloc(2 + 2 * (2 + nthreads), sizeof(bench_ctl_t*));
/barrelfish-master/usr/bench/bulk_transfer/
H A Dmicro_rtt.c103 bench_ctl_t *ctl;
H A Dmicro_throughput.c100 bench_ctl_t *ctl;

Completed in 122 milliseconds

12