Home
last modified time | relevance | path

Searched refs:dfix (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/processor-trace/libipt/test/src/
H A Dptunit-query.c487 pt_last_ip_update_ip(&dfix->last_ip, &packet, &dfix->config); in indir()
516 pt_last_ip_update_ip(&dfix->last_ip, &packet, &dfix->config); in indir_tnt()
1061 pt_last_ip_update_ip(&dfix->last_ip, &fup, &dfix->config); in event_async_disabled()
1065 pt_last_ip_update_ip(&dfix->last_ip, &tip, &dfix->config); in event_async_disabled()
1182 pt_last_ip_update_ip(&dfix->last_ip, &fup, &dfix->config); in event_async_branch()
1186 pt_last_ip_update_ip(&dfix->last_ip, &tip, &dfix->config); in event_async_branch()
1746 pt_last_ip_update_ip(&dfix->last_ip, &fup, &dfix->config); in event_tsx_fup()
2222 (void) memset(dfix->buffer, 0, sizeof(dfix->buffer)); in ptu_dfix_init()
2227 config->end = dfix->buffer + sizeof(dfix->buffer); in ptu_dfix_init()
2239 dfix->last_ip = dfix->decoder.ip; in ptu_dfix_init()
[all …]
H A Dptunit-image_section_cache.c1945 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 Dptunit-image.c2194 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()