Searched refs:dfix (Results 1 – 3 of 3) sorted by relevance
| /src/contrib/processor-trace/libipt/test/src/ |
| H A D | ptunit-query.c | 105 static struct ptunit_result indir_not_synced(struct ptu_decoder_fixture *dfix) in indir_not_synced() argument 107 struct pt_query_decoder *decoder = &dfix->decoder; in indir_not_synced() 118 static struct ptunit_result cond_not_synced(struct ptu_decoder_fixture *dfix) in cond_not_synced() argument 120 struct pt_query_decoder *decoder = &dfix->decoder; in cond_not_synced() 130 static struct ptunit_result event_not_synced(struct ptu_decoder_fixture *dfix) in event_not_synced() argument 132 struct pt_query_decoder *decoder = &dfix->decoder; in event_not_synced() 142 static struct ptunit_result sync_backward(struct ptu_decoder_fixture *dfix) in sync_backward() argument 144 struct pt_query_decoder *decoder = &dfix->decoder; in sync_backward() 145 struct pt_encoder *encoder = &dfix->encoder; in sync_backward() 206 sync_backward_empty_end(struct ptu_decoder_fixture *dfix) in sync_backward_empty_end() argument [all …]
|
| H A D | ptunit-image_section_cache.c | 1945 struct iscache_fixture cfix, dfix, sfix; in main() local 1951 dfix.init = dfix_init; in main() 1952 dfix.fini = cfix_fini; in main() 1970 ptu_run_f(suite, name, dfix); in main() 1971 ptu_run_f(suite, name_none, dfix); in main()
|
| H A D | ptunit-image.c | 2194 struct image_fixture dfix, ifix, rfix; in main() local 2198 dfix.init = NULL; in main() 2199 dfix.fini = dfix_fini; in main() 2212 ptu_run_f(suite, init_name, dfix); in main() 2219 ptu_run_f(suite, name, dfix); in main()
|