Home
last modified time | relevance | path

Searched refs:sfix (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/processor-trace/libipt/test/src/
H A Dptunit-section.c152 fflush(sfix->file); in sfix_write_aux()
169 errcode = pt_mk_section(&sfix->section, sfix->name, 0x1ull, 0x3ull); in create()
189 errcode = pt_mk_section(&sfix->section, sfix->name, 0x10ull, 0x0ull); in create_bad_offset()
224 errcode = pt_mk_section(&sfix->section, sfix->name, 0x0ull, 0x10ull); in create_empty()
371 errcode = pt_mk_section(&sfix->section, sfix->name, 0x1ull, 0x3ull); in get_overflow()
1012 sfix = arg; in worker_read()
1013 if (!sfix) in worker_read()
1060 sfix = arg; in worker_bcache()
1061 if (!sfix) in worker_bcache()
1117 ptu_test(ptunit_thrd_create, &sfix->thrd, worker, sfix); in stress()
[all …]
H A Dptunit-sync.c52 memset(sfix->buffer, 0xcd, sizeof(sfix->buffer)); in sfix_init()
54 memset(&sfix->config, 0, sizeof(sfix->config)); in sfix_init()
55 sfix->config.size = sizeof(sfix->config); in sfix_init()
56 sfix->config.begin = sfix->buffer; in sfix_init()
57 sfix->config.end = sfix->buffer + sizeof(sfix->buffer); in sfix_init()
81 errcode = pt_sync_forward(NULL, sfix->config.begin, &sfix->config); in sync_fwd_null()
98 errcode = pt_sync_backward(NULL, sfix->config.begin, &sfix->config); in sync_bwd_null()
115 sfix->config.end = sfix->config.begin; in sync_fwd_empty()
128 sfix->config.end = sfix->config.begin; in sync_bwd_empty()
130 errcode = pt_sync_backward(&sync, sfix->config.end, &sfix->config); in sync_bwd_empty()
[all …]
H A Dptunit-msec_cache.c383 struct test_fixture sfix, ifix, cfix, cifix; in main() local
385 sfix.init = sfix_init; in main()
386 sfix.fini = NULL; in main()
405 ptu_run_f(suite, invalidate, sfix); in main()
408 ptu_run_f(suite, read_nomap, sfix); in main()
413 ptu_run_f(suite, fill_nomap, sfix); in main()
H A Dptunit-image_section_cache.c1945 struct iscache_fixture cfix, dfix, sfix; in main() local
1954 sfix.init = sfix_init; in main()
1955 sfix.fini = cfix_fini; in main()
2022 ptu_run_fp(suite, stress, sfix, worker_map); in main()
2023 ptu_run_fp(suite, stress, sfix, worker_map_limit); in main()
2024 ptu_run_fp(suite, stress, sfix, worker_map_bcache); in main()