Lines Matching refs:suite

2431 	struct ptunit_suite suite;  in main()  local
2435 suite = ptunit_mk_suite(argc, argv); in main()
2437 ptu_run_f(suite, indir_not_synced, dfix_raw); in main()
2438 ptu_run_f(suite, cond_not_synced, dfix_raw); in main()
2439 ptu_run_f(suite, event_not_synced, dfix_raw); in main()
2441 ptu_run_f(suite, sync_backward, dfix_raw); in main()
2442 ptu_run_f(suite, sync_backward_empty_end, dfix_raw); in main()
2443 ptu_run_f(suite, sync_backward_empty_mid, dfix_raw); in main()
2444 ptu_run_f(suite, sync_backward_empty_begin, dfix_raw); in main()
2445 ptu_run_f(suite, decode_sync_backward, dfix_raw); in main()
2447 ptu_run_f(suite, indir_null, dfix_empty); in main()
2448 ptu_run_f(suite, indir_empty, dfix_empty); in main()
2449 ptu_run_fp(suite, indir, dfix_empty, pt_ipc_suppressed); in main()
2450 ptu_run_fp(suite, indir, dfix_empty, pt_ipc_update_16); in main()
2451 ptu_run_fp(suite, indir, dfix_empty, pt_ipc_update_32); in main()
2452 ptu_run_fp(suite, indir, dfix_empty, pt_ipc_update_48); in main()
2453 ptu_run_fp(suite, indir, dfix_empty, pt_ipc_sext_48); in main()
2454 ptu_run_fp(suite, indir, dfix_empty, pt_ipc_full); in main()
2455 ptu_run_fp(suite, indir_tnt, dfix_empty, pt_ipc_suppressed); in main()
2456 ptu_run_fp(suite, indir_tnt, dfix_empty, pt_ipc_update_16); in main()
2457 ptu_run_fp(suite, indir_tnt, dfix_empty, pt_ipc_update_32); in main()
2458 ptu_run_fp(suite, indir_tnt, dfix_empty, pt_ipc_update_48); in main()
2459 ptu_run_fp(suite, indir_tnt, dfix_empty, pt_ipc_sext_48); in main()
2460 ptu_run_fp(suite, indir_tnt, dfix_empty, pt_ipc_full); in main()
2461 ptu_run_f(suite, indir_cutoff_fail, dfix_empty); in main()
2462 ptu_run_f(suite, indir_skip_tnt_fail, dfix_empty); in main()
2463 ptu_run_f(suite, indir_skip_tip_pge_fail, dfix_empty); in main()
2464 ptu_run_f(suite, indir_skip_tip_pgd_fail, dfix_empty); in main()
2465 ptu_run_f(suite, indir_skip_fup_tip_fail, dfix_empty); in main()
2466 ptu_run_f(suite, indir_skip_fup_tip_pgd_fail, dfix_empty); in main()
2468 ptu_run_fp(suite, indir, dfix_indir, pt_ipc_suppressed); in main()
2469 ptu_run_fp(suite, indir, dfix_indir, pt_ipc_update_16); in main()
2470 ptu_run_fp(suite, indir, dfix_indir, pt_ipc_update_32); in main()
2471 ptu_run_fp(suite, indir, dfix_indir, pt_ipc_update_48); in main()
2472 ptu_run_fp(suite, indir, dfix_indir, pt_ipc_sext_48); in main()
2473 ptu_run_fp(suite, indir, dfix_indir, pt_ipc_full); in main()
2474 ptu_run_fp(suite, indir_tnt, dfix_indir, pt_ipc_suppressed); in main()
2475 ptu_run_fp(suite, indir_tnt, dfix_indir, pt_ipc_update_16); in main()
2476 ptu_run_fp(suite, indir_tnt, dfix_indir, pt_ipc_update_32); in main()
2477 ptu_run_fp(suite, indir_tnt, dfix_indir, pt_ipc_update_48); in main()
2478 ptu_run_fp(suite, indir_tnt, dfix_indir, pt_ipc_sext_48); in main()
2479 ptu_run_fp(suite, indir_tnt, dfix_indir, pt_ipc_full); in main()
2480 ptu_run_f(suite, indir_cutoff_fail, dfix_indir); in main()
2481 ptu_run_f(suite, indir_skip_tnt_fail, dfix_indir); in main()
2482 ptu_run_f(suite, indir_skip_tip_pge_fail, dfix_indir); in main()
2483 ptu_run_f(suite, indir_skip_tip_pgd_fail, dfix_indir); in main()
2484 ptu_run_f(suite, indir_skip_fup_tip_fail, dfix_indir); in main()
2485 ptu_run_f(suite, indir_skip_fup_tip_pgd_fail, dfix_indir); in main()
2487 ptu_run_fp(suite, indir, dfix_indir_psb, pt_ipc_suppressed); in main()
2488 ptu_run_fp(suite, indir, dfix_indir_psb, pt_ipc_sext_48); in main()
2489 ptu_run_fp(suite, indir, dfix_indir_psb, pt_ipc_full); in main()
2490 ptu_run_fp(suite, indir_tnt, dfix_indir_psb, pt_ipc_suppressed); in main()
2491 ptu_run_fp(suite, indir_tnt, dfix_indir_psb, pt_ipc_sext_48); in main()
2492 ptu_run_fp(suite, indir_tnt, dfix_indir_psb, pt_ipc_full); in main()
2493 ptu_run_f(suite, indir_cutoff_fail, dfix_indir_psb); in main()
2494 ptu_run_f(suite, indir_skip_tnt_fail, dfix_indir_psb); in main()
2495 ptu_run_f(suite, indir_skip_tip_pge_fail, dfix_indir_psb); in main()
2496 ptu_run_f(suite, indir_skip_tip_pgd_fail, dfix_indir_psb); in main()
2497 ptu_run_f(suite, indir_skip_fup_tip_fail, dfix_indir_psb); in main()
2498 ptu_run_f(suite, indir_skip_fup_tip_pgd_fail, dfix_indir_psb); in main()
2500 ptu_run_f(suite, cond_null, dfix_empty); in main()
2501 ptu_run_f(suite, cond_empty, dfix_empty); in main()
2502 ptu_run_f(suite, cond, dfix_empty); in main()
2503 ptu_run_f(suite, cond_skip_tip_fail, dfix_empty); in main()
2504 ptu_run_f(suite, cond_skip_tip_pge_fail, dfix_empty); in main()
2505 ptu_run_f(suite, cond_skip_tip_pgd_fail, dfix_empty); in main()
2506 ptu_run_f(suite, cond_skip_fup_tip_fail, dfix_empty); in main()
2507 ptu_run_f(suite, cond_skip_fup_tip_pgd_fail, dfix_empty); in main()
2509 ptu_run_f(suite, cond, dfix_cond); in main()
2510 ptu_run_f(suite, cond_skip_tip_fail, dfix_cond); in main()
2511 ptu_run_f(suite, cond_skip_tip_pge_fail, dfix_cond); in main()
2512 ptu_run_f(suite, cond_skip_tip_pgd_fail, dfix_cond); in main()
2513 ptu_run_f(suite, cond_skip_fup_tip_fail, dfix_cond); in main()
2514 ptu_run_f(suite, cond_skip_fup_tip_pgd_fail, dfix_cond); in main()
2516 ptu_run_f(suite, event_null, dfix_empty); in main()
2517 ptu_run_f(suite, event_bad_size, dfix_empty); in main()
2518 ptu_run_f(suite, event_small_size, dfix_empty); in main()
2519 ptu_run_f(suite, event_big_size, dfix_empty); in main()
2520 ptu_run_f(suite, event_empty, dfix_empty); in main()
2521 ptu_run_fp(suite, event_enabled, dfix_empty, pt_ipc_suppressed, 0); in main()
2522 ptu_run_fp(suite, event_enabled, dfix_empty, pt_ipc_update_16, 0); in main()
2523 ptu_run_fp(suite, event_enabled, dfix_empty, pt_ipc_update_32, 0); in main()
2524 ptu_run_fp(suite, event_enabled, dfix_empty, pt_ipc_update_48, 0); in main()
2525 ptu_run_fp(suite, event_enabled, dfix_empty, pt_ipc_sext_48, 0); in main()
2526 ptu_run_fp(suite, event_enabled, dfix_empty, pt_ipc_full, 0); in main()
2527 ptu_run_f(suite, event_enabled_cutoff_fail, dfix_empty); in main()
2528 ptu_run_fp(suite, event_disabled, dfix_empty, pt_ipc_suppressed, 0); in main()
2529 ptu_run_fp(suite, event_disabled, dfix_empty, pt_ipc_update_16, 0); in main()
2530 ptu_run_fp(suite, event_disabled, dfix_empty, pt_ipc_update_32, 0); in main()
2531 ptu_run_fp(suite, event_disabled, dfix_empty, pt_ipc_update_48, 0); in main()
2532 ptu_run_fp(suite, event_disabled, dfix_empty, pt_ipc_sext_48, 0); in main()
2533 ptu_run_fp(suite, event_disabled, dfix_empty, pt_ipc_full, 0); in main()
2534 ptu_run_f(suite, event_disabled_cutoff_fail, dfix_empty); in main()
2535 ptu_run_fp(suite, event_async_disabled, dfix_empty, pt_ipc_suppressed, in main()
2537 ptu_run_fp(suite, event_async_disabled, dfix_empty, pt_ipc_update_16, in main()
2539 ptu_run_fp(suite, event_async_disabled, dfix_empty, pt_ipc_update_32, in main()
2541 ptu_run_fp(suite, event_async_disabled, dfix_empty, pt_ipc_update_48, in main()
2543 ptu_run_fp(suite, event_async_disabled, dfix_empty, pt_ipc_sext_48, 0); in main()
2544 ptu_run_fp(suite, event_async_disabled, dfix_empty, pt_ipc_full, 0); in main()
2545 ptu_run_f(suite, event_async_disabled_suppressed_fail, dfix_empty); in main()
2546 ptu_run_f(suite, event_async_disabled_cutoff_fail_a, dfix_empty); in main()
2547 ptu_run_f(suite, event_async_disabled_cutoff_fail_b, dfix_empty); in main()
2548 ptu_run_fp(suite, event_async_branch, dfix_empty, pt_ipc_suppressed, 0); in main()
2549 ptu_run_fp(suite, event_async_branch, dfix_empty, pt_ipc_update_16, 0); in main()
2550 ptu_run_fp(suite, event_async_branch, dfix_empty, pt_ipc_update_32, 0); in main()
2551 ptu_run_fp(suite, event_async_branch, dfix_empty, pt_ipc_update_48, 0); in main()
2552 ptu_run_fp(suite, event_async_branch, dfix_empty, pt_ipc_sext_48, 0); in main()
2553 ptu_run_fp(suite, event_async_branch, dfix_empty, pt_ipc_full, 0); in main()
2554 ptu_run_f(suite, event_async_branch_suppressed_fail, dfix_empty); in main()
2555 ptu_run_f(suite, event_async_branch_cutoff_fail_a, dfix_empty); in main()
2556 ptu_run_f(suite, event_async_branch_cutoff_fail_b, dfix_empty); in main()
2557 ptu_run_fp(suite, event_paging, dfix_empty, 0, 0); in main()
2558 ptu_run_fp(suite, event_paging, dfix_empty, pt_pl_pip_nr, 0); in main()
2559 ptu_run_f(suite, event_paging_cutoff_fail, dfix_empty); in main()
2560 ptu_run_fp(suite, event_async_paging, dfix_empty, 0, 0); in main()
2561 ptu_run_fp(suite, event_async_paging, dfix_empty, pt_pl_pip_nr, 0); in main()
2562 ptu_run_fp(suite, event_async_paging_suppressed, dfix_empty, 0, 0); in main()
2563 ptu_run_fp(suite, event_async_paging_suppressed, dfix_empty, in main()
2565 ptu_run_f(suite, event_async_paging_cutoff_fail, dfix_empty); in main()
2566 ptu_run_fp(suite, event_overflow_fup, dfix_empty, pt_ipc_suppressed, 0); in main()
2567 ptu_run_fp(suite, event_overflow_fup, dfix_empty, pt_ipc_update_16, 0); in main()
2568 ptu_run_fp(suite, event_overflow_fup, dfix_empty, pt_ipc_update_32, 0); in main()
2569 ptu_run_fp(suite, event_overflow_fup, dfix_empty, pt_ipc_update_48, 0); in main()
2570 ptu_run_fp(suite, event_overflow_fup, dfix_empty, pt_ipc_sext_48, 0); in main()
2571 ptu_run_fp(suite, event_overflow_fup, dfix_empty, pt_ipc_full, 0); in main()
2572 ptu_run_fp(suite, event_overflow_tip_pge, dfix_empty, in main()
2574 ptu_run_fp(suite, event_overflow_tip_pge, dfix_empty, pt_ipc_update_16, in main()
2576 ptu_run_fp(suite, event_overflow_tip_pge, dfix_empty, pt_ipc_update_32, in main()
2578 ptu_run_fp(suite, event_overflow_tip_pge, dfix_empty, pt_ipc_update_48, in main()
2580 ptu_run_fp(suite, event_overflow_tip_pge, dfix_empty, pt_ipc_sext_48, in main()
2582 ptu_run_fp(suite, event_overflow_tip_pge, dfix_empty, pt_ipc_full, in main()
2584 ptu_run_f(suite, event_overflow_cutoff_fail, dfix_empty); in main()
2585 ptu_run_fp(suite, event_stop, dfix_empty, 0); in main()
2586 ptu_run_fp(suite, event_exec_mode_tip, dfix_empty, pt_ipc_suppressed, in main()
2588 ptu_run_fp(suite, event_exec_mode_tip, dfix_empty, pt_ipc_update_16, 0); in main()
2589 ptu_run_fp(suite, event_exec_mode_tip, dfix_empty, pt_ipc_update_32, 0); in main()
2590 ptu_run_fp(suite, event_exec_mode_tip, dfix_empty, pt_ipc_update_48, 0); in main()
2591 ptu_run_fp(suite, event_exec_mode_tip, dfix_empty, pt_ipc_sext_48, 0); in main()
2592 ptu_run_fp(suite, event_exec_mode_tip, dfix_empty, pt_ipc_full, 0); in main()
2593 ptu_run_f(suite, event_exec_mode_tip_cutoff_fail, dfix_empty); in main()
2594 ptu_run_fp(suite, event_exec_mode_tip_pge, dfix_empty, in main()
2596 ptu_run_fp(suite, event_exec_mode_tip_pge, dfix_empty, in main()
2598 ptu_run_fp(suite, event_exec_mode_tip_pge, dfix_empty, in main()
2600 ptu_run_fp(suite, event_exec_mode_tip_pge, dfix_empty, in main()
2602 ptu_run_fp(suite, event_exec_mode_tip_pge, dfix_empty, pt_ipc_sext_48, in main()
2604 ptu_run_fp(suite, event_exec_mode_tip_pge, dfix_empty, pt_ipc_full, in main()
2606 ptu_run_f(suite, event_exec_mode_tip_pge_cutoff_fail, dfix_empty); in main()
2607 ptu_run_f(suite, event_exec_mode_cutoff_fail, dfix_empty); in main()
2608 ptu_run_fp(suite, event_tsx_fup, dfix_empty, pt_ipc_suppressed, in main()
2610 ptu_run_fp(suite, event_tsx_fup, dfix_empty, pt_ipc_update_16, 0, 0); in main()
2611 ptu_run_fp(suite, event_tsx_fup, dfix_empty, pt_ipc_update_32, in main()
2613 ptu_run_fp(suite, event_tsx_fup, dfix_empty, pt_ipc_update_48, in main()
2615 ptu_run_fp(suite, event_tsx_fup, dfix_empty, pt_ipc_sext_48, 0, 0); in main()
2616 ptu_run_fp(suite, event_tsx_fup, dfix_empty, pt_ipc_full, 0, 0); in main()
2617 ptu_run_f(suite, event_tsx_fup_cutoff_fail, dfix_empty); in main()
2618 ptu_run_f(suite, event_tsx_cutoff_fail, dfix_empty); in main()
2619 ptu_run_f(suite, event_skip_tip_fail, dfix_empty); in main()
2620 ptu_run_f(suite, event_skip_tnt_8_fail, dfix_empty); in main()
2621 ptu_run_f(suite, event_skip_tnt_64_fail, dfix_empty); in main()
2622 ptu_run_fp(suite, sync_event, dfix_empty, pt_ipc_suppressed); in main()
2623 ptu_run_fp(suite, sync_event, dfix_empty, pt_ipc_update_16); in main()
2624 ptu_run_fp(suite, sync_event, dfix_empty, pt_ipc_update_32); in main()
2625 ptu_run_fp(suite, sync_event, dfix_empty, pt_ipc_update_48); in main()
2626 ptu_run_fp(suite, sync_event, dfix_empty, pt_ipc_sext_48); in main()
2627 ptu_run_fp(suite, sync_event, dfix_empty, pt_ipc_full); in main()
2628 ptu_run_f(suite, sync_event_cutoff_fail, dfix_empty); in main()
2629 ptu_run_f(suite, sync_event_incomplete_fail, dfix_empty); in main()
2630 ptu_run_fp(suite, sync_ovf_event, dfix_empty, pt_ipc_suppressed); in main()
2631 ptu_run_fp(suite, sync_ovf_event, dfix_empty, pt_ipc_update_16); in main()
2632 ptu_run_fp(suite, sync_ovf_event, dfix_empty, pt_ipc_update_32); in main()
2633 ptu_run_fp(suite, sync_ovf_event, dfix_empty, pt_ipc_update_48); in main()
2634 ptu_run_fp(suite, sync_ovf_event, dfix_empty, pt_ipc_sext_48); in main()
2635 ptu_run_fp(suite, sync_ovf_event, dfix_empty, pt_ipc_full); in main()
2636 ptu_run_f(suite, sync_ovf_event_cutoff_fail, dfix_empty); in main()
2638 ptu_run_fp(suite, event_enabled, dfix_event, pt_ipc_suppressed, 0x1000); in main()
2639 ptu_run_fp(suite, event_enabled, dfix_event, pt_ipc_update_16, 0x1000); in main()
2640 ptu_run_fp(suite, event_enabled, dfix_event, pt_ipc_update_32, 0x1000); in main()
2641 ptu_run_fp(suite, event_enabled, dfix_event, pt_ipc_update_48, 0x1000); in main()
2642 ptu_run_fp(suite, event_enabled, dfix_event, pt_ipc_sext_48, 0x1000); in main()
2643 ptu_run_fp(suite, event_enabled, dfix_event, pt_ipc_full, 0x1000); in main()
2644 ptu_run_f(suite, event_enabled_cutoff_fail, dfix_event); in main()
2645 ptu_run_fp(suite, event_disabled, dfix_event, pt_ipc_suppressed, in main()
2647 ptu_run_fp(suite, event_disabled, dfix_event, pt_ipc_update_16, 0x1000); in main()
2648 ptu_run_fp(suite, event_disabled, dfix_event, pt_ipc_update_32, 0x1000); in main()
2649 ptu_run_fp(suite, event_disabled, dfix_event, pt_ipc_update_48, 0x1000); in main()
2650 ptu_run_fp(suite, event_disabled, dfix_event, pt_ipc_sext_48, 0x1000); in main()
2651 ptu_run_fp(suite, event_disabled, dfix_event, pt_ipc_full, 0x1000); in main()
2652 ptu_run_f(suite, event_disabled_cutoff_fail, dfix_event); in main()
2653 ptu_run_fp(suite, event_async_disabled, dfix_event, pt_ipc_suppressed, in main()
2655 ptu_run_fp(suite, event_async_disabled, dfix_event, pt_ipc_update_16, in main()
2657 ptu_run_fp(suite, event_async_disabled, dfix_event, pt_ipc_update_32, in main()
2659 ptu_run_fp(suite, event_async_disabled, dfix_event, pt_ipc_update_48, in main()
2661 ptu_run_fp(suite, event_async_disabled, dfix_event, pt_ipc_sext_48, in main()
2663 ptu_run_fp(suite, event_async_disabled, dfix_event, pt_ipc_full, in main()
2665 ptu_run_f(suite, event_async_disabled_suppressed_fail, dfix_event); in main()
2666 ptu_run_f(suite, event_async_disabled_cutoff_fail_a, dfix_event); in main()
2667 ptu_run_f(suite, event_async_disabled_cutoff_fail_b, dfix_event); in main()
2668 ptu_run_fp(suite, event_async_branch, dfix_event, pt_ipc_suppressed, in main()
2670 ptu_run_fp(suite, event_async_branch, dfix_event, pt_ipc_update_16, in main()
2672 ptu_run_fp(suite, event_async_branch, dfix_event, pt_ipc_update_32, in main()
2674 ptu_run_fp(suite, event_async_branch, dfix_event, pt_ipc_update_48, in main()
2676 ptu_run_fp(suite, event_async_branch, dfix_event, pt_ipc_sext_48, in main()
2678 ptu_run_fp(suite, event_async_branch, dfix_event, pt_ipc_full, in main()
2680 ptu_run_f(suite, event_async_branch_suppressed_fail, dfix_event); in main()
2681 ptu_run_f(suite, event_async_branch_cutoff_fail_a, dfix_event); in main()
2682 ptu_run_f(suite, event_async_branch_cutoff_fail_b, dfix_event); in main()
2683 ptu_run_fp(suite, event_paging, dfix_event, 0, 0x1000); in main()
2684 ptu_run_fp(suite, event_paging, dfix_event, pt_pl_pip_nr, 0x1000); in main()
2685 ptu_run_f(suite, event_paging_cutoff_fail, dfix_event); in main()
2686 ptu_run_fp(suite, event_async_paging, dfix_event, 0, 0x1000); in main()
2687 ptu_run_fp(suite, event_async_paging, dfix_event, pt_pl_pip_nr, 0x1000); in main()
2688 ptu_run_fp(suite, event_async_paging_suppressed, dfix_event, 0, 0x1000); in main()
2689 ptu_run_fp(suite, event_async_paging_suppressed, dfix_event, in main()
2691 ptu_run_f(suite, event_async_paging_cutoff_fail, dfix_event); in main()
2692 ptu_run_fp(suite, event_overflow_fup, dfix_event, pt_ipc_suppressed, in main()
2694 ptu_run_fp(suite, event_overflow_fup, dfix_event, pt_ipc_update_16, in main()
2696 ptu_run_fp(suite, event_overflow_fup, dfix_event, pt_ipc_update_32, in main()
2698 ptu_run_fp(suite, event_overflow_fup, dfix_event, pt_ipc_update_48, in main()
2700 ptu_run_fp(suite, event_overflow_fup, dfix_event, pt_ipc_sext_48, in main()
2702 ptu_run_fp(suite, event_overflow_fup, dfix_event, pt_ipc_full, in main()
2704 ptu_run_fp(suite, event_overflow_tip_pge, dfix_event, in main()
2706 ptu_run_fp(suite, event_overflow_tip_pge, dfix_event, pt_ipc_update_16, in main()
2708 ptu_run_fp(suite, event_overflow_tip_pge, dfix_event, pt_ipc_update_32, in main()
2710 ptu_run_fp(suite, event_overflow_tip_pge, dfix_event, pt_ipc_update_48, in main()
2712 ptu_run_fp(suite, event_overflow_tip_pge, dfix_event, pt_ipc_sext_48, in main()
2714 ptu_run_fp(suite, event_overflow_tip_pge, dfix_event, pt_ipc_full, in main()
2716 ptu_run_f(suite, event_overflow_cutoff_fail, dfix_event); in main()
2717 ptu_run_fp(suite, event_stop, dfix_event, 0x1000); in main()
2718 ptu_run_fp(suite, event_exec_mode_tip, dfix_event, pt_ipc_suppressed, in main()
2720 ptu_run_fp(suite, event_exec_mode_tip, dfix_event, pt_ipc_update_16, in main()
2722 ptu_run_fp(suite, event_exec_mode_tip, dfix_event, pt_ipc_update_32, in main()
2724 ptu_run_fp(suite, event_exec_mode_tip, dfix_event, pt_ipc_update_48, in main()
2726 ptu_run_fp(suite, event_exec_mode_tip, dfix_event, pt_ipc_sext_48, in main()
2728 ptu_run_fp(suite, event_exec_mode_tip, dfix_event, pt_ipc_full, in main()
2730 ptu_run_f(suite, event_exec_mode_tip_cutoff_fail, dfix_event); in main()
2731 ptu_run_fp(suite, event_exec_mode_tip_pge, dfix_event, in main()
2733 ptu_run_fp(suite, event_exec_mode_tip_pge, dfix_event, in main()
2735 ptu_run_fp(suite, event_exec_mode_tip_pge, dfix_event, in main()
2737 ptu_run_fp(suite, event_exec_mode_tip_pge, dfix_event, in main()
2739 ptu_run_fp(suite, event_exec_mode_tip_pge, dfix_event, pt_ipc_sext_48, in main()
2741 ptu_run_fp(suite, event_exec_mode_tip_pge, dfix_event, pt_ipc_full, in main()
2743 ptu_run_f(suite, event_exec_mode_tip_pge_cutoff_fail, dfix_event); in main()
2744 ptu_run_f(suite, event_exec_mode_cutoff_fail, dfix_event); in main()
2745 ptu_run_fp(suite, event_tsx_fup, dfix_event, pt_ipc_suppressed, 0, in main()
2747 ptu_run_fp(suite, event_tsx_fup, dfix_event, pt_ipc_update_16, in main()
2749 ptu_run_fp(suite, event_tsx_fup, dfix_event, pt_ipc_update_32, 0, in main()
2751 ptu_run_fp(suite, event_tsx_fup, dfix_event, pt_ipc_update_48, 0, in main()
2753 ptu_run_fp(suite, event_tsx_fup, dfix_event, pt_ipc_sext_48, in main()
2755 ptu_run_fp(suite, event_tsx_fup, dfix_event, pt_ipc_full, in main()
2757 ptu_run_f(suite, event_tsx_fup_cutoff_fail, dfix_event); in main()
2758 ptu_run_f(suite, event_tsx_cutoff_fail, dfix_event); in main()
2759 ptu_run_f(suite, event_skip_tip_fail, dfix_event); in main()
2760 ptu_run_f(suite, event_skip_tnt_8_fail, dfix_event); in main()
2761 ptu_run_f(suite, event_skip_tnt_64_fail, dfix_event); in main()
2762 ptu_run_fp(suite, sync_event, dfix_event, pt_ipc_suppressed); in main()
2763 ptu_run_fp(suite, sync_event, dfix_event, pt_ipc_update_16); in main()
2764 ptu_run_fp(suite, sync_event, dfix_event, pt_ipc_update_32); in main()
2765 ptu_run_fp(suite, sync_event, dfix_event, pt_ipc_update_48); in main()
2766 ptu_run_fp(suite, sync_event, dfix_event, pt_ipc_sext_48); in main()
2767 ptu_run_fp(suite, sync_event, dfix_event, pt_ipc_full); in main()
2768 ptu_run_f(suite, sync_event_cutoff_fail, dfix_event); in main()
2769 ptu_run_f(suite, sync_event_incomplete_fail, dfix_event); in main()
2770 ptu_run_fp(suite, sync_ovf_event, dfix_event, pt_ipc_suppressed); in main()
2771 ptu_run_fp(suite, sync_ovf_event, dfix_event, pt_ipc_update_16); in main()
2772 ptu_run_fp(suite, sync_ovf_event, dfix_event, pt_ipc_update_32); in main()
2773 ptu_run_fp(suite, sync_ovf_event, dfix_event, pt_ipc_update_48); in main()
2774 ptu_run_fp(suite, sync_ovf_event, dfix_event, pt_ipc_sext_48); in main()
2775 ptu_run_fp(suite, sync_ovf_event, dfix_event, pt_ipc_full); in main()
2776 ptu_run_f(suite, sync_ovf_event_cutoff_fail, dfix_event); in main()
2778 ptu_run_fp(suite, event_enabled, dfix_event_psb, pt_ipc_suppressed, in main()
2780 ptu_run_fp(suite, event_enabled, dfix_event_psb, pt_ipc_sext_48, in main()
2782 ptu_run_fp(suite, event_enabled, dfix_event_psb, pt_ipc_full, in main()
2784 ptu_run_f(suite, event_enabled_cutoff_fail, dfix_event_psb); in main()
2785 ptu_run_fp(suite, event_disabled, dfix_event_psb, pt_ipc_suppressed, in main()
2787 ptu_run_fp(suite, event_disabled, dfix_event_psb, pt_ipc_sext_48, in main()
2789 ptu_run_fp(suite, event_disabled, dfix_event_psb, pt_ipc_full, in main()
2791 ptu_run_f(suite, event_disabled_cutoff_fail, dfix_event_psb); in main()
2792 ptu_run_fp(suite, event_async_disabled, dfix_event_psb, in main()
2794 ptu_run_fp(suite, event_async_disabled, dfix_event_psb, in main()
2796 ptu_run_fp(suite, event_async_disabled, dfix_event_psb, in main()
2798 ptu_run_fp(suite, event_async_disabled, dfix_event_psb, in main()
2800 ptu_run_fp(suite, event_async_disabled, dfix_event_psb, in main()
2802 ptu_run_fp(suite, event_async_disabled, dfix_event_psb, in main()
2804 ptu_run_f(suite, event_async_disabled_suppressed_fail, dfix_event_psb); in main()
2805 ptu_run_f(suite, event_async_disabled_cutoff_fail_a, dfix_event_psb); in main()
2806 ptu_run_f(suite, event_async_disabled_cutoff_fail_b, dfix_event_psb); in main()
2807 ptu_run_fp(suite, event_async_branch, dfix_event_psb, in main()
2809 ptu_run_fp(suite, event_async_branch, dfix_event_psb, pt_ipc_update_16, in main()
2811 ptu_run_fp(suite, event_async_branch, dfix_event_psb, pt_ipc_update_32, in main()
2813 ptu_run_fp(suite, event_async_branch, dfix_event_psb, pt_ipc_update_48, in main()
2815 ptu_run_fp(suite, event_async_branch, dfix_event_psb, pt_ipc_sext_48, in main()
2817 ptu_run_fp(suite, event_async_branch, dfix_event_psb, pt_ipc_full, in main()
2819 ptu_run_f(suite, event_async_branch_suppressed_fail, dfix_event_psb); in main()
2820 ptu_run_f(suite, event_async_branch_cutoff_fail_a, dfix_event_psb); in main()
2821 ptu_run_f(suite, event_async_branch_cutoff_fail_b, dfix_event_psb); in main()
2822 ptu_run_fp(suite, event_paging, dfix_event_psb, 0, 0x1000); in main()
2823 ptu_run_fp(suite, event_paging, dfix_event_psb, pt_pl_pip_nr, 0x1000); in main()
2824 ptu_run_f(suite, event_paging_cutoff_fail, dfix_event_psb); in main()
2825 ptu_run_fp(suite, event_async_paging, dfix_event_psb, 0, 0x1000); in main()
2826 ptu_run_fp(suite, event_async_paging, dfix_event_psb, pt_pl_pip_nr, in main()
2828 ptu_run_fp(suite, event_async_paging_suppressed, dfix_event_psb, 0, in main()
2830 ptu_run_fp(suite, event_async_paging_suppressed, dfix_event_psb, in main()
2832 ptu_run_f(suite, event_async_paging_cutoff_fail, dfix_event_psb); in main()
2833 ptu_run_f(suite, event_overflow_cutoff_fail, dfix_event_psb); in main()
2834 ptu_run_fp(suite, event_stop, dfix_event_psb, 0x1000); in main()
2835 ptu_run_fp(suite, event_exec_mode_tip, dfix_event_psb, in main()
2837 ptu_run_fp(suite, event_exec_mode_tip, dfix_event_psb, pt_ipc_sext_48, in main()
2839 ptu_run_fp(suite, event_exec_mode_tip, dfix_event_psb, pt_ipc_full, in main()
2841 ptu_run_f(suite, event_exec_mode_tip_cutoff_fail, dfix_event_psb); in main()
2842 ptu_run_fp(suite, event_exec_mode_tip_pge, dfix_event_psb, in main()
2844 ptu_run_fp(suite, event_exec_mode_tip_pge, dfix_event_psb, in main()
2846 ptu_run_f(suite, event_exec_mode_tip_pge_cutoff_fail, dfix_event_psb); in main()
2847 ptu_run_f(suite, event_exec_mode_cutoff_fail, dfix_event_psb); in main()
2848 ptu_run_fp(suite, event_tsx_fup, dfix_event_psb, pt_ipc_suppressed, 0, in main()
2850 ptu_run_fp(suite, event_tsx_fup, dfix_event_psb, pt_ipc_sext_48, in main()
2852 ptu_run_fp(suite, event_tsx_fup, dfix_event_psb, pt_ipc_full, in main()
2854 ptu_run_f(suite, event_tsx_fup_cutoff_fail, dfix_event_psb); in main()
2855 ptu_run_f(suite, event_tsx_cutoff_fail, dfix_event_psb); in main()
2856 ptu_run_f(suite, event_skip_tip_fail, dfix_event_psb); in main()
2857 ptu_run_f(suite, event_skip_tnt_8_fail, dfix_event_psb); in main()
2858 ptu_run_f(suite, event_skip_tnt_64_fail, dfix_event_psb); in main()
2860 ptu_run_f(suite, time_null_fail, dfix_empty); in main()
2861 ptu_run_f(suite, time_initial, dfix_empty); in main()
2862 ptu_run_f(suite, time, dfix_empty); in main()
2864 ptu_run_f(suite, cbr_null, dfix_empty); in main()
2865 ptu_run_f(suite, cbr_initial, dfix_empty); in main()
2866 ptu_run_f(suite, cbr, dfix_empty); in main()
2868 ptu_run_f(suite, indir_cyc_cutoff, dfix_empty); in main()
2869 ptu_run_f(suite, cond_cyc_cutoff, dfix_empty); in main()
2870 ptu_run_f(suite, event_cyc_cutoff, dfix_empty); in main()
2872 return ptunit_report(&suite); in main()